mirror of
https://github.com/openharmony/startup_syspara_lite.git
synced 2026-07-01 22:04:01 -04:00
cc51207600
Signed-off-by: laiguizhong <laiguizhong@huawei.com> Change-Id: I1bfdeb035312a93da5454731ba97642fb0bd7e12
39 lines
954 B
JSON
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": [
|
|
]
|
|
}
|
|
}
|
|
} |