mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-27 17:09:46 +00:00
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
13 lines
327 B
XML
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>
|
|
|