device_google_zumapro/manifest.xml
Jason Chiu ab487d8619 zumapro: update manifest HAL android.hardware.boot from hidl 1.2 to aidl
Bug: 312128471
Change-Id: I80458c29c62e7657bac2866ddc336c2ecb8f19f9
Signed-off-by: Jason Chiu <jasoncschiu@google.com>
2023-12-05 11:11:08 +08:00

29 lines
906 B
XML

<manifest version="1.0" type="device" target-level="8">
<hal format="hidl">
<name>android.hardware.graphics.mapper</name>
<transport arch="32+64">passthrough</transport>
<version>4.0</version>
<interface>
<name>IMapper</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>android.hardware.boot</name>
<fqname>IBootControl/default</fqname>
</hal>
<hal format="aidl">
<name>com.google.input.algos.spd</name>
<interface>
<name>IScreenProtectorDetectorService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>com.google.input</name>
<interface>
<name>ITouchContextService</name>
<instance>default</instance>
</interface>
</hal>
</manifest>