device_google_zumapro/manifest.xml
Mingguang Xu 0e4c410042 zumapro: Add Twoshay's IGrilAntennaTuningService to manifest
Bug: 268562469

Test: manual

Change-Id: I39c61fe53768b2bd2cbbe236505c98f98d4fc8ae
Signed-off-by: Mingguang Xu <mingguangxu@google.com>
2024-01-11 01:36:40 +00:00

37 lines
1.1 KiB
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.algos.gril</name>
<version>2</version>
<interface>
<name>IGrilAntennaTuningService</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl">
<name>com.google.input</name>
<interface>
<name>ITouchContextService</name>
<instance>default</instance>
</interface>
</hal>
</manifest>