1{ 2 "name": "@ohos/drivers_peripheral_bluetooth", 3 "description": "bluetooth device driver", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/bluetooth" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_bluetooth", 14 "subsystem": "hdf", 15 "syscap": [ "" ], 16 "adapter_system_type": ["standard"], 17 "rom": "615KB", 18 "ram": "7400KB", 19 "deps": { 20 "components": [ 21 "hdf_core", 22 "hiviewdfx_hilog_native", 23 "utils_base", 24 "ipc" 25 ] 26 }, 27 "build": { 28 "sub_component": [ 29 "//drivers/peripheral/bluetooth/hci:bluetooth_hci_entry", 30 "//drivers/peripheral/bluetooth/audio:hdi_audio_bluetooth" 31 ] 32 } 33 } 34} 35