mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
- Include mediacodec_samsung setting from gs-common - Enable Codec2 HIDL 1.2 from BoardConfig and update manifest hidl version for samsung.hardware.media.c2 Bug: 318793681 Test: run cts -m CtsMediaDecoderTestCases Test: run cts -m CtsMediaPlayerTestCases Test: run vts -m vts_treble_vintf_vendor_test Change-Id: I1f947d2eb75bd4d75d9db1d39b0b083d32f8032f
12 lines
327 B
XML
12 lines
327 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="hidl">
|
|
<name>android.hardware.media.c2</name>
|
|
<transport>hwbinder</transport>
|
|
<version>1.2</version>
|
|
<interface>
|
|
<name>IComponentStore</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|