Files
device_google_wahoo/framework_manifest.xml
Pawin Vongmasa 54c01e1608 Enable Codec2
Test: make cts -j123 && cts-tradefed run cts-dev -m \
CtsMediaTestCases --compatibility:module-arg \
CtsMediaTestCases:include-annotation:\
android.platform.test.annotations.RequiresDevice

Bug: 128456533
Change-Id: Ibe051f4b19c2dbb0a208e751a3b7a332a329b447
2019-03-14 10:46:59 -07:00

22 lines
604 B
XML

<manifest version="1.0" type="framework">
<hal format="hidl">
<name>android.hardware.media.c2</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IComponentStore</name>
<instance>software</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.atcmdfwd</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IAtCmdFwd</name>
<instance>AtCmdFwdService</instance>
</interface>
</hal>
</manifest>