Files
drivers_peripheral/codec/bundle.json
T
2022-01-21 21:31:00 +08:00

30 lines
668 B
JSON
Executable File

{
"name": "codec_device_driver",
"description": "codec device driver",
"version": "3.1",
"license": "Apache License 2.0",
"component": {
"name": "codec_device_driver",
"subsystem": "hdf",
"syscap": [ "" ],
"adapter_system_type": ["standard"],
"rom": "1000KB",
"ram": "1000KB",
"deps": {
"components": [
"device_driver_framework",
"hiviewdfx_hilog_native"
],
"third_part": [
"googletest"
]
},
"build": {
"sub_component": [
"//drivers/peripheral/codec/hdi_service:codec_client",
"//drivers/peripheral/codec/hdi_service:codec_service"
]
}
}
}