Add touchscreen and stylus input configuration file. am: 05dbf737a7

Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/18533908

Change-Id: Id7294362a8ea1b0016764f5677c297fe49182d80
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Super Liu 2022-05-24 11:27:37 +00:00 committed by Automerger Merge Worker
commit 77ba1db4f2
3 changed files with 8 additions and 0 deletions

2
NVTCapacitivePen.idc Normal file
View file

@ -0,0 +1,2 @@
touch.orientationAware = 1
touch.orientation = ORIENTATION_270

View file

@ -0,0 +1 @@
touch.orientation = ORIENTATION_270

View file

@ -33,6 +33,11 @@ DEVICE_PACKAGE_OVERLAYS += device/google/tangorpro/tangorpro/overlay
PRODUCT_SOONG_NAMESPACES += device/google/tangorpro
PRODUCT_PACKAGES += WifiOverlayT6pro
# Touch files
PRODUCT_COPY_FILES += \
device/google/tangorpro/NVTCapacitiveTouchScreen.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/NVTCapacitiveTouchScreen.idc \
device/google/tangorpro/NVTCapacitivePen.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/NVTCapacitivePen.idc
# Init files
PRODUCT_COPY_FILES += \
device/google/tangorpro/conf/init.tangorpro.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.tangorpro.rc