32 lines
2.1 KiB
Makefile
32 lines
2.1 KiB
Makefile
# 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/smdk4412-common
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/proprietary/system/bin/bcm4334.hcd:system/vendor/firmware/bcm4334.hcd \
|
|
$(LOCAL_PATH)/proprietary/system/bin/bcm4334_murata.hcd:system/vendor/firmware/bcm4334_murata.hcd \
|
|
$(LOCAL_PATH)/proprietary/system/bin/bcm4334_semco.hcd:system/vendor/firmware/bcm4334_semco.hcd \
|
|
$(LOCAL_PATH)/proprietary/system/bin/bcm4334_semcosh.hcd:system/vendor/firmware/bcm4334_semcosh.hcd \
|
|
$(LOCAL_PATH)/proprietary/system/etc/wifi/bcmdhd_apsta.bin_b2:system/vendor/firmware/bcmdhd_apsta.bin_b2 \
|
|
$(LOCAL_PATH)/proprietary/system/etc/wifi/bcmdhd_mfg.bin_b2:system/vendor/firmware/bcmdhd_mfg.bin_b2 \
|
|
$(LOCAL_PATH)/proprietary/system/etc/wifi/bcmdhd_p2p.bin_b2:system/vendor/firmware/bcmdhd_p2p.bin_b2 \
|
|
$(LOCAL_PATH)/proprietary/system/etc/wifi/bcmdhd_sta.bin_b2:system/vendor/firmware/bcmdhd_sta.bin_b2 \
|
|
$(LOCAL_PATH)/proprietary/system/etc/wifi/nvram_mfg.txt_murata:system/vendor/firmware/nvram_mfg.txt_murata \
|
|
$(LOCAL_PATH)/proprietary/system/etc/wifi/nvram_mfg.txt_semcosh:system/vendor/firmware/nvram_mfg.txt_semcosh \
|
|
$(LOCAL_PATH)/proprietary/system/etc/wifi/nvram_mfg.txt:system/vendor/firmware/nvram_mfg.txt \
|
|
$(LOCAL_PATH)/proprietary/system/etc/wifi/nvram_net.txt_murata:system/vendor/firmware/nvram_net.txt_murata \
|
|
$(LOCAL_PATH)/proprietary/system/etc/wifi/nvram_net.txt_semcosh:system/vendor/firmware/nvram_net.txt_semcosh \
|
|
$(LOCAL_PATH)/proprietary/system/etc/wifi/nvram_net.txt:system/vendor/firmware/nvram_net.txt
|