1{ 2 "components": [ 3 { 4 "component": "aafwk_lite", 5 "description": "", 6 "optional": "true", 7 "dirs": [ 8 "foundation/aafwk/aafwk_lite" 9 ], 10 "targets": [ 11 "//foundation/aafwk/aafwk_lite/frameworks/ability_lite:aafwk_abilitykit_lite", 12 "//foundation/aafwk/aafwk_lite/frameworks/abilitymgr_lite:aafwk_abilityManager_lite", 13 "//foundation/aafwk/aafwk_lite/services/abilitymgr_lite:aafwk_services_lite" 14 ], 15 "rom": "300KB", 16 "ram": ">20KB", 17 "output": [ 18 "libability.so", 19 "libabilitymanager.so" 20 ], 21 "adapted_kernel": [ 22 "liteos_a", 23 "liteos_m", 24 "linux" 25 ], 26 "features": [ 27 "enable_ohos_appexecfwk_feature_ability = true" 28 ], 29 "deps": { 30 "third_party": [ 31 "bounds_checking_function", 32 "cjson", 33 "freetype" 34 ], 35 "kernel_special": {}, 36 "board_special": {}, 37 "components": [ 38 "appexecfwk_lite", 39 "kv_store", 40 "ui", 41 "surface", 42 "hilog", 43 "permission", 44 "ipc_lite", 45 "samgr_lite", 46 "appspawn_lite", 47 "wms" 48 ] 49 } 50 } 51 ] 52} 53