Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
sm8250-common: touch: Re-enable vintf fragments
Browse files Browse the repository at this point in the history
Change-Id: I545395cfb8e05c72de7bc105ce4faf7c0323d6fc
  • Loading branch information
moetayuko committed Sep 17, 2022
1 parent 91c77e8 commit a12d961
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions lineagehw/touch/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ soong_config_module_type {
properties: [
"cppflags",
"srcs",
"vintf_fragments",
],
}

Expand All @@ -31,10 +32,12 @@ moto_kona_touch_hal {
USE_TOUCH_POLLING_RATE: {
cppflags: ["-DUSE_TOUCH_POLLING_RATE"],
srcs: ["HighTouchPollingRate.cpp"],
vintf_fragments: ["[email protected]_kona.hpr.xml"],
},
SINGLE_TAP_PATH: {
cppflags: ["-DSINGLE_TAP_PATH=\"%s\""],
srcs: ["TouchscreenGesture.cpp"],
vintf_fragments: ["[email protected]_kona.gesture.xml"],
},
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<hal format="hidl">
<name>vendor.lineage.touch</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ITouchscreenGesture</name>
<instance>default</instance>
</interface>
<fqname>@1.0::ITouchscreenGesture/default</fqname>
</hal>
</manifest>
7 changes: 7 additions & 0 deletions lineagehw/touch/[email protected]_kona.hpr.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>vendor.lineage.touch</name>
<transport>hwbinder</transport>
<fqname>@1.0::IHighTouchPollingRate/default</fqname>
</hal>
</manifest>

0 comments on commit a12d961

Please sign in to comment.