blob: bd638522dfcbc2a35ff0a6e2081042718ef4b7f9 [file] [log] [blame]
# Copyright (C) 2010 The Android Open Source 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/crespo4g
# Prebuilt libraries that are needed to build open-source libraries
PRODUCT_COPY_FILES := \
$(LOCAL_PATH)/proprietary/libsecril-client.so:obj/lib/libsecril-client.so
# Samsung blobs necessary for Nexus S hardware
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/proprietary/libsecril-client.so:system/lib/libsecril-client.so \
$(LOCAL_PATH)/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so
# Samsung blobs necessary for CDMA/WiMAX on Nexus S hardware
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/proprietary/libWiMAXNative.so:system/lib/libWiMAXNative.so \
$(LOCAL_PATH)/proprietary/wimaxfw.bin:system/vendor/firmware/wimaxfw.bin \
$(LOCAL_PATH)/proprietary/wimaxloader.bin:system/vendor/firmware/wimaxloader.bin \
$(LOCAL_PATH)/proprietary/wimax_boot.bin:system/vendor/firmware/wimax_boot.bin \
$(LOCAL_PATH)/proprietary/libSECmWiMAXcAPI.so:system/vendor/lib/libSECmWiMAXcAPI.so \
$(LOCAL_PATH)/proprietary/wimax_service.jar:system/vendor/lib/wimax_service.jar
# Samsung proprietary applications to support WiMAX, CDMA and Sprint
PRODUCT_PACKAGES := \
WiMAXSettings \
SprintMenu \
WiMAXHiddenMenu \
SystemUpdateUI
# Overlay for WiMAX-related settings
DEVICE_PACKAGE_OVERLAYS := $(LOCAL_PATH)/crespo4g_overlay