Signed-off-by: taiyipei <peitaiyi@huawei.com>
This commit is contained in:
taiyipei
2022-05-11 19:54:34 -07:00
parent ce7a500e66
commit fa821c3b22
+52
View File
@@ -0,0 +1,52 @@
{
"name": "@ohos/aafwk_lite",
"description": "App development framework for mini and small system.",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/aafwk/aafwk_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "aafwk_lite",
"subsystem": "aafwk",
"syscap": [],
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"appexecfwk_lite",
"kv_store",
"ui",
"surface",
"hilog",
"permission",
"ipc_lite",
"samgr_lite",
"appspawn_lite",
"wms"
],
"third_party": [
"bounds_checking_function",
"cjson",
"freetype"
]
},
"build": {
"sub_component": [
"//foundation/aafwk/aafwk_lite/frameworks/ability_lite:aafwk_abilitykit_lite",
"//foundation/aafwk/aafwk_lite/frameworks/abilitymgr_lite:aafwk_abilityManager_lite",
"//foundation/aafwk/aafwk_lite/services/abilitymgr_lite:aafwk_services_lite"
],
"inner_kits": [],
"test": []
}
}
}