-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbundle.json
More file actions
78 lines (78 loc) · 2.55 KB
/
Copy pathbundle.json
File metadata and controls
78 lines (78 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@ohos/distributed_bundle_framework",
"description": "分布式包管理服务",
"version": "4.0",
"license": "Apache-2.0",
"segment": {
"destPath": "foundation/bundlemanager/distributed_bundle_framework"
},
"component": {
"name": "distributed_bundle_framework",
"subsystem": "bundlemanager",
"syscap": [
"SystemCapability.BundleManager.DistributedBundleFramework"
],
"features": [
"distributed_bundle_framework_graphics"
],
"adapted_system_type": [
"standard"
],
"rom": "~400KB",
"ram": "~6577KB",
"deps": {
"components": [
"ability_base",
"access_token",
"bundle_framework",
"cJSON",
"c_utils",
"dsoftbus",
"hisysevent",
"hilog",
"i18n",
"ipc",
"image_framework",
"libuv",
"napi",
"node",
"os_account",
"resource_management",
"runtime_core",
"safwk",
"samgr",
"selinux_adapter",
"common_event_service",
"device_manager",
"hicollie",
"init",
"kv_store"
],
"third_party": [
]
},
"build": {
"sub_component": [
"//foundation/bundlemanager/distributed_bundle_framework:ani_dbms_packages",
"//foundation/bundlemanager/distributed_bundle_framework:inner_api_target",
"//foundation/bundlemanager/distributed_bundle_framework:jsapi_target",
"//foundation/bundlemanager/distributed_bundle_framework:dbms_target"
],
"inner_kits": [
{
"header": {
"header_base": "//foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include",
"header_files": [
"distributed_bms_interface.h",
"distributed_bms_proxy.h"
]
},
"name": "//foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api:dbms_fwk"
}
],
"test": [
"//foundation/bundlemanager/distributed_bundle_framework:test_target"
]
}
}
}