OSDN Git Service

support EP121 touchscreen on honeycomb
authorChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 5 Sep 2011 08:50:11 +0000 (16:50 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 5 Sep 2011 08:50:11 +0000 (16:50 +0800)
eGestured [new file with mode: 0644]
laptop.mk

diff --git a/eGestured b/eGestured
new file mode 100644 (file)
index 0000000..a20536c
Binary files /dev/null and b/eGestured differ
index 815b53d..20a85bf 100644 (file)
--- a/laptop.mk
+++ b/laptop.mk
@@ -1,7 +1,8 @@
 PRODUCT_PACKAGES := $(THIRD_PARTY_APPS)
 
 PRODUCT_COPY_FILES := \
-    frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
+    $(LOCAL_PATH)/eGestured:system/bin/eGestured \
+    $(SRC_TARGET_DIR)/board/generic_x86/GenericTouch.idc:system/usr/idc/Vendor_0eef_Product_a001_Version_0210.idc
 
 $(call inherit-product,$(SRC_TARGET_DIR)/product/generic_x86.mk)