mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-27 17:09:46 +00:00
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
80 lines
2.6 KiB
XML
80 lines
2.6 KiB
XML
<compatibility-matrix version="1.0" type="device">
|
|
<hal format="hidl" optional="false">
|
|
<name>android.frameworks.schedulerservice</name>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>ISchedulingPolicyService</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl" optional="false">
|
|
<name>android.frameworks.sensorservice</name>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>ISensorManager</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl" optional="false">
|
|
<name>android.hidl.allocator</name>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>IAllocator</name>
|
|
<instance>ashmem</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl" optional="false">
|
|
<name>android.hidl.manager</name>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>IServiceManager</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl" optional="false">
|
|
<name>android.hidl.memory</name>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>IMapper</name>
|
|
<instance>ashmem</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl" optional="false">
|
|
<name>android.hidl.token</name>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>ITokenManager</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="hidl" optional="false">
|
|
<name>android.system.wifi.keystore</name>
|
|
<version>1.0</version>
|
|
<interface>
|
|
<name>IKeystore</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
<hal format="native" optional="false">
|
|
<name>netutils-wrapper</name>
|
|
<!--
|
|
netutils-wrapper should only list a single version x.0.
|
|
netutils-wrapper next version has less functionalities than
|
|
previous versions, so unlike a HAL, netutils-wrapper are not
|
|
backwards compatible. Hence the major version must be bumped for
|
|
each update.
|
|
Vendor code should switch to (x+1).0 completely before when the
|
|
requirement is updated here.
|
|
-->
|
|
<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>
|