Add idc file for snowball touchscreen
Signed-off-by: Ramesh Chandrasekaran <ramesh.chandrasekaran@stericsson.com>
diff --git a/device.mk b/device.mk
index e4bee78..c3371f2 100644
--- a/device.mk
+++ b/device.mk
@@ -25,6 +25,10 @@
frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
device/linaro/common/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml
+# Input device calibration files
+PRODUCT_COPY_FILES += \
+ device/linaro/snowball/ftk.idc:system/usr/idc/ftk.idc
+
PRODUCT_PACKAGES := \
make_ext4fs \
com.android.future.usb.accessory \
diff --git a/ftk.idc b/ftk.idc
new file mode 100644
index 0000000..c8231cc
--- /dev/null
+++ b/ftk.idc
@@ -0,0 +1,11 @@
+# This is an example of an input device configuration file.
+# It might be used to describe the characteristics of a built-in touch screen.
+
+# This is an internal device, not an external peripheral attached to the USB
+# or Bluetooth bus.
+device.internal = 1
+
+# The device should behave as a touch screen, which uses the same orientation
+# as the built-in display.
+touch.deviceType = touchScreen
+touch.orientationAware = 1