1 Star 0 Fork 39

liumingyue/bundlemanager_distributed_bundle_framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 2.30 KB
一键复制 编辑 原始数据 按行查看 历史
qiyi 提交于 2023-07-07 09:28 . fix: change multimedia_image to image
{
"name": "@ohos/distributed_bundle_framework",
"description": "分布式包管理服务",
"version": "4.0",
"license": "Apache 2.0",
"segment": {
"destPath": "foundation/bundlemanager/distributed_bundle_framework"
},
"component": {
"name": "distributed_bundle_framework",
"subsystem": "bundlemanager",
"syscap": [
"SystemCapability.BundleManager.DistributedBundleFramework"
],
"features": [
"distributed_bundle_framework_graphics"
],
"adapted_system_type": [
"standard"
],
"rom": "~400KB",
"ram": "~6577KB",
"deps": {
"components": [
"ability_base",
"access_token",
"bundle_framework",
"c_utils",
"hisysevent",
"hilog",
"i18n",
"ipc",
"image_framework",
"napi",
"os_account",
"resource_management",
"safwk",
"samgr",
"common_event_service",
"device_manager",
"hicollie",
"init",
"kv_store"
],
"third_party": [
]
},
"build": {
"sub_component": [
"//foundation/bundlemanager/distributed_bundle_framework:inner_api_target",
"//foundation/bundlemanager/distributed_bundle_framework:jsapi_target",
"//foundation/bundlemanager/distributed_bundle_framework:dbms_target"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include",
"header_files": [
"distributed_bms_interface.h",
"distributed_bms_proxy.h"
]
},
"name": "//foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api:dbms_fwk"
}
],
"test": [
"//foundation/bundlemanager/distributed_bundle_framework:test_target"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ming-yue-liu1/bundlemanager_distributed_bundle_framework.git
git@gitee.com:ming-yue-liu1/bundlemanager_distributed_bundle_framework.git
ming-yue-liu1
bundlemanager_distributed_bundle_framework
bundlemanager_distributed_bundle_framework
master

搜索帮助