Files
startup_syspara_lite/frameworks/bundle.json
T
lijiahao 5014528666 change utils path
Signed-off-by: lijiahao <lijiahao36@huawei.com>
2022-07-29 21:27:11 +08:00

39 lines
1.0 KiB
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": [
"//base/startup/syspara_lite/frameworks/parameter"
],
"test": [
"//base/startup/syspara_lite/frameworks/unittest/parameter:unittest"
]
}
}
}