mirror of
https://github.com/openharmony/startup_syspara_lite.git
synced 2026-07-01 22:04:01 -04:00
5014528666
Signed-off-by: lijiahao <lijiahao36@huawei.com>
39 lines
1.0 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |