klte-common: Add IGloveMode to device manifest

* We support glove mode through hardware/samsung's implementation

Change-Id: I537ed4ee731207643d078d86afd32434dd52eeb9
This commit is contained in:
Paul Keith 2019-01-09 00:45:39 +01:00 committed by Kevin F. Haggerty
parent 08b32f10ed
commit d5275949a0
No known key found for this signature in database
GPG Key ID: 6D95512933112729
1 changed files with 9 additions and 0 deletions

View File

@ -17,4 +17,13 @@
<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>