Unverified Commit 0f3d4836 authored by LuK1337's avatar LuK1337 Committed by pjgowtham
Browse files

nicky: Register IHighTouchPollingRate interface

Change-Id: I3c48324cd201e810f04ccaa39898d7c8e43fa2e5
parent d5a31f1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ BOARD_AVB_RECOVERY_ROLLBACK_INDEX_LOCATION := 1
# VINTF
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
DEVICE_MATRIX_FILE += $(DEVICE_PATH)/compatibility_matrix.xml
ODM_MANIFEST_FILES := $(DEVICE_PATH)/manifest_odm.xml

# VNDK
BOARD_VNDK_VERSION := current

manifest_odm.xml

0 → 100644
+15 −0
Original line number Diff line number Diff line
<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>