Files
drivers_peripheral/bluetooth/bundle.json
T
2022-02-18 16:38:03 +08:00

28 lines
597 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"
]
}
}
}