mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-25 02:23:31 -04:00
2127d7cce9
Signed-off-by: vb6174 <zhangyunhu@huawei.com>
36 lines
813 B
JSON
Executable File
36 lines
813 B
JSON
Executable File
{
|
|
"name": "audio_device_driver",
|
|
"description": "audio device driver",
|
|
"version": "3.1",
|
|
"license": "Apache License 2.0",
|
|
"component": {
|
|
"name": "audio_device_driver",
|
|
"subsystem": "hdf",
|
|
"syscap": [ "" ],
|
|
"adapter_system_type": ["standard", "small"],
|
|
"rom": "1035KB",
|
|
"ram": "8600KB",
|
|
"deps": {
|
|
"components": [
|
|
"hiviewdfx_hilog_native",
|
|
"device_driver_framework",
|
|
"utils_base"
|
|
],
|
|
"third_part": [
|
|
"bounds_checking_function",
|
|
"googletest",
|
|
"tinyalsa"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/audio:hdi_audio"
|
|
],
|
|
"test": [
|
|
"//drivers/peripheral/audio:audio_test_entry",
|
|
"//drivers/peripheral/audio:audio_sample_client"
|
|
]
|
|
}
|
|
}
|
|
}
|