pstar: add lineage touch hal: GloveMode

This commit is contained in:
SGCMarkus 2022-02-22 21:51:43 +01:00
commit 765d3b93b5
8 changed files with 200 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<manifest version="1.0" type="device">
<hal format="hidl" optional="true">
<name>vendor.lineage.touch</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IGloveMode</name>
<instance>default</instance>
</interface>
</hal>
</manifest>