mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-27 17:09:46 +00:00
atcmdfwd: framework matrix -> device matrix
The HAL is served from a system app and used by a vendor daemon. Test: ls /system/app/atfwd/atfwd.apk Test: ls /vendor/bin/ATFWD-daemon Test: lshal Bug: 130714844 Change-Id: I87e10fa56ac84ddd7e4210ac2bc4f1338265e1e9 Merged-In: I87e10fa56ac84ddd7e4210ac2bc4f1338265e1e9
This commit is contained in:
@@ -68,4 +68,12 @@
|
||||
-->
|
||||
<version>1.0</version>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.qti.atcmdfwd</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IAtCmdFwd</name>
|
||||
<instance>AtCmdFwdService</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</compatibility-matrix>
|
||||
|
||||
@@ -1,12 +1,4 @@
|
||||
<compatibility-matrix version="1.0" type="framework">
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.qti.atcmdfwd</name>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IAtCmdFwd</name>
|
||||
<instance>AtCmdFwdService</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl" optional="true">
|
||||
<name>vendor.qti.qcril.am</name>
|
||||
<version>1.0</version>
|
||||
|
||||
Reference in New Issue
Block a user