1{ 2 "name": "@ohos/bootstrap_lite", 3 "description": " boostrap and start system services", 4 "homePage": "https://gitee.com/openharmony", 5 "version": "3.1", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/startup_bootstrap_lite", 8 "publishAs": "code-segment", 9 "segment": { 10 "destPath": "base/startup/bootstrap_lite" 11 }, 12 "dirs": {}, 13 "scripts": {}, 14 "component": { 15 "name": "bootstrap_lite", 16 "subsystem": "startup", 17 "adapted_system_type": [ 18 "small" 19 ], 20 "rom": "14KB", 21 "ram": "~128KB", 22 "deps": { 23 "components": [ 24 "utils_base", 25 "samgr_lite" 26 ], 27 "third_party": [ 28 "bounds_checking_function" 29 ] 30 }, 31 "build": { 32 "sub_component": [ 33 "//base/startup/bootstrap_lite/services/source:bootstrap" 34 ] 35 } 36 } 37}