1{ 2 "name": "@ohos/startup_syspara_lite", 3 "description": "ohos lite parameter manager", 4 "homePage": "https://gitee.com/openharmony", 5 "version": "3.1", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/startup_syspara_lite", 8 "publishAs": "code-segment", 9 "segment": { 10 "destPath": "base/startup/syspara_lite" 11 }, 12 "dirs": {}, 13 "scripts": {}, 14 "component": { 15 "name": "syspara_lite", 16 "subsystem": "startup", 17 "adapted_system_type": [ 18 "small" 19 ], 20 "rom": "23KB", 21 "ram": "", 22 "deps": { 23 "components": [ 24 "utils_base" 25 ], 26 "third_party": [ 27 "bounds_checking_function" 28 ] 29 }, 30 "build": { 31 "sub_component": [ 32 "//base/startup/syspara_lite/frameworks/parameter", 33 "//base/startup/syspara_lite/frameworks/token" 34 ], 35 "test": [ 36 "//base/startup/syspara_lite/frameworks/unittest/parameter:unittest" 37 ] 38 } 39 } 40}