1{ 2 "name": "codec_device_driver", 3 "description": "codec device driver", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "component": { 7 "name": "codec_device_driver", 8 "subsystem": "hdf", 9 "syscap": [ "" ], 10 "adapter_system_type": ["standard"], 11 "rom": "675KB", 12 "ram": "7400KB", 13 "deps": { 14 "components": [ 15 "device_driver_framework", 16 "hiviewdfx_hilog_native" 17 ], 18 "third_part": [ 19 "googletest" 20 ] 21 }, 22 "build": { 23 "sub_component": [ 24 "//drivers/peripheral/codec/hdi_service:codec_client", 25 "//drivers/peripheral/codec/hdi_service:codec_service", 26 "//drivers/peripheral/codec:hdf_media_codec" 27 ] 28 } 29 } 30} 31