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 "adapted_system_type": ["standard"], 16 "rom": "615KB", 17 "ram": "7400KB", 18 "deps": { 19 "components": [ 20 "c_utils", 21 "drivers_peripheral_bluetooth", 22 "hdf_core", 23 "hilog", 24 "ipc", 25 "samgr", 26 "drivers_interface_bluetooth", 27 "bluetooth_service" 28 ] 29 }, 30 "build": { 31 "sub_component": [ 32 "//drivers/peripheral/bluetooth/hci:bluetooth_hci_entry", 33 "//drivers/peripheral/bluetooth/audio:hdi_audio_bluetooth" 34 ], 35 "inner_kits": [ 36 { 37 "header": { 38 "header_base": "//drivers/peripheral/bluetooth/audio", 39 "header_files": [ 40 "interfaces/include/audio_adapter.h", 41 "interfaces/include/audio_attribute.h", 42 "interfaces/include/audio_control.h", 43 "interfaces/include/audio_manager.h", 44 "interfaces/include/audio_render.h", 45 "interfaces/include/audio_scene.h", 46 "interfaces/include/audio_types.h", 47 "interfaces/include/audio_volume.h", 48 "/hal/hdi_binder/proxy/include/audio_proxy_manager.h" 49 ] 50 }, 51 "name": "//drivers/peripheral/bluetooth/audio:hdi_audio_bluetooth_header" 52 } 53 ] 54 } 55 } 56} 57