Files
startup_syspara_lite/frameworks/bundle.json
T
laiguizhong 9bf39e596c 删除parameter依赖
Signed-off-by: laiguizhong <laiguizhong@huawei.com>
Change-Id: I2874e6a6a19a5021525367c3015f2d4b2ccbe86b
2022-08-18 17:02:28 +08:00

35 lines
879 B
JSON

{
"name": "@ohos/startup_syspara_lite",
"description": "ohos lite parameter manager",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/startup_syspara_lite",
"publishAs": "code-segment",
"segment": {
"destPath": "base/startup/syspara_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "syspara_lite",
"subsystem": "startup",
"adapted_system_type": [
"small"
],
"rom": "23KB",
"ram": "",
"deps": {
"components": [
"c_utils"
],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [],
"test": []
}
}
}