mirror of
https://github.com/openharmony/aafwk_aafwk_lite.git
synced 2026-07-01 20:34:43 -04:00
+52
@@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user