summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorma34s <ma34s.sss@gmail.com>2015-03-14 23:05:08 +0900
committerblack <blackzigong@gmail.com>2015-03-14 07:49:39 -0700
commit45fd11274285717da1b937536aa8ab97239c7105 (patch)
treea7808cd908b82bb6d85f7c6b3465fe3927ecbe95
parent0aeb0057520cd8f2166f21c32925d4ef7883fb20 (diff)
downloaddevice_samsung_smdk4412-common-45fd11274285717da1b937536aa8ab97239c7105.zip
device_samsung_smdk4412-common-45fd11274285717da1b937536aa8ab97239c7105.tar.gz
device_samsung_smdk4412-common-45fd11274285717da1b937536aa8ab97239c7105.tar.bz2
merge "nuke sii9234_rcp"
from: https://github.com/CyanogenMod/android_device_samsung_msm8960-common/commit/0be7ed462852c8d1d3337aa045c9855e81697a10 Change-Id: I31d7e013110c35d35839546f6e2449bef807cbdf
-rw-r--r--common.mk4
-rw-r--r--configs/excluded-input-devices.xml9
2 files changed, 13 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 0b2fef0..497ef72 100644
--- a/common.mk
+++ b/common.mk
@@ -167,6 +167,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
+# Keylayouts
+PRODUCT_COPY_FILES += \
+ $(LOCAL_PATH)/configs/excluded-input-devices.xml:system/etc/excluded-input-devices.xml
+
# Graphics
PRODUCT_PROPERTY_OVERRIDES += \
ro.zygote.disable_gl_preload=1 \
diff --git a/configs/excluded-input-devices.xml b/configs/excluded-input-devices.xml
new file mode 100644
index 0000000..17db3d9
--- /dev/null
+++ b/configs/excluded-input-devices.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Description : this file should include all system input the devices
+ that are not HCI devices such as mouse, touch-screen and keyboards.
+-->
+
+<devices>
+ <device name="sii9234_rcp"/>
+</devices>