mirror of
https://gitee.com/openharmony/appexecfwk_standard
synced 2024-11-26 22:50:26 +00:00
f99fff25e0
Signed-off-by: linxiangzhi <linxiangzhi@huawei.com> Change-Id: I078fc2114641580e3483c27cf76710c827fdaf0f
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@ohos/distributed_bundle_framework",
|
|
"description": "分布式包管理服务",
|
|
"version": "3.1",
|
|
"license": "Apache 2.0",
|
|
"segment": {
|
|
"destPath": "foundation/bundlemanager/bundle_framework/distributed_bundle_framework"
|
|
},
|
|
"component": {
|
|
"name": "distributed_bundle_framework",
|
|
"subsystem": "bundlemanager",
|
|
"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",
|
|
"resource_management",
|
|
"safwk",
|
|
"samgr_standard",
|
|
"utils_base"
|
|
],
|
|
"third_party": [
|
|
"libjpeg",
|
|
"libpng"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//foundation/bundlemanager/bundle_framework/distributed_bundle_framework:jsapi_target",
|
|
"//foundation/bundlemanager/bundle_framework/distributed_bundle_framework:dbms_target"
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |