1 Star 0 Fork 773

lnlan/appexecfwk_standard_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 4.19 KB
一键复制 编辑 原始数据 按行查看 历史
Lotol 提交于 2022-03-24 20:28 +08:00 . 性能用例生成路径调整
{
"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",
"SystemCapability.BundleManager.Zlib"
],
"features": [
"bundle_framework_graphics"
],
"adapted_system_type": [
"standard"
],
"rom": "4000KB",
"ram": "4000KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"access_token",
"appverify",
"bytrace_standard",
"ces_standard",
"config_policy",
"device_manager_base",
"distributeddatamgr",
"eventhandler",
"hiviewdfx_hilog_native",
"init",
"ipc",
"napi",
"os_account_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: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",
"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/benchmarktest:benchmarktest",
"//foundation/appexecfwk/standard/test/systemtest/common/bms:systemtest_bms",
"//foundation/appexecfwk/standard/tools/zip/test:unittest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lnlan/appexecfwk_standard_1.git
git@gitee.com:lnlan/appexecfwk_standard_1.git
lnlan
appexecfwk_standard_1
appexecfwk_standard_1
master

搜索帮助