1{ 2 "name": "@ohos/ability_lite", 3 "description": "App development framework for mini and small system.", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/ability/ability_lite" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "ability_lite", 14 "subsystem": "ability", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ 18 "mini", 19 "small" 20 ], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [ 25 "bundle_framework_lite", 26 "kv_store", 27 "ui", 28 "surface", 29 "hilog", 30 "permission", 31 "samgr_lite", 32 "appspawn_lite", 33 "wms" 34 ], 35 "third_party": [ 36 "bounds_checking_function", 37 "cjson", 38 "freetype" 39 ] 40 }, 41 "build": { 42 "sub_component": [ 43 "//foundation/ability/ability_lite/frameworks/ability_lite:aafwk_abilitykit_lite", 44 "//foundation/ability/ability_lite/frameworks/abilitymgr_lite:aafwk_abilityManager_lite", 45 "//foundation/ability/ability_lite/services/abilitymgr_lite:aafwk_services_lite" 46 ], 47 "inner_kits": [], 48 "test": [] 49 } 50 } 51}