1{ 2 "name": "@ohos/distributedschedule_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/distributedschedule_samgr_lite", 8 "publishAs": "code-segment", 9 "segment": { 10 "destPath": "foundation/distributedschedule/samgr_lite" 11 }, 12 "dirs": {}, 13 "scripts": {}, 14 "component": { 15 "name": "samgr_lite", 16 "subsystem": "distributedschedule", 17 "adapted_system_type": [ 18 "small" 19 ], 20 "adapted_kernel": [ 21 "liteos_a", 22 "liteos_m", 23 "linux" 24 ], 25 "rom": "62KB", 26 "ram": "", 27 "deps": { 28 "components": [ 29 "utils_base", 30 "hilog_lite" 31 ], 32 "third_party": [ 33 "bounds_checking_function", 34 "cJSON" 35 ] 36 }, 37 "build": { 38 "sub_component": [ 39 "//foundation/distributedschedule/samgr_lite:samgr" 40 ] 41 } 42 } 43}