-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundle.json
121 lines (121 loc) · 3.47 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
{
"name": "@ohos/bluetooth_service",
"version": "3.2.0",
"description": "Provides basic Bluetooth and BLE functions for applications",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/communication_bluetooth",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"foundation"
],
"keywords": [
"communication",
"bluetooth_service"
],
"envs": [],
"dirs": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "foundation/communication/bluetooth_service"
},
"component": {
"name": "bluetooth_service",
"subsystem": "communication",
"syscap": [],
"features": [
"bluetooth_service_avrcp_avsession",
"bluetooth_service_a2dp_sink_feature",
"bluetooth_service_a2dp_source_feature",
"bluetooth_service_avrcp_ct_feature",
"bluetooth_service_avrcp_tg_feature",
"bluetooth_service_hfp_ag_feature",
"bluetooth_service_hfp_hf_feature",
"bluetooth_service_hid_host_feature",
"bluetooth_service_pan_feature"
],
"adapted_system_type": [
"standard"
],
"rom": "4.5MB",
"ram": "7.5MB",
"hisysevent_config": [
"//foundation/communication/bluetooth_service/hisysevent.yaml"
],
"deps": {
"components": [
"ability_base",
"ability_runtime",
"audio_framework",
"av_session",
"base",
"hilog",
"hisysevent",
"hitrace",
"ipc",
"samgr_proxy",
"samgr",
"access_token",
"bluetooth",
"drivers_interface_bluetooth",
"eventhandler",
"ability_base",
"call_manager",
"core_service",
"hdf_core",
"init",
"input",
"safwk",
"common_event_service",
"state_registry",
"c_utils",
"jsoncpp"
],
"third_party": [
"googletest",
"libuv",
"libxml2",
"openssl",
"bounds_checking_function"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [],
"service_group": [
"//foundation/communication/bluetooth_service/sa_profile:communication_bluetooth_service_sa_profile",
"//foundation/communication/bluetooth_service/services/bluetooth/server:bluetooth_server",
"//foundation/communication/bluetooth_service/services/bluetooth/service:btsbc"
]
},
"inner_api": [
],
"test": [
"//foundation/communication/bluetooth_service/test/unittest/spp:unittest",
"//foundation/communication/bluetooth_service/test/unittest/host:unittest",
"//foundation/communication/bluetooth_service/test/unittest/ble:unittest",
"//foundation/communication/bluetooth_service/test/unittest/hid:unittest",
"//foundation/communication/bluetooth_service/test/unittest/pan:unittest",
"//foundation/communication/bluetooth_service/test/unittest/gatt_c:unittest",
"//foundation/communication/bluetooth_service/test/fuzztest/host:fuzztest",
"//foundation/communication/bluetooth_service/test/example/bluetoothtest:bluetoothtest"
]
}
}
}