Files
drivers_peripheral/bluetooth/bundle.json
T
2022-08-30 16:29:50 +08:00

35 lines
801 B
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",
"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"
]
}
}
}