# Copyright (C) 2012 The CyanogenMod Project # # 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. LOCAL_PATH := vendor/samsung/galaxys2-common PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/proprietary/system/vendor/firmware/bcm4330B1.hcd:system/vendor/firmware/bcm4330B1.hcd \ $(LOCAL_PATH)/proprietary/system/vendor/firmware/bcm4330B1_murata.hcd:system/vendor/firmware/bcm4330B1_murata.hcd \ $(LOCAL_PATH)/proprietary/system/vendor/firmware/bcm4330B1_semcosh.hcd:system/vendor/firmware/bcm4330B1_semcosh.hcd \ $(LOCAL_PATH)/proprietary/system/vendor/firmware/bcmdhd_apsta.bin:system/vendor/firmware/bcmdhd_apsta.bin \ $(LOCAL_PATH)/proprietary/system/vendor/firmware/bcmdhd_mfg.bin:system/vendor/firmware/bcmdhd_mfg.bin \ $(LOCAL_PATH)/proprietary/system/vendor/firmware/bcmdhd_p2p.bin:system/vendor/firmware/bcmdhd_p2p.bin \ $(LOCAL_PATH)/proprietary/system/vendor/firmware/bcmdhd_sta.bin:system/vendor/firmware/bcmdhd_sta.bin \ $(LOCAL_PATH)/proprietary/system/vendor/firmware/nvram_mfg.txt:system/vendor/firmware/nvram_mfg.txt \ $(LOCAL_PATH)/proprietary/system/vendor/firmware/nvram_mfg.txt_murata:system/vendor/firmware/nvram_mfg.txt_murata \ $(LOCAL_PATH)/proprietary/system/vendor/firmware/nvram_net.txt:system/vendor/firmware/nvram_net.txt \ $(LOCAL_PATH)/proprietary/system/vendor/firmware/nvram_net.txt_murata:system/vendor/firmware/nvram_net.txt_murata \