Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cadac8a8 authored by makorn645's avatar makorn645 Committed by marc0601
Browse files

n7100: Move idc and keylayouts to device tree

Change-Id: Id7f97bafdad0220cba1816ab5147de603724c019
parent 3686b727
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -52,10 +52,6 @@ TARGET_OTA_ASSERT_DEVICE := t03g,n7100,GT-N7100
# inherit from the proprietary version
-include vendor/samsung/n7100/BoardConfigVendor.mk

# keylayout
PRODUCT_COPY_FILES += \
    device/samsung/n7100/keylayout/sec_touchkey.kl:system/usr/keylayout/sec_touchkey.kl

# External apps on SD
#TARGET_EXTERNAL_APPS = sdcard1

+2 −0
Original line number Diff line number Diff line
touch.deviceType = pointer
touch.orientationAware = 1
+2 −0
Original line number Diff line number Diff line
key 560   PDCT
+5 −0
Original line number Diff line number Diff line
@@ -60,6 +60,11 @@ PRODUCT_COPY_FILES += \
    $(LOCAL_PATH)/configs/gps.xml:system/etc/gps.xml \
	$(LOCAL_PATH)/gps_daemon.sh:system/bin/gps_daemon.sh

# Keylayout
PRODUCT_COPY_FILES += \
    device/samsung/n7100/configs/keylayout/sec_e-pen.kl:system/usr/keylayout/sec_e-pen.kl \
    device/samsung/n7100/configs/keylayout/sec_touchkey.kl:system/usr/keylayout/sec_touchkey.kl

# Product specific Packages
PRODUCT_PACKAGES += \
    DeviceSettings \