2022-01-14 03:57:29 +00:00
|
|
|
|
{
|
|
|
|
|
"name": "@ohos/bundle_framework",
|
|
|
|
|
"description": "提供OpenHarmony应用和服务安装包的安装、更新、卸载以及信息查询等能力,包含包管理接口和包管理服务",
|
|
|
|
|
"version": "3.1",
|
|
|
|
|
"license": "Apache 2.0",
|
2022-01-16 09:03:13 +00:00
|
|
|
|
"segment": {
|
2022-01-28 12:09:46 +00:00
|
|
|
|
"destPath": "foundation/appexecfwk/standard"
|
2022-01-16 09:03:13 +00:00
|
|
|
|
},
|
2022-01-14 03:57:29 +00:00
|
|
|
|
"component": {
|
|
|
|
|
"name": "bundle_framework",
|
|
|
|
|
"subsystem": "appexecfwk",
|
2022-02-07 08:02:15 +00:00
|
|
|
|
"syscap": [
|
2022-02-14 09:08:41 +00:00
|
|
|
|
"SystemCapability.BundleManager.BundleFramework",
|
|
|
|
|
"SystemCapability.BundleManager.Zlib"
|
2022-02-07 08:02:15 +00:00
|
|
|
|
],
|
2022-03-04 11:40:43 +00:00
|
|
|
|
"features": [
|
2022-04-11 10:57:05 +00:00
|
|
|
|
"bundle_framework_graphics",
|
|
|
|
|
"bundle_framework_free_install"
|
2022-03-04 11:40:43 +00:00
|
|
|
|
],
|
2022-04-22 03:24:56 +00:00
|
|
|
|
"hisysevent_config": [
|
|
|
|
|
"//foundation/appexecfwk/standard/hisysevent.yaml"
|
|
|
|
|
],
|
2022-01-14 03:57:29 +00:00
|
|
|
|
"adapted_system_type": [
|
|
|
|
|
"standard"
|
|
|
|
|
],
|
2022-01-20 06:33:10 +00:00
|
|
|
|
"rom": "4000KB",
|
|
|
|
|
"ram": "4000KB",
|
2022-01-14 03:57:29 +00:00
|
|
|
|
"deps": {
|
|
|
|
|
"components": [
|
2022-02-14 06:17:21 +00:00
|
|
|
|
"ability_base",
|
2022-01-28 12:09:46 +00:00
|
|
|
|
"ability_runtime",
|
|
|
|
|
"access_token",
|
2022-01-14 03:57:29 +00:00
|
|
|
|
"appverify",
|
2022-01-28 12:09:46 +00:00
|
|
|
|
"bytrace_standard",
|
2022-04-21 02:25:05 +00:00
|
|
|
|
"common_event_service",
|
2022-03-22 08:20:21 +00:00
|
|
|
|
"config_policy",
|
2022-02-17 01:25:44 +00:00
|
|
|
|
"device_manager_base",
|
2022-01-14 03:57:29 +00:00
|
|
|
|
"distributeddatamgr",
|
2022-01-28 12:09:46 +00:00
|
|
|
|
"eventhandler",
|
2022-04-22 03:24:56 +00:00
|
|
|
|
"hisysevent_native",
|
2022-01-14 03:57:29 +00:00
|
|
|
|
"hiviewdfx_hilog_native",
|
2022-02-10 11:03:59 +00:00
|
|
|
|
"init",
|
2022-01-14 03:57:29 +00:00
|
|
|
|
"ipc",
|
|
|
|
|
"napi",
|
2022-01-28 12:09:46 +00:00
|
|
|
|
"os_account_standard",
|
2022-01-14 03:57:29 +00:00
|
|
|
|
"safwk",
|
2022-01-28 12:09:46 +00:00
|
|
|
|
"resmgr_standard",
|
2022-01-14 03:57:29 +00:00
|
|
|
|
"samgr_standard",
|
|
|
|
|
"startup_l2",
|
|
|
|
|
"utils_base"
|
|
|
|
|
],
|
|
|
|
|
"third_party": [
|
|
|
|
|
"json",
|
|
|
|
|
"libuv",
|
|
|
|
|
"node",
|
|
|
|
|
"zlib"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"build": {
|
|
|
|
|
"sub_component": [
|
2022-01-25 09:30:31 +00:00
|
|
|
|
"//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",
|
2022-01-14 03:57:29 +00:00
|
|
|
|
"//foundation/appexecfwk/standard/services/bundlemgr:bms_target",
|
2022-01-21 03:08:49 +00:00
|
|
|
|
"//foundation/appexecfwk/standard/kits/appkit/napi:napi_packages",
|
2022-03-31 01:33:48 +00:00
|
|
|
|
"//foundation/appexecfwk/standard/kits/appkit/native/bundle:bundle_ndk",
|
2022-01-25 09:30:31 +00:00
|
|
|
|
"//foundation/appexecfwk/standard/test/resource/bmssystemtestability/abilitySrc:bms_system_test_app",
|
2022-01-20 12:17:05 +00:00
|
|
|
|
"//foundation/appexecfwk/standard/tools/zip:tools_zip"
|
2022-01-14 03:57:29 +00:00
|
|
|
|
],
|
|
|
|
|
"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",
|
2022-03-24 12:28:57 +00:00
|
|
|
|
"//foundation/appexecfwk/standard/test/benchmarktest:benchmarktest",
|
2022-04-25 06:30:23 +00:00
|
|
|
|
"//foundation/appexecfwk/standard/test/fuzztest:fuzztest",
|
2022-01-20 12:17:05 +00:00
|
|
|
|
"//foundation/appexecfwk/standard/test/systemtest/common/bms:systemtest_bms",
|
|
|
|
|
"//foundation/appexecfwk/standard/tools/zip/test:unittest"
|
2022-01-14 03:57:29 +00:00
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|