• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/drivers_peripheral_bluetooth",
3  "description": "bluetooth device driver",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/bluetooth"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_bluetooth",
14    "subsystem": "hdf",
15    "features": [
16      "drivers_peripheral_bluetooth_a2dp_hdi",
17      "drivers_peripheral_bluetooth_mac_update"
18    ],
19    "adapted_system_type": ["standard"],
20    "rom": "615KB",
21    "ram": "7400KB",
22    "deps": {
23      "components": [
24        "c_utils",
25        "drivers_peripheral_bluetooth",
26        "hdf_core",
27        "hilog",
28        "ipc",
29        "samgr",
30        "drivers_interface_bluetooth",
31        "hitrace",
32        "cJSON",
33        "bluetooth"
34      ]
35    },
36    "build": {
37      "sub_component": [
38        "//drivers/peripheral/bluetooth/hci:bluetooth_hci_entry",
39        "//drivers/peripheral/bluetooth/audio:hdi_audio_bluetooth"
40      ]
41    }
42  }
43}
44