1{ 2 "name": "@ohos/drivers_peripheral_audio", 3 "description": "audio device driver", 4 "version": "4.0", 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_feature_hal_notsupport_pathselect", 18 "drivers_peripheral_audio_feature_hdf_proxy_stub", 19 "drivers_peripheral_audio_feature_user_mode", 20 "drivers_peripheral_audio_feature_full_test_suite", 21 "drivers_peripheral_audio_feature_policy_config", 22 "drivers_peripheral_audio_feature_alsa_lib", 23 "drivers_peripheral_audio_feature_rich_device", 24 "drivers_peripheral_audio_feature_community", 25 "drivers_peripheral_audio_feature_effect" 26 ], 27 "adapted_system_type": ["standard", "small"], 28 "rom": "1035KB", 29 "ram": "8600KB", 30 "deps": { 31 "components": [ 32 "c_utils", 33 "hilog", 34 "hdf_core", 35 "drivers_interface_audio" 36 ], 37 "third_party": [ 38 "bounds_checking_function", 39 "cjson", 40 "alsa-lib" 41 ] 42 }, 43 "build": { 44 "sub_component": [ 45 "//drivers/peripheral/audio:hdi_audio", 46 "//drivers/peripheral/audio/effect:effect_model" 47 ], 48 "test": [ 49 "//drivers/peripheral/audio/test:audio_test_entry", 50 "//drivers/peripheral/audio/test/sample:idl_audio_sample", 51 "//drivers/peripheral/audio/test/audio_utils/audio_mixer:audio_mixer", 52 "//drivers/peripheral/audio/effect/test:effect_test" 53 ] 54 } 55 } 56}