mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 02:23:31 -04:00
7c6a38de1a
Signed-off-by: lee <lilong32@huawei.com>
29 lines
666 B
JSON
29 lines
666 B
JSON
{
|
|
"name": "drivers_peripheral_bluetooth",
|
|
"description": "bluetooth device driver",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "drivers_peripheral_bluetooth",
|
|
"subsystem": "hdf",
|
|
"syscap": [ "" ],
|
|
"adapter_system_type": ["standard"],
|
|
"rom": "615KB",
|
|
"ram": "7400KB",
|
|
"deps": {
|
|
"components": [
|
|
"hdf_core",
|
|
"hiviewdfx_hilog_native",
|
|
"utils_base",
|
|
"ipc"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/bluetooth/hci:bluetooth_hci_entry",
|
|
"//drivers/peripheral/bluetooth/audio:hdi_audio_bluetooth"
|
|
]
|
|
}
|
|
}
|
|
}
|