mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 13:19:36 -04:00
d0ff66a365
Signed-off-by: wangyanhandsome <wangyan666123@163.com>
29 lines
665 B
JSON
Executable File
29 lines
665 B
JSON
Executable File
{
|
|
"name": "bluetooth_device_driver",
|
|
"description": "bluetooth device driver",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "bluetooth_device_driver",
|
|
"subsystem": "hdf",
|
|
"syscap": [ "" ],
|
|
"adapter_system_type": ["standard"],
|
|
"rom": "615KB",
|
|
"ram": "7400KB",
|
|
"deps": {
|
|
"components": [
|
|
"device_driver_framework",
|
|
"hiviewdfx_hilog_native",
|
|
"utils_base",
|
|
"ipc"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/bluetooth/hdi:bluetooth_hdi",
|
|
"//drivers/peripheral/bluetooth/audio:hdi_audio_bluetooth"
|
|
]
|
|
}
|
|
}
|
|
}
|