mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
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
22 lines
604 B
XML
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>
|
|
|