Files
device_google_wahoo/framework_manifest.xml
Pawin Vongmasa f20d636979 Remove media.c2 from framework_manifest.xml
The entry for media.c2 in framework_manifest.xml is no longer needed as
it is included as vintf_fragments in mediaswcodec.

Test: adb shell stagefright -i | grep -E "c2.*android"

Bug: 129999541
Change-Id: I79c62bf510af4302485644d44e0f4a80221eaccd
2019-04-05 02:05:46 -07:00

13 lines
327 B
XML

<manifest version="1.0" type="framework">
<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>