-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbundle.json
136 lines (136 loc) · 3.59 KB
/
bundle.json
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@ohos/dsoftbus",
"version": "4.0.2",
"description": "dsoftbus",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/communication/dsoftbus"
},
"dirs": {},
"scripts": {},
"author": {},
"homePage": "https://gitee.com/openharmony",
"repository": "https://gitee.com/openharmony/communication_dsoftbus",
"supplier":"Organization: OpenHarmony",
"license": "Apache License 2.0",
"component": {
"name": "dsoftbus",
"subsystem": "communication",
"adapted_system_type": [
"mini",
"small",
"standard"
],
"hisysevent_config": [
"//foundation/communication/dsoftbus/hisysevent.yaml"
],
"syscap":[ "SystemCapability.Communication.SoftBus.Core" ],
"features": [
"dsoftbus_feature_conn_p2p",
"dsoftbus_feature_conn_legacy",
"dsoftbus_feature_disc_ble",
"dsoftbus_feature_conn_br",
"dsoftbus_feature_conn_ble",
"dsoftbus_feature_lnn_net",
"dsoftbus_feature_trans_udp_stream",
"dsoftbus_feature_trans_udp_file",
"dsoftbus_get_devicename",
"dsoftbus_feature_product_config_path",
"dsoftbus_feature_lnn_wifiservice_dependence",
"dsoftbus_feature_protocol_newip",
"dsoftbus_feature_ex_kits",
"dsoftbus_feature_wifi_notify"
],
"rom": "3000KB",
"ram": "40MB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"access_token",
"bluetooth",
"bounds_checking_function",
"bundle_framework",
"common_event_service",
"bounds_checking_function",
"cJSON",
"openssl",
"data_share",
"kv_store",
"device_auth",
"device_info_manager",
"device_certificate_manager",
"drivers_interface_wlan",
"json",
"hicollie",
"hisysevent",
"hitrace",
"hilog",
"huks",
"i18n",
"init",
"ipc",
"openssl",
"os_account",
"relational_store",
"c_utils",
"safwk",
"samgr",
"sqlite",
"wifi",
"wifi_enhance",
"netmanager_base",
"bounds_checking_function",
"cJSON",
"mbedtls",
"libcoap",
"zlib",
"libnl",
"power_manager",
"ffrt"
],
"third_party": [
"cJSON",
"json",
"mbedtls",
"openssl",
"bounds_checking_function",
"sqlite",
"zlib",
"libnl"
]
},
"build": {
"group_type":{
"base_group":[],
"fwk_group":[
"//foundation/communication/dsoftbus/sdk:softbus_client"
],
"service_group":[
"//foundation/communication/dsoftbus/core:softbus_server",
"//foundation/communication/dsoftbus/core/frame/standard/sa_profile:softbus_sa_profile"
]
},
"inner_kits": [
{
"name": "//foundation/communication/dsoftbus/sdk:softbus_client",
"header": {
"header_files": [
"bus_center/softbus_bus_center.h",
"common/softbus_common.h",
"common/softbus_error_code.h",
"transport/session.h"
],
"header_base": "//foundation/communication/dsoftbus/interfaces/kits"
}
}
],
"test": [
"//foundation/communication/dsoftbus/tests:benchmarktest",
"//foundation/communication/dsoftbus/tests:fuzztest",
"//foundation/communication/dsoftbus/tests:integration_test",
"//foundation/communication/dsoftbus/tests:unittest"
]
}
}
}