• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/bundle_framework",
3    "description": "提供OpenHarmony应用和服务安装包的安装、更新、卸载以及信息查询等能力,包含包管理接口和包管理服务",
4    "version": "3.1",
5    "license": "Apache 2.0",
6    "segment": {
7        "destPath": "foundation/bundlemanager/bundle_framework"
8    },
9    "component": {
10        "name": "bundle_framework",
11        "subsystem": "bundlemanager",
12        "syscap": [
13            "SystemCapability.BundleManager.BundleFramework",
14            "SystemCapability.BundleManager.Zlib",
15            "SystemCapability.BundleManager.BundleFramework.AppControl",
16            "SystemCapability.BundleManager.BundleFramework.Core",
17            "SystemCapability.BundleManager.BundleFramework.FreeInstall",
18            "SystemCapability.BundleManager.BundleFramework.Launcher",
19            "SystemCapability.BundleManager.BundleFramework.DefaultApp",
20            "SystemCapability.BundleManager.BundleFramework.Resource"
21        ],
22        "features": [
23            "bundle_framework_graphics",
24            "bundle_framework_free_install",
25            "bundle_framework_default_app",
26            "bundle_framework_launcher",
27            "bundle_framework_sandbox_app",
28            "bundle_framework_quick_fix"
29        ],
30        "hisysevent_config": [
31            "//foundation/bundlemanager/bundle_framework/hisysevent.yaml"
32        ],
33        "adapted_system_type": [
34            "standard"
35        ],
36        "rom": "4000KB",
37        "ram": "4000KB",
38        "deps": {
39            "components": [
40                "ability_base",
41                "ability_runtime",
42                "access_token",
43                "appverify",
44                "battery_manager",
45                "common",
46                "common_event_service",
47                "config_policy",
48                "c_utils",
49                "device_manager",
50                "device_info_manager",
51                "device_usage_statistics",
52                "display_manager",
53                "distributeddatamgr",
54                "eventhandler",
55                "hicollie_native",
56                "hilog_native",
57                "hisysevent_native",
58                "hitrace_native",
59                "hiviewdfx_hilog_native",
60                "i18n",
61                "init",
62                "ipc",
63                "jsoncpp",
64                "libuv",
65                "multimedia_image_framework",
66                "napi",
67                "os_account",
68                "power_manager",
69                "safwk",
70                "resource_management",
71                "samgr",
72                "selinux",
73                "syscap_codec",
74                "zlib"
75            ],
76            "third_party": [
77                "json",
78                "libuv",
79                "node",
80                "zlib"
81            ]
82        },
83        "build": {
84            "sub_component": [
85                "//foundation/bundlemanager/bundle_framework:bms_target"
86            ],
87            "inner_kits": [
88                {
89                    "header": {
90                      "header_base": "//foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include",
91                      "header_files": [
92                        "ability_info.h",
93                        "appexecfwk_errors.h",
94                        "application_info.h",
95                        "bundle_info.h"
96                      ]
97                    },
98                    "name": "//foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base:appexecfwk_base"
99                  },
100                  {
101                    "header": {
102                      "header_base": "//foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include",
103                      "header_files": [
104                        "bundlemgr/bundle_installer_interface.h",
105                        "bundlemgr/bundle_mgr_interface.h",
106                        "bundlemgr/bundle_status_callback_interface.h",
107                        "bundlemgr/clean_cache_callback_interface.h",
108                        "bundlemgr/status_receiver_interface.h",
109                        "bundlemgr/bundle_installer_proxy.h",
110                        "bundlemgr/bundle_mgr_proxy.h",
111                        "bundlemgr/bundle_status_callback_proxy.h",
112                        "bundlemgr/bundle_stream_installer_proxy.h",
113                        "bundlemgr/bundle_user_mgr_proxy.h",
114                        "bundlemgr/clean_cache_callback_proxy.h",
115                        "bundlemgr/bundle_mgr_client_impl.h"
116                      ]
117                    },
118                    "name": "//foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core:appexecfwk_core"
119                  }
120            ],
121            "test": [
122                "//foundation/bundlemanager/bundle_framework:test_target"
123            ]
124        }
125    }
126}
127