Files
build_lite/components/appexecfwk.json
T
2021-03-11 18:42:43 +08:00

49 lines
1.1 KiB
JSON
Executable File

{
"components": [
{
"component": "bundle_mgr",
"description": "Bundle installation management frameworks.",
"optional": "true",
"dirs": [
"foundation/appexecfwk/appexecfwk_lite"
],
"targets": [
"//foundation/appexecfwk/appexecfwk_lite/services/bundlemgr_lite:appexecfwk_services_lite",
"//foundation/appexecfwk/appexecfwk_lite/frameworks/bundle_lite:appexecfwk_kits_lite"
],
"rom": "300KB",
"ram": ">2MB",
"output": [
"libbundlems.so",
"libbundle.so",
"bundle_daemon",
"bm"
],
"adapted_kernel": [
"liteos_a",
"linux"
],
"features": [],
"deps": {
"third_party": [
"zlib",
"bounds_checking_function",
"cjson"
],
"kernel_special": {},
"board_special": {},
"components": [
"hilog_lite",
"aafwk_lite",
"permission",
"ipc_lite",
"samgr_lite",
"resmgr_lite",
"ability",
"app_verify"
]
}
}
]
}