mirror of
https://github.com/openharmony/appexecfwk_standard.git
synced 2026-07-21 01:15:30 -04:00
d73e1ae93c
Signed-off-by: changzheng6 <hanfeng6@huawei.com>
104 lines
4.3 KiB
JSON
104 lines
4.3 KiB
JSON
{
|
|
"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",
|
|
"bundle_framework_free_install"
|
|
],
|
|
"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/kits/appkit/native/bundle:bundle_ndk",
|
|
"//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"
|
|
]
|
|
}
|
|
}
|
|
} |