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