mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-27 08:30:34 +00:00
b4f2b7c866
Signed-off-by: taiyipei <peitaiyi@huawei.com>
35 lines
844 B
JSON
Executable File
35 lines
844 B
JSON
Executable File
{
|
|
"name": "@ohos/settings_standard",
|
|
"description": "Settings app for standard system.",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "applications/standard/settings"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "settings_standard",
|
|
"subsystem": "applications",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//applications/standard/settings/napi/settings:settings"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|