summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-03-13 16:59:19 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-03-13 16:59:19 +0000
commit0e579058a1b103d9aefcbddf49fd9160b27d1f98 (patch)
treecab9e269b49763b503ac4128721f98dfb1824554
parent855598a6788bfc7364b7b771f901b42557bb93a3 (diff)
downloaddevice_samsung_n7100-0e579058a1b103d9aefcbddf49fd9160b27d1f98.tar.gz
device_samsung_n7100-0e579058a1b103d9aefcbddf49fd9160b27d1f98.tar.bz2
device_samsung_n7100-0e579058a1b103d9aefcbddf49fd9160b27d1f98.zip
n7100: move camera firmwares to common
Change-Id: Ifb7dc3854a4281575addd9dec7dcaebf6e2ebaa3
-rw-r--r--configs/80cfw10
-rw-r--r--n7100.mk4
-rw-r--r--proprietary-files.txt2
3 files changed, 0 insertions, 16 deletions
diff --git a/configs/80cfw b/configs/80cfw
deleted file mode 100644
index 45a9871..0000000
--- a/configs/80cfw
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/system/bin/sh
-#
-# Copy camera firmware to /data/cfw
-#
-
-busybox cp /system/vendor/firmware/SlimISP_GK.bin /data/cfw/SlimISP_GK.bin
-busybox cp /system/vendor/firmware/SlimISP_ZK.bin /data/cfw/SlimISP_ZK.bin
-busybox chown system /data/cfw/*
-busybox chgrp media /data/cfw/*
-busybox chmod 0775 /data/cfw/*
diff --git a/n7100.mk b/n7100.mk
index ac4b59f..433f6b5 100644
--- a/n7100.mk
+++ b/n7100.mk
@@ -42,10 +42,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps.xml:system/etc/gps.xml
-# Camera FW
-PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/configs/80cfw:system/etc/init.d/80cfw
-
# Product specific Packages
PRODUCT_PACKAGES += \
GalaxyNote2Settings \
diff --git a/proprietary-files.txt b/proprietary-files.txt
index d173b9f..f5d234b 100644
--- a/proprietary-files.txt
+++ b/proprietary-files.txt
@@ -14,5 +14,3 @@ system/lib/libsensorhubservice.so
system/usr/idc/sec_e-pen.idc
system/usr/keylayout/sec_e-pen.kl
system/usr/keylayout/sec_touchkey.kl
-system/vendor/firmware/SlimISP_GK.bin
-system/vendor/firmware/SlimISP_ZK.bin