1{ 2 "name": "@ohos/drivers_peripheral_audio", 3 "description": "audio device driver", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/audio" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_audio", 14 "subsystem": "hdf", 15 "features": [ 16 "drivers_peripheral_audio_feature_mono_to_stereo", 17 "drivers_peripheral_audio_hal_notsupport_pathselect", 18 "drivers_peripheral_audio_hdf_proxy_stub", 19 "drivers_peripheral_audio_user_mode", 20 "drivers_peripheral_audio_full_test_suite", 21 "drivers_peripheral_audio_policy_config", 22 "drivers_peripheral_audio_alsa_lib", 23 "drivers_peripheral_audio_rich_device" 24 ], 25 "syscap": [ "" ], 26 "adapter_system_type": ["standard", "small"], 27 "rom": "1035KB", 28 "ram": "8600KB", 29 "deps": { 30 "components": [ 31 "hiviewdfx_hilog_native", 32 "hdf_core", 33 "utils_base", 34 "drivers_interface_audio" 35 ], 36 "third_party": [ 37 "bounds_checking_function", 38 "googletest" 39 ] 40 }, 41 "build": { 42 "sub_component": [ 43 "//drivers/peripheral/audio:hdi_audio" 44 ], 45 "test": [ 46 "//drivers/peripheral/audio/test:audio_test_entry", 47 "//drivers/peripheral/audio/test/sample:audio_sample", 48 "//drivers/peripheral/audio/test/sample:idl_audio_sample" 49 ], 50 "inner_kits":[ 51 { 52 "name": "//drivers/interface/audio/v1_0:libaudio_proxy_1.0", 53 "header": { 54 "header_files": [ 55 "audio_adapter.h", 56 "audio_attribute.h", 57 "audio_capture.h", 58 "audio_control.h", 59 "audio_manager.h", 60 "audio_render.h", 61 "audio_scene.h", 62 "audio_types.h", 63 "audio_volume.h" 64 ], 65 "header_base": "//drivers/peripheral/audio/interfaces/include" 66 } 67 } 68 ] 69 } 70 } 71} 72