Files
drivers_peripheral/bluetooth/bundle.json
T
shinezxy 370e002d85 feat:add hdap driver
Signed-off-by: shinezxy <zhangxiaoyang8@huawei.com>
2024-10-24 17:23:21 +08:00

60 lines
1.7 KiB
JSON

{
"name": "@ohos/drivers_peripheral_bluetooth",
"description": "bluetooth device driver",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "drivers/peripheral/bluetooth"
},
"dirs": {},
"scripts": {},
"component": {
"name": "drivers_peripheral_bluetooth",
"subsystem": "hdf",
"features": ["drivers_peripheral_bluetooth_a2dp_hdi"],
"adapted_system_type": ["standard"],
"rom": "615KB",
"ram": "7400KB",
"deps": {
"components": [
"c_utils",
"drivers_peripheral_bluetooth",
"hdf_core",
"hilog",
"ipc",
"samgr",
"drivers_interface_bluetooth",
"bluetooth_service",
"hitrace"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/bluetooth/hci:bluetooth_hci_entry",
"//drivers/peripheral/bluetooth/audio:hdi_audio_bluetooth"
],
"inner_kits": [
{
"header": {
"header_base": "//drivers/peripheral/bluetooth/audio",
"header_files": [
"interfaces/include/audio_adapter.h",
"interfaces/include/audio_attribute.h",
"interfaces/include/audio_capture.h",
"interfaces/include/audio_control.h",
"interfaces/include/audio_manager.h",
"interfaces/include/audio_render.h",
"interfaces/include/audio_scene.h",
"interfaces/include/audio_types.h",
"interfaces/include/audio_volume.h",
"/hal/hdi_binder/proxy/include/audio_proxy_manager.h"
]
},
"name": "//drivers/peripheral/bluetooth/audio:hdi_audio_bluetooth_header"
}
]
}
}
}