1 Star 0 Fork 522

wanchengzhen / appexecfwk_standard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 4.08 KB
一键复制 编辑 原始数据 按行查看 历史
hanfeng 提交于 2022-02-07 16:02 . modify bms part
{
"name": "@ohos/bundle_framework",
"description": "提供OpenHarmony应用和服务安装包的安装、更新、卸载以及信息查询等能力,包含包管理接口和包管理服务",
"version": "3.1",
"license": "Apache 2.0",
"segment": {
"destPath": "foundation/appexecfwk/standard"
},
"component": {
"name": "bundle_framework",
"subsystem": "appexecfwk",
"syscap": [
"SystemCapability.BundleManager.BundleFramework"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "4000KB",
"ram": "4000KB",
"deps": {
"components": [
"ability_runtime",
"access_token",
"appverify",
"bytrace_standard",
"ces_standard",
"distributeddatamgr",
"eventhandler",
"hiviewdfx_hilog_native",
"i18n_standard",
"ipc",
"napi",
"os_account_standard",
"permission_standard",
"safwk",
"resmgr_standard",
"samgr_standard",
"startup_l2",
"utils_base"
],
"third_party": [
"json",
"libuv",
"node",
"zlib"
]
},
"build": {
"sub_component": [
"//foundation/appexecfwk/standard/common:common_target",
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base",
"//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core",
"//foundation/appexecfwk/standard/sa_profile:appexecfwk_sa_profile",
"//foundation/appexecfwk/standard/sa_profile:foundation.rc",
"//foundation/appexecfwk/standard/services/bundlemgr:bms_target",
"//foundation/appexecfwk/standard/kits/appkit/napi/bundlemgr:bundle",
"//foundation/appexecfwk/standard/kits/appkit/napi:napi_packages",
"//foundation/appexecfwk/standard/test/resource/bmssystemtestability/abilitySrc:bms_system_test_app",
"//foundation/appexecfwk/standard/tools/zip:tools_zip"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include",
"header_files": [
"ability_info.h",
"appexecfwk_errors.h",
"application_info.h",
"element_name.h",
"bundle_info.h"
]
},
"name": "//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base:appexecfwk_base"
},
{
"header": {
"header_base": "//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core/include",
"header_files": [
"bundlemgr/bundle_installer_interface.h",
"bundlemgr/bundle_mgr_interface.h",
"bundlemgr/bundle_status_callback_interface.h",
"bundlemgr/clean_cache_callback_interface.h",
"bundlemgr/status_receiver_interface.h"
]
},
"name": "//foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_core:appexecfwk_core"
}
],
"test": [
"//foundation/appexecfwk/standard/services/bundlemgr/test:unittest",
"//foundation/appexecfwk/standard/services/test/moduletest/common/bms:moduletest",
"//foundation/appexecfwk/standard/test/systemtest/common/bms:systemtest_bms",
"//foundation/appexecfwk/standard/tools/zip/test:unittest"
]
}
}
}
1
https://gitee.com/wanchengzhen/appexecfwk_standard.git
git@gitee.com:wanchengzhen/appexecfwk_standard.git
wanchengzhen
appexecfwk_standard
appexecfwk_standard
master

搜索帮助