1{ 2 "name": "@ohos/systemabilitymgr_samgr_lite", 3 "description": "system ability manager", 4 "homePage": "https://gitee.com/openharmony", 5 "version": "3.1", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/systemabilitymgr_samgr_lite", 8 "publishAs": "code-segment", 9 "segment": { 10 "destPath": "foundation/systemabilitymgr/samgr_lite" 11 }, 12 "dirs": {}, 13 "scripts": {}, 14 "component": { 15 "name": "samgr_lite", 16 "subsystem": "systemabilitymgr", 17 "adapted_system_type": [ 18 "small" 19 ], 20 "adapted_kernel": [ 21 "liteos_a", 22 "liteos_m", 23 "uniproton", 24 "linux" 25 ], 26 "rom": "62KB", 27 "ram": "", 28 "deps": { 29 "components": [ 30 "utils_base", 31 "hilog_lite" 32 ], 33 "third_party": [ 34 "bounds_checking_function", 35 "cJSON" 36 ] 37 }, 38 "build": { 39 "sub_component": [ 40 "//foundation/systemabilitymgr/samgr_lite:samgr" 41 ] 42 } 43 } 44} 45