android_device_samsung_klte.../manifest.xml
Paul Keith d5275949a0
klte-common: Add IGloveMode to device manifest
* We support glove mode through hardware/samsung's implementation

Change-Id: I537ed4ee731207643d078d86afd32434dd52eeb9
2019-04-10 21:35:00 -06:00

29 lines
877 B
XML

<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.light</name>
<transport arch="32">passthrough</transport>
<version>2.0</version>
<interface>
<name>ILight</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.vibrator</name>
<transport arch="32">passthrough</transport>
<version>1.0</version>
<interface>
<name>IVibrator</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.lineage.touch</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IGloveMode</name>
<instance>default</instance>
</interface>
</hal>
</manifest>