2022-05-12 02:24:57 -07:00
|
|
|
{
|
2023-11-06 10:12:56 +08:00
|
|
|
"name": "@ohos/settings",
|
2022-05-12 02:24:57 -07:00
|
|
|
"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": {
|
2023-11-06 10:12:56 +08:00
|
|
|
"name": "settings",
|
2022-05-12 02:24:57 -07:00
|
|
|
"subsystem": "applications",
|
2022-09-02 10:24:53 +08:00
|
|
|
"syscap": [
|
2024-02-05 11:38:01 +08:00
|
|
|
"SystemCapability.Applications.Settings.Core"
|
2022-09-02 10:24:53 +08:00
|
|
|
],
|
2022-05-12 02:24:57 -07:00
|
|
|
"features": [],
|
|
|
|
"adapted_system_type": [
|
|
|
|
"standard"
|
|
|
|
],
|
|
|
|
"rom": "",
|
|
|
|
"ram": "",
|
|
|
|
"deps": {
|
2023-07-10 16:28:17 +08:00
|
|
|
"components": [
|
|
|
|
"ability_base",
|
|
|
|
"ability_runtime",
|
2024-07-25 10:31:07 +08:00
|
|
|
"ace_engine",
|
2023-07-10 16:28:17 +08:00
|
|
|
"c_utils",
|
|
|
|
"data_share",
|
2023-11-28 19:35:15 +08:00
|
|
|
"hilog",
|
2023-07-10 16:28:17 +08:00
|
|
|
"relational_store",
|
2023-11-28 12:18:37 +00:00
|
|
|
"os_account",
|
2023-12-18 10:14:52 +08:00
|
|
|
"napi",
|
2023-12-18 02:20:46 +00:00
|
|
|
"ipc"
|
2023-07-10 16:28:17 +08:00
|
|
|
],
|
2022-05-12 02:24:57 -07:00
|
|
|
"third_party": []
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [
|
2024-09-24 19:19:01 +08:00
|
|
|
"//applications/standard/settings/napi/settings:settings",
|
|
|
|
"//applications/standard/settings/cj/settings:cj_settings_ffi"
|
2022-05-12 02:24:57 -07:00
|
|
|
],
|
|
|
|
"inner_kits": [],
|
|
|
|
"test": []
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|