applications_settings/bundle.json
chenlang 3332734716 napi告警处理
Signed-off-by: chenlang <chenlang28@h-partners.com>
2023-07-10 16:28:17 +08:00

45 lines
1.1 KiB
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": [
"SystemCapability.Applications.settings.Core"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"c_utils",
"data_share",
"hiviewdfx_hilog_native",
"relational_store",
"napi"
],
"third_party": []
},
"build": {
"sub_component": [
"//applications/standard/settings/napi/settings:settings"
],
"inner_kits": [],
"test": []
}
}
}