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