1{ 2 "name": "bluetooth_device_driver", 3 "description": "bluetooth device driver", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "component": { 7 "name": "bluetooth_device_driver", 8 "subsystem": "hdf", 9 "syscap": [ "" ], 10 "adapter_system_type": ["standard"], 11 "rom": "615KB", 12 "ram": "7400KB", 13 "deps": { 14 "components": [ 15 "device_driver_framework", 16 "hiviewdfx_hilog_native", 17 "utils_base", 18 "ipc" 19 ] 20 }, 21 "build": { 22 "sub_component": [ 23 "//drivers/peripheral/bluetooth/hdi:bluetooth_hdi", 24 "//drivers/peripheral/bluetooth/audio:hdi_audio_bluetooth" 25 ] 26 } 27 } 28} 29