mirror of
https://github.com/openharmony/appexecfwk_standard.git
synced 2026-07-18 19:14:31 -04:00
b43c3d7e72
Signed-off-by: changzheng6 <hanfeng6@huawei.com>
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "@ohos/distributed_bundle_framework",
|
|
"description": "分布式包管理服务",
|
|
"version": "3.1",
|
|
"license": "Apache 2.0",
|
|
"segment": {
|
|
"destPath": "foundation/appexecfwk/standard/distributed_bundle_framework"
|
|
},
|
|
"component": {
|
|
"name": "distributed_bundle_framework",
|
|
"subsystem": "appexecfwk",
|
|
"syscap": [
|
|
"SystemCapability.BundleManager.DistributedBundleFramework"
|
|
],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "100KB",
|
|
"ram": "100KB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_base",
|
|
"bundle_framework",
|
|
"distributeddatamgr",
|
|
"hiviewdfx_hilog_native",
|
|
"ipc",
|
|
"napi",
|
|
"resmgr_standard",
|
|
"safwk",
|
|
"samgr_standard",
|
|
"utils_base"
|
|
],
|
|
"third_party": [
|
|
"libjpeg",
|
|
"libpng"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/appexecfwk/standard/distributed_bundle_framework:jsapi_target",
|
|
"//foundation/appexecfwk/standard/distributed_bundle_framework:dbms_target"
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |