aefed99fcd
- Get audio library implements from LineageOS/gts4lv - Move device manifests from configs to the root dir - Revive Samsung, LineageOS HIDL - Edit BoardConfig.mk a little Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I70cc11946f936373d06ce37f5c7868f844abed71
71 lines
2.4 KiB
XML
71 lines
2.4 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>
|
|
</compatibility-matrix>
|