mirror of
https://github.com/openharmony/build_lite.git
synced 2026-07-01 21:24:06 -04:00
49 lines
1.1 KiB
JSON
Executable File
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"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|