diff --git a/espresso-common/common-vendor-blobs.mk b/espresso-common/common-vendor-blobs.mk new file mode 100644 index 0000000000..75aa856ef4 --- /dev/null +++ b/espresso-common/common-vendor-blobs.mk @@ -0,0 +1,43 @@ +# Copyright (C) 2015 SlimRoms +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +PRODUCT_COPY_FILES += \ + vendor/samsung/espresso-common/proprietary/system/bin/gpsd:system/bin/gpsd \ + vendor/samsung/espresso-common/proprietary/system/bin/smc.ini:system/bin/smc.ini \ + vendor/samsung/espresso-common/proprietary/system/bin/smc_pa.ift:system/bin/smc_pa.ift + +PRODUCT_COPY_FILES += \ + vendor/samsung/espresso-common/proprietary/system/etc/wifi/bcmdhd_p2p.bin:system/etc/wifi/bcmdhd_p2p.bin \ + vendor/samsung/espresso-common/proprietary/system/etc/wifi/nvram_mfg.txt:system/etc/wifi/nvram_mfg.txt \ + vendor/samsung/espresso-common/proprietary/system/etc/wifi/nvram_net.txt:system/etc/wifi/nvram_net.txt + +PRODUCT_COPY_FILES += \ + vendor/samsung/espresso-common/proprietary/system/lib/hw/gps.manta.so:system/lib/hw/gps.omap4.so + +PRODUCT_COPY_FILES += \ + vendor/samsung/espresso-common/proprietary/system/lib/libQmageDecoder.so:system/lib/libQmageDecoder.so \ + vendor/samsung/espresso-common/proprietary/system/lib/libsecnativefeature.so:system/lib/libsecnativefeature.so + +PRODUCT_COPY_FILES += \ + vendor/samsung/espresso-common/proprietary/system/vendor/firmware/BCM4330.hcd:system/vendor/firmware/BCM4330.hcd \ + vendor/samsung/espresso-common/proprietary/system/vendor/firmware/ducati-m3.bin:system/vendor/firmware/ducati-m3.bin + +PRODUCT_COPY_FILES += \ + vendor/samsung/espresso-common/proprietary/system/lib/libdrmdecrypt.so:system/lib/libdrmdecrypt.so \ + vendor/samsung/espresso-common/proprietary/system/vendor/lib/libstlport.so:system/vendor/lib/libstlport.so \ + vendor/samsung/espresso-common/proprietary/system/vendor/lib/libwvdrm_L3.so:system/vendor/lib/libwvdrm_L3.so \ + vendor/samsung/espresso-common/proprietary/system/vendor/lib/libwvm.so:system/vendor/lib/libwvm.so \ + vendor/samsung/espresso-common/proprietary/system/vendor/lib/libWVStreamControlAPI_L3.so:system/vendor/lib/libWVStreamControlAPI_L3.so \ + vendor/samsung/espresso-common/proprietary/system/vendor/lib/drm/libdrmwvmplugin.so:system/vendor/lib/drm/libdrmwvmplugin.so \ + vendor/samsung/espresso-common/proprietary/system/vendor/lib/mediadrm/libwvdrmengine.so:system/vendor/lib/mediadrm/libwvdrmengine.so diff --git a/espresso-common/espresso-common-vendor.mk b/espresso-common/espresso-common-vendor.mk new file mode 100644 index 0000000000..36c60953f9 --- /dev/null +++ b/espresso-common/espresso-common-vendor.mk @@ -0,0 +1,15 @@ +# Copyright (C) 2015 SlimRoms +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +$(call inherit-product, vendor/samsung/espresso-common/common-vendor-blobs.mk) diff --git a/p31xx/common/system/bin/gpsd b/espresso-common/proprietary/system/bin/gpsd similarity index 99% rename from p31xx/common/system/bin/gpsd rename to espresso-common/proprietary/system/bin/gpsd index 7cec16e6ec..2cfdff63f1 100755 Binary files a/p31xx/common/system/bin/gpsd and b/espresso-common/proprietary/system/bin/gpsd differ diff --git a/p31xx/common/system/bin/smc.ini b/espresso-common/proprietary/system/bin/smc.ini similarity index 100% rename from p31xx/common/system/bin/smc.ini rename to espresso-common/proprietary/system/bin/smc.ini diff --git a/p31xx/common/system/bin/smc_pa.ift b/espresso-common/proprietary/system/bin/smc_pa.ift similarity index 100% rename from p31xx/common/system/bin/smc_pa.ift rename to espresso-common/proprietary/system/bin/smc_pa.ift diff --git a/p31xx/common/system/etc/wifi/bcmdhd_p2p.bin b/espresso-common/proprietary/system/etc/wifi/bcmdhd_p2p.bin similarity index 100% rename from p31xx/common/system/etc/wifi/bcmdhd_p2p.bin rename to espresso-common/proprietary/system/etc/wifi/bcmdhd_p2p.bin diff --git a/p31xx/common/system/etc/wifi/nvram_mfg.txt b/espresso-common/proprietary/system/etc/wifi/nvram_mfg.txt similarity index 100% rename from p31xx/common/system/etc/wifi/nvram_mfg.txt rename to espresso-common/proprietary/system/etc/wifi/nvram_mfg.txt diff --git a/p31xx/common/system/etc/wifi/nvram_net.txt b/espresso-common/proprietary/system/etc/wifi/nvram_net.txt similarity index 100% rename from p31xx/common/system/etc/wifi/nvram_net.txt rename to espresso-common/proprietary/system/etc/wifi/nvram_net.txt diff --git a/p31xx/common/system/lib/hw/gps.manta.so b/espresso-common/proprietary/system/lib/hw/gps.manta.so similarity index 100% rename from p31xx/common/system/lib/hw/gps.manta.so rename to espresso-common/proprietary/system/lib/hw/gps.manta.so diff --git a/p31xx/common/system/lib/libQmageDecoder.so b/espresso-common/proprietary/system/lib/libQmageDecoder.so similarity index 100% rename from p31xx/common/system/lib/libQmageDecoder.so rename to espresso-common/proprietary/system/lib/libQmageDecoder.so diff --git a/p31xx/common/system/lib/libdrmdecrypt.so b/espresso-common/proprietary/system/lib/libdrmdecrypt.so similarity index 100% rename from p31xx/common/system/lib/libdrmdecrypt.so rename to espresso-common/proprietary/system/lib/libdrmdecrypt.so diff --git a/p31xx/common/system/lib/libsecnativefeature.so b/espresso-common/proprietary/system/lib/libsecnativefeature.so similarity index 100% rename from p31xx/common/system/lib/libsecnativefeature.so rename to espresso-common/proprietary/system/lib/libsecnativefeature.so diff --git a/p31xx/common/system/vendor/firmware/BCM4330.hcd b/espresso-common/proprietary/system/vendor/firmware/BCM4330.hcd similarity index 100% rename from p31xx/common/system/vendor/firmware/BCM4330.hcd rename to espresso-common/proprietary/system/vendor/firmware/BCM4330.hcd diff --git a/p31xx/common/system/vendor/firmware/ducati-m3.bin b/espresso-common/proprietary/system/vendor/firmware/ducati-m3.bin similarity index 100% rename from p31xx/common/system/vendor/firmware/ducati-m3.bin rename to espresso-common/proprietary/system/vendor/firmware/ducati-m3.bin diff --git a/p31xx/common/system/vendor/lib/drm/libdrmwvmplugin.so b/espresso-common/proprietary/system/vendor/lib/drm/libdrmwvmplugin.so similarity index 100% rename from p31xx/common/system/vendor/lib/drm/libdrmwvmplugin.so rename to espresso-common/proprietary/system/vendor/lib/drm/libdrmwvmplugin.so diff --git a/p31xx/common/system/vendor/lib/libWVStreamControlAPI_L3.so b/espresso-common/proprietary/system/vendor/lib/libWVStreamControlAPI_L3.so similarity index 100% rename from p31xx/common/system/vendor/lib/libWVStreamControlAPI_L3.so rename to espresso-common/proprietary/system/vendor/lib/libWVStreamControlAPI_L3.so diff --git a/espresso-common/proprietary/system/vendor/lib/libstlport.so b/espresso-common/proprietary/system/vendor/lib/libstlport.so new file mode 100644 index 0000000000..1c4747b140 Binary files /dev/null and b/espresso-common/proprietary/system/vendor/lib/libstlport.so differ diff --git a/p31xx/common/system/vendor/lib/libwvdrm_L3.so b/espresso-common/proprietary/system/vendor/lib/libwvdrm_L3.so similarity index 100% rename from p31xx/common/system/vendor/lib/libwvdrm_L3.so rename to espresso-common/proprietary/system/vendor/lib/libwvdrm_L3.so diff --git a/p31xx/common/system/vendor/lib/libwvm.so b/espresso-common/proprietary/system/vendor/lib/libwvm.so similarity index 100% rename from p31xx/common/system/vendor/lib/libwvm.so rename to espresso-common/proprietary/system/vendor/lib/libwvm.so diff --git a/p31xx/common/system/vendor/lib/mediadrm/libwvdrmengine.so b/espresso-common/proprietary/system/vendor/lib/mediadrm/libwvdrmengine.so similarity index 100% rename from p31xx/common/system/vendor/lib/mediadrm/libwvdrmengine.so rename to espresso-common/proprietary/system/vendor/lib/mediadrm/libwvdrmengine.so diff --git a/p31xx/p31xx-vendor-blobs.mk b/p31xx/p31xx-vendor-blobs.mk index cd4507322d..af0ba80b76 100644 --- a/p31xx/p31xx-vendor-blobs.mk +++ b/p31xx/p31xx-vendor-blobs.mk @@ -12,34 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -PRODUCT_COPY_FILES += \ - vendor/samsung/p31xx/common/system/bin/gpsd:system/bin/gpsd \ - vendor/samsung/p31xx/common/system/bin/smc.ini:system/bin/smc.ini \ - vendor/samsung/p31xx/common/system/bin/smc_pa.ift:system/bin/smc_pa.ift - PRODUCT_COPY_FILES += \ vendor/samsung/p31xx/common/system/etc/wifi/bcmdhd_apsta.bin:system/etc/wifi/bcmdhd_apsta.bin \ vendor/samsung/p31xx/common/system/etc/wifi/bcmdhd_mfg.bin:system/etc/wifi/bcmdhd_mfg.bin \ - vendor/samsung/p31xx/common/system/etc/wifi/bcmdhd_p2p.bin:system/etc/wifi/bcmdhd_p2p.bin \ - vendor/samsung/p31xx/common/system/etc/wifi/bcmdhd_sta.bin:system/etc/wifi/bcmdhd_sta.bin \ - vendor/samsung/p31xx/common/system/etc/wifi/nvram_mfg.txt:system/etc/wifi/nvram_mfg.txt \ - vendor/samsung/p31xx/common/system/etc/wifi/nvram_net.txt:system/etc/wifi/nvram_net.txt - -PRODUCT_COPY_FILES += \ - vendor/samsung/p31xx/common/system/lib/hw/gps.manta.so:system/lib/hw/gps.omap4.so - -PRODUCT_COPY_FILES += \ - vendor/samsung/p31xx/common/system/lib/libQmageDecoder.so:system/lib/libQmageDecoder.so \ - vendor/samsung/p31xx/common/system/lib/libsecnativefeature.so:system/lib/libsecnativefeature.so - -PRODUCT_COPY_FILES += \ - vendor/samsung/p31xx/common/system/vendor/firmware/BCM4330.hcd:system/vendor/firmware/BCM4330.hcd \ - vendor/samsung/p31xx/common/system/vendor/firmware/ducati-m3.bin:system/vendor/firmware/ducati-m3.bin - -PRODUCT_COPY_FILES += \ - vendor/samsung/p31xx/common/system/lib/libdrmdecrypt.so:system/lib/libdrmdecrypt.so \ - vendor/samsung/p31xx/common/system/vendor/lib/libwvdrm_L3.so:system/vendor/lib/libwvdrm_L3.so \ - vendor/samsung/p31xx/common/system/vendor/lib/libwvm.so:system/vendor/lib/libwvm.so \ - vendor/samsung/p31xx/common/system/vendor/lib/libWVStreamControlAPI_L3.so:system/vendor/lib/libWVStreamControlAPI_L3.so \ - vendor/samsung/p31xx/common/system/vendor/lib/drm/libdrmwvmplugin.so:system/vendor/lib/drm/libdrmwvmplugin.so \ - vendor/samsung/p31xx/common/system/vendor/lib/mediadrm/libwvdrmengine.so:system/vendor/lib/mediadrm/libwvdrmengine.so + vendor/samsung/p31xx/common/system/etc/wifi/bcmdhd_sta.bin:system/etc/wifi/bcmdhd_sta.bin diff --git a/p51xx/common/system/bin/gpsd b/p51xx/common/system/bin/gpsd deleted file mode 100755 index 7cec16e6ec..0000000000 Binary files a/p51xx/common/system/bin/gpsd and /dev/null differ diff --git a/p51xx/common/system/bin/smc.ini b/p51xx/common/system/bin/smc.ini deleted file mode 100755 index 130e808213..0000000000 --- a/p51xx/common/system/bin/smc.ini +++ /dev/null @@ -1,25 +0,0 @@ -# -# Normal-World Configuration File for the SMC / Android. -# - -[Global] - -# -# The SMC Secure Storage relies on 4 files stored in the Main OS Environment for the effective storage on the device of the protected data -# (all the security properties of the SMC Secure Storage are managed in the Secure Environment): -# - a general purpose storage file (used through the Secure Storage Normal World API, i.e. the SSTxxxx functions, and the SSDI SFilexxx functions). -# - a mandatory system keystore file (used through the PKCS#11 normal world API with the CKV_TOKEN_SYSTEM token and the CKV_TOKEN_SYSTEM_SHARE token and the PKCS#11 of SSDI) -# - an optional user keystore file (used through the PKCS#11 normal world API with the CKV_TOKEN_USER token and the CKV_TOKEN_USER_SHARE token -# - a mandatory Monotonic Counter file: it contains the monotonic counter values associated with each of the 3 files above. It is advised to store, if possible, this file in a separated physical partition as the 3 above files. -# -# The path of each of the above files has to be specified in the following parameters: -# -# Absolute pathname and name of the “general purpose” storage file -filesystem.storage.fileName: /data/smc/storage.bin -# Absolute pathname and name of the system keystore file -filesystem.keystore.fileName: /data/smc/system.bin -# Absolute pathname and name of the user keystore file -filesystem.keystore.user.fileName: /data/smc/user.bin -# Absolute pathname and name of the Monotonic Counter file -filesystem.mc.fileName: /data/smc/counter.bin - diff --git a/p51xx/common/system/bin/smc_pa.ift b/p51xx/common/system/bin/smc_pa.ift deleted file mode 100755 index c7217e8afd..0000000000 Binary files a/p51xx/common/system/bin/smc_pa.ift and /dev/null differ diff --git a/p51xx/common/system/etc/wifi/bcmdhd_p2p.bin b/p51xx/common/system/etc/wifi/bcmdhd_p2p.bin deleted file mode 100644 index 9c8a41891b..0000000000 Binary files a/p51xx/common/system/etc/wifi/bcmdhd_p2p.bin and /dev/null differ diff --git a/p51xx/common/system/etc/wifi/nvram_mfg.txt b/p51xx/common/system/etc/wifi/nvram_mfg.txt deleted file mode 100644 index 704ee877c2..0000000000 --- a/p51xx/common/system/etc/wifi/nvram_mfg.txt +++ /dev/null @@ -1,73 +0,0 @@ -manfid=0x2d0 -prodid=0x0547 -vendid=0x14e4 -devid=0x4360 -boardtype=0x0547 -boardrev=0x18 -boardflags=0x00081201 -nocrc=1 -xtalfreq=37400 -boardnum=22 -macaddr=00:90:4c:c5:12:38 -ag0=253 -aa2g=1 - -ccode=ALL - -pa0itssit=0x20 -pa0b0=0x1496 -pa0b1=0xFDA8 -pa0b2=0xFF66 -#pa0b0=0x1596 -#pa0b1=0xFD8B -#pa0b2=0xFF66 -rssismf2g=0xa -rssismc2g=0x3 -rssisav2g=0x7 - - -#2.4G Max Power and Offsets -maxp2ga0=58 -ofdm2gpo=0x11111111 -mcs2gpo0=0x1111 -mcs2gpo1=0x1111 - - -sromrev=3 -il0macaddr=00:90:4c:c5:12:38 -#wl0id=0x431b -cckPwrOffset=4 -swctrlmap_2g=0x04040404,0x0a0a0a0a,0x0c0c0c0c,0x010a02,0x1ff - - -rfreg033=0x19 -rfreg033_cck=0x1f -bphyscale=17 - -cckdigfilttype=22 -dacrate2g=160 -txalpfbyp2g=1 - -cckPwrIdxCorr=-15 -pacalidx2g=65 - -txiqlopapu2g=1 -txiqlopag2g=0x10 -iqlocalidx2g=64 - -noise_cal_enable_2g=1 -noise_cal_po_2g=-3 -noise_cal_ref_2g=52 -#noise_cal_ref_2g=56 -#noise_cal_po_bias_2g=-4 -tssitime=1 -rxgaintbl100=1 - -sd_gpout=0 -sd_gpval=1 -muxenab=0x10 - -# for BT-coexistence -btc_params80=0 -btc_params6=10 -btc_params8=10000 \ No newline at end of file diff --git a/p51xx/common/system/etc/wifi/nvram_net.txt b/p51xx/common/system/etc/wifi/nvram_net.txt deleted file mode 100644 index 50e487ac59..0000000000 --- a/p51xx/common/system/etc/wifi/nvram_net.txt +++ /dev/null @@ -1,73 +0,0 @@ -manfid=0x2d0 -prodid=0x0547 -vendid=0x14e4 -devid=0x4360 -boardtype=0x0547 -boardrev=0x18 -boardflags=0x00081201 -nocrc=1 -xtalfreq=37400 -boardnum=22 -macaddr=00:90:4c:c5:12:38 -ag0=253 -aa2g=1 - -ccode=GB - -pa0itssit=0x20 -pa0b0=0x1496 -pa0b1=0xFDA8 -pa0b2=0xFF66 -#pa0b0=0x1596 -#pa0b1=0xFD8B -#pa0b2=0xFF66 -rssismf2g=0xa -rssismc2g=0x3 -rssisav2g=0x7 - - -#2.4G Max Power and Offsets -maxp2ga0=62 -ofdm2gpo=0x11111111 -mcs2gpo0=0x1111 -mcs2gpo1=0x1111 - - -sromrev=3 -il0macaddr=00:90:4c:c5:12:38 -#wl0id=0x431b -cckPwrOffset=4 -swctrlmap_2g=0x04040404,0x0a0a0a0a,0x0c0c0c0c,0x010a02,0x1ff - - -rfreg033=0x19 -rfreg033_cck=0x1f -bphyscale=17 - -cckdigfilttype=22 -dacrate2g=160 -txalpfbyp2g=1 - -cckPwrIdxCorr=-15 -pacalidx2g=65 - -txiqlopapu2g=1 -txiqlopag2g=0x10 -iqlocalidx2g=64 - -noise_cal_enable_2g=1 -noise_cal_po_2g=-3 -noise_cal_ref_2g=52 -#noise_cal_ref_2g=56 -#noise_cal_po_bias_2g=-4 -tssitime=1 -rxgaintbl100=1 - -sd_gpout=0 -sd_gpval=1 -muxenab=0x10 - -# for BT-coexistence -btc_params80=0 -btc_params6=10 -btc_params8=10000 \ No newline at end of file diff --git a/p51xx/common/system/lib/hw/gps.manta.so b/p51xx/common/system/lib/hw/gps.manta.so deleted file mode 100644 index 5ac125c3d7..0000000000 Binary files a/p51xx/common/system/lib/hw/gps.manta.so and /dev/null differ diff --git a/p51xx/common/system/lib/libQmageDecoder.so b/p51xx/common/system/lib/libQmageDecoder.so deleted file mode 100644 index 386777ae89..0000000000 Binary files a/p51xx/common/system/lib/libQmageDecoder.so and /dev/null differ diff --git a/p51xx/common/system/lib/libdrmdecrypt.so b/p51xx/common/system/lib/libdrmdecrypt.so deleted file mode 100644 index e91e08a19a..0000000000 Binary files a/p51xx/common/system/lib/libdrmdecrypt.so and /dev/null differ diff --git a/p51xx/common/system/lib/libsecnativefeature.so b/p51xx/common/system/lib/libsecnativefeature.so deleted file mode 100644 index fee6717fb4..0000000000 Binary files a/p51xx/common/system/lib/libsecnativefeature.so and /dev/null differ diff --git a/p51xx/common/system/vendor/firmware/BCM4330.hcd b/p51xx/common/system/vendor/firmware/BCM4330.hcd deleted file mode 100644 index f81a31b9c5..0000000000 Binary files a/p51xx/common/system/vendor/firmware/BCM4330.hcd and /dev/null differ diff --git a/p51xx/common/system/vendor/firmware/ducati-m3.bin b/p51xx/common/system/vendor/firmware/ducati-m3.bin deleted file mode 100644 index a944e66161..0000000000 Binary files a/p51xx/common/system/vendor/firmware/ducati-m3.bin and /dev/null differ diff --git a/p51xx/common/system/vendor/lib/drm/libdrmwvmplugin.so b/p51xx/common/system/vendor/lib/drm/libdrmwvmplugin.so deleted file mode 100644 index 86efa4c273..0000000000 Binary files a/p51xx/common/system/vendor/lib/drm/libdrmwvmplugin.so and /dev/null differ diff --git a/p51xx/common/system/vendor/lib/libWVStreamControlAPI_L3.so b/p51xx/common/system/vendor/lib/libWVStreamControlAPI_L3.so deleted file mode 100644 index 7ec9f4bb3a..0000000000 Binary files a/p51xx/common/system/vendor/lib/libWVStreamControlAPI_L3.so and /dev/null differ diff --git a/p51xx/common/system/vendor/lib/libwvdrm_L3.so b/p51xx/common/system/vendor/lib/libwvdrm_L3.so deleted file mode 100644 index 4a1100f5de..0000000000 Binary files a/p51xx/common/system/vendor/lib/libwvdrm_L3.so and /dev/null differ diff --git a/p51xx/common/system/vendor/lib/libwvm.so b/p51xx/common/system/vendor/lib/libwvm.so deleted file mode 100644 index db75af02d2..0000000000 Binary files a/p51xx/common/system/vendor/lib/libwvm.so and /dev/null differ diff --git a/p51xx/common/system/vendor/lib/mediadrm/libwvdrmengine.so b/p51xx/common/system/vendor/lib/mediadrm/libwvdrmengine.so deleted file mode 100644 index e8697189ab..0000000000 Binary files a/p51xx/common/system/vendor/lib/mediadrm/libwvdrmengine.so and /dev/null differ diff --git a/p51xx/p51xx-vendor-blobs.mk b/p51xx/p51xx-vendor-blobs.mk index e2ddb5bb81..ecff012a49 100644 --- a/p51xx/p51xx-vendor-blobs.mk +++ b/p51xx/p51xx-vendor-blobs.mk @@ -13,38 +13,15 @@ # limitations under the License. PRODUCT_COPY_FILES += \ - vendor/samsung/p51xx/common/system/bin/bintvoutservice:system/bin/bintvoutservice \ - vendor/samsung/p51xx/common/system/bin/gpsd:system/bin/gpsd \ - vendor/samsung/p51xx/common/system/bin/smc.ini:system/bin/smc.ini \ - vendor/samsung/p51xx/common/system/bin/smc_pa.ift:system/bin/smc_pa.ift + vendor/samsung/p51xx/common/system/bin/bintvoutservice:system/bin/bintvoutservice PRODUCT_COPY_FILES += \ vendor/samsung/p51xx/common/system/etc/wifi/bcmdhd_apsta.bin:system/etc/wifi/bcmdhd_apsta.bin \ vendor/samsung/p51xx/common/system/etc/wifi/bcmdhd_mfg.bin:system/etc/wifi/bcmdhd_mfg.bin \ - vendor/samsung/p51xx/common/system/etc/wifi/bcmdhd_p2p.bin:system/etc/wifi/bcmdhd_p2p.bin \ - vendor/samsung/p51xx/common/system/etc/wifi/bcmdhd_sta.bin:system/etc/wifi/bcmdhd_sta.bin \ - vendor/samsung/p51xx/common/system/etc/wifi/nvram_mfg.txt:system/etc/wifi/nvram_mfg.txt \ - vendor/samsung/p51xx/common/system/etc/wifi/nvram_net.txt:system/etc/wifi/nvram_net.txt - -PRODUCT_COPY_FILES += \ - vendor/samsung/p51xx/common/system/lib/hw/gps.manta.so:system/lib/hw/gps.omap4.so + vendor/samsung/p51xx/common/system/etc/wifi/bcmdhd_sta.bin:system/etc/wifi/bcmdhd_sta.bin PRODUCT_COPY_FILES += \ vendor/samsung/p51xx/common/system/lib/libhdcp.so:system/lib/libhdcp.so \ - vendor/samsung/p51xx/common/system/lib/libQmageDecoder.so:system/lib/libQmageDecoder.so \ - vendor/samsung/p51xx/common/system/lib/libsecnativefeature.so:system/lib/libsecnativefeature.so \ vendor/samsung/p51xx/common/system/lib/libtvoutinterface.so:system/lib/libtvoutinterface.so \ vendor/samsung/p51xx/common/system/lib/libtvout_jni.so:system/lib/libtvout_jni.so \ vendor/samsung/p51xx/common/system/lib/libtvoutservice.so:system/lib/libtvoutservice.so - -PRODUCT_COPY_FILES += \ - vendor/samsung/p51xx/common/system/vendor/firmware/BCM4330.hcd:system/vendor/firmware/BCM4330.hcd \ - vendor/samsung/p51xx/common/system/vendor/firmware/ducati-m3.bin:system/vendor/firmware/ducati-m3.bin - -PRODUCT_COPY_FILES += \ - vendor/samsung/p51xx/common/system/lib/libdrmdecrypt.so:system/lib/libdrmdecrypt.so \ - vendor/samsung/p51xx/common/system/vendor/lib/libwvdrm_L3.so:system/vendor/lib/libwvdrm_L3.so \ - vendor/samsung/p51xx/common/system/vendor/lib/libwvm.so:system/vendor/lib/libwvm.so \ - vendor/samsung/p51xx/common/system/vendor/lib/libWVStreamControlAPI_L3.so:system/vendor/lib/libWVStreamControlAPI_L3.so \ - vendor/samsung/p51xx/common/system/vendor/lib/drm/libdrmwvmplugin.so:system/vendor/lib/drm/libdrmwvmplugin.so \ - vendor/samsung/p51xx/common/system/vendor/lib/mediadrm/libwvdrmengine.so:system/vendor/lib/mediadrm/libwvdrmengine.so