1{ 2 "name": "@ohos/safwk_lite", 3 "description": "system ability framework", 4 "homePage": "https://gitee.com/openharmony", 5 "version": "3.1", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/systemabilitymgr_safwk_lite", 8 "publishAs": "code-segment", 9 "segment": { 10 "destPath": "foundation/systemabilitymgr/safwk_lite" 11 }, 12 "dirs": {}, 13 "scripts": {}, 14 "component": { 15 "name": "safwk_lite", 16 "subsystem": "systemabilitymgr", 17 "adapted_system_type": [ 18 "small" 19 ], 20 "adapted_kernel": [ 21 "liteos_a", 22 "linux" 23 ], 24 "features": [ 25 "safwk_lite_feature_enable_abilityms ", 26 "safwk_lite_feature_enable_bundlems ", 27 "safwk_lite_feature_enable_dtbschedmgr " 28 ], 29 "rom": "100KB", 30 "ram": "2048KB", 31 "deps": { 32 "components": [ 33 "ability_lite", 34 "bundle_framework_lite", 35 "dmsfwk_lite", 36 "hilog_lite", 37 "permission_lite", 38 "samgr_lite" 39 ], 40 "third_party": [ 41 "bounds_checking_function", 42 "cJSON" 43 ] 44 }, 45 "build": { 46 "sub_component": [ 47 "//foundation/systemabilitymgr/safwk_lite:foundation" 48 ] 49 } 50 } 51}