Files
startup_syspara_lite/bundle.json
T
laiguizhong cc51207600 删除syspara仓对外提供的依赖库
Signed-off-by: laiguizhong <laiguizhong@huawei.com>
Change-Id: I1bfdeb035312a93da5454731ba97642fb0bd7e12
2022-08-18 11:37:46 +08:00

39 lines
954 B
JSON

{
"name": "@ohos/startup_syspara_lite",
"description": "ohos 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": "startup_l2",
"subsystem": "startup",
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"init",
"c_utils"
],
"third_party": [
"bounds_checking_function",
"mbedtls"
]
},
"build": {
"sub_component": [
],
"inner_kits": [
]
}
}
}