Files
drivers_peripheral/audio/bundle.json
T
2022-08-17 18:01:54 +08:00

64 lines
1.8 KiB
JSON
Executable File

{
"name": "drivers_peripheral_audio",
"description": "audio device driver",
"version": "3.1",
"license": "Apache License 2.0",
"component": {
"name": "drivers_peripheral_audio",
"subsystem": "hdf",
"features": [
"drivers_peripheral_audio_feature_mono_to_stereo",
"drivers_peripheral_audio_hal_notsupport_pathselect",
"drivers_peripheral_audio_hdf_proxy_stub",
"drivers_peripheral_audio_user_mode",
"drivers_peripheral_audio_full_test_suite",
"drivers_peripheral_audio_policy_config",
"drivers_peripheral_audio_alsa_lib"
],
"syscap": [ "" ],
"adapter_system_type": ["standard", "small"],
"rom": "1035KB",
"ram": "8600KB",
"deps": {
"components": [
"hiviewdfx_hilog_native",
"hdf_core",
"utils_base"
],
"third_part": [
"bounds_checking_function",
"googletest"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/audio:hdi_audio"
],
"test": [
"//drivers/peripheral/audio/test:audio_test_entry",
"//drivers/peripheral/audio/test/sample:audio_sample",
"//drivers/peripheral/audio/test/sample:idl_audio_sample"
],
"inner_kits":[
{
"name": "//drivers/interface/audio/v1_0:libaudio_proxy_1.0",
"header": {
"header_files": [
"audio_adapter.h",
"audio_attribute.h",
"audio_capture.h",
"audio_control.h",
"audio_manager.h",
"audio_render.h",
"audio_scene.h",
"audio_types.h",
"audio_volume.h"
],
"header_base": "//drivers/peripheral/audio/interfaces/include"
}
}
]
}
}
}