mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-23 06:20:01 +00:00
d6d8b3fe7f
Signed-off-by: dinghong <dinghong10@huawei.com> Change-Id: I72e1058e21988cda6f8d3877abd795bac0bad855
49 lines
1.2 KiB
JSON
Executable File
49 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "@ohos/settings",
|
|
"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",
|
|
"subsystem": "applications",
|
|
"syscap": [
|
|
"SystemCapability.Applications.Settings.Core"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [
|
|
"ability_base",
|
|
"ability_runtime",
|
|
"ace_engine",
|
|
"c_utils",
|
|
"data_share",
|
|
"hilog",
|
|
"relational_store",
|
|
"os_account",
|
|
"napi",
|
|
"ipc"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//applications/standard/settings/napi/settings:settings",
|
|
"//applications/standard/settings/cj/settings:cj_settings_ffi"
|
|
],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|