sm8250-common: Register IHighTouchPollingRate interface

Change-Id: I3c48324cd201e810f04ccaa39898d7c8e43fa2e5
This commit is contained in:
LuK1337
2022-07-16 22:24:16 +02:00
parent 421a93824f
commit df005f2fb0
2 changed files with 16 additions and 0 deletions

15
manifest_odm.xml Normal file
View File

@@ -0,0 +1,15 @@
<manifest version="2.0" type="device">
<hal format="hidl" override="true">
<name>vendor.lineage.touch</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IHighTouchPollingRate</name>
<instance>default</instance>
</interface>
<interface>
<name>ITouchscreenGesture</name>
<instance>default</instance>
</interface>
</hal>
</manifest>