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": ["drivers_peripheral_bluetooth_a2dp_hdi"],
16    "adapted_system_type": ["standard"],
17    "rom": "615KB",
18    "ram": "7400KB",
19    "deps": {
20      "components": [
21        "c_utils",
22        "drivers_peripheral_bluetooth",
23        "hdf_core",
24        "hilog",
25        "ipc",
26        "samgr",
27        "drivers_interface_bluetooth",
28        "bluetooth_service",
29        "hitrace"
30      ]
31    },
32    "build": {
33      "sub_component": [
34        "//drivers/peripheral/bluetooth/hci:bluetooth_hci_entry",
35        "//drivers/peripheral/bluetooth/audio:hdi_audio_bluetooth"
36      ],
37      "inner_kits": [
38        {
39          "header": {
40            "header_base": "//drivers/peripheral/bluetooth/audio",
41            "header_files": [
42              "interfaces/include/audio_adapter.h",
43              "interfaces/include/audio_attribute.h",
44              "interfaces/include/audio_control.h",
45              "interfaces/include/audio_manager.h",
46              "interfaces/include/audio_render.h",
47              "interfaces/include/audio_scene.h",
48              "interfaces/include/audio_types.h",
49              "interfaces/include/audio_volume.h",
50              "/hal/hdi_binder/proxy/include/audio_proxy_manager.h"
51            ]
52          },
53          "name": "//drivers/peripheral/bluetooth/audio:hdi_audio_bluetooth_header"
54        }
55      ]
56    }
57  }
58}
59