mirror of
https://github.com/openharmony/startup_syspara_lite.git
synced 2026-07-20 21:13:19 -04:00
9bf39e596c
Signed-off-by: laiguizhong <laiguizhong@huawei.com> Change-Id: I2874e6a6a19a5021525367c3015f2d4b2ccbe86b
35 lines
879 B
JSON
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": []
|
|
}
|
|
}
|
|
} |