summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-03-13 16:59:04 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-03-13 16:59:04 +0000
commitea04354af15e3670ebe1f2e5052f29d6e9733378 (patch)
treeab6cfaf90011190c2afe9b2a475e6c63c7bf16ef
parentd2db0ccf53c98c238167defb23fefc5a4ba17a9b (diff)
downloaddevice_samsung_i9305-ea04354af15e3670ebe1f2e5052f29d6e9733378.zip
device_samsung_i9305-ea04354af15e3670ebe1f2e5052f29d6e9733378.tar.gz
device_samsung_i9305-ea04354af15e3670ebe1f2e5052f29d6e9733378.tar.bz2
i9305: move camera firmwares to common
Change-Id: Idec417708b58e189f626f55c508f49dbb8c0e465
-rw-r--r--configs/80cfw11
-rw-r--r--i9305.mk4
-rw-r--r--proprietary-files.txt3
3 files changed, 0 insertions, 18 deletions
diff --git a/configs/80cfw b/configs/80cfw
deleted file mode 100644
index c407916..0000000
--- a/configs/80cfw
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/system/bin/sh
-#
-# Copy camera firmware to /data/cfw
-#
-
-busybox cp /system/vendor/firmware/SlimISP_GD.bin /data/cfw/SlimISP_GD.bin
-busybox cp /system/vendor/firmware/SlimISP_GH.bin /data/cfw/SlimISP_GH.bin
-busybox cp /system/vendor/firmware/SlimISP_ZD.bin /data/cfw/SlimISP_ZD.bin
-busybox chown system /data/cfw/*
-busybox chgrp media /data/cfw/*
-busybox chmod 0775 /data/cfw/*
diff --git a/i9305.mk b/i9305.mk
index b129caa..19a4b95 100644
--- a/i9305.mk
+++ b/i9305.mk
@@ -41,10 +41,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps.conf:system/etc/gps.conf
-# Camera FW
-PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/configs/80cfw:system/etc/init.d/80cfw
-
# Product specific Packages
PRODUCT_PACKAGES += \
GalaxyS3Settings
diff --git a/proprietary-files.txt b/proprietary-files.txt
index 19dffd5..a479eb7 100644
--- a/proprietary-files.txt
+++ b/proprietary-files.txt
@@ -45,6 +45,3 @@ system/lib/hw/vendor-camera.exynos4.so
system/lib/hw/gps.default.so
system/lib/hw/sensors.smdk4x12.so
system/usr/keylayout/sec_touchkey.kl
-system/vendor/firmware/SlimISP_GD.bin
-system/vendor/firmware/SlimISP_GH.bin
-system/vendor/firmware/SlimISP_ZD.bin