blob: 49e2751897da6993c749203e1216f0f759695743 [file] [log] [blame]
TheBr0kenc1afb342013-08-09 11:19:37 -05001# Get the sample verizon list of APNs
2PRODUCT_COPY_FILES += device/sample/etc/apns-conf_verizon.xml:system/etc/apns-conf.xml
3
iceandfire949f8562013-01-10 20:56:44 +05304# Inherit AOSP device configuration for d2vzw.
5$(call inherit-product, device/samsung/d2vzw/full_d2vzw.mk)
iceandfire949f8562013-01-10 20:56:44 +05306$(call inherit-product, vendor/xenonhd/products/common.mk)
7
joseaffa9a02013-05-20 22:22:51 -05008# Setup device specific product configuration.
9PRODUCT_NAME := xenonhd_d2vzw
10PRODUCT_BRAND := Samsung
11PRODUCT_DEVICE := d2vzw
12PRODUCT_MODEL := SCH-I535
13PRODUCT_MANUFACTURER := Samsung
14
TheBr0ken3f78bc72013-06-27 15:26:28 -050015PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=d2vzw TARGET_DEVICE=d2vzw BUILD_FINGERPRINT="Verizon/d2vzw/d2vzw:4.1.2/JZO54K/I535VRBMF1:user/release-keys" PRIVATE_BUILD_DESC="d2vzw-user 4.1.2 JZO54K I535VRBMF1 release-keys"
joseaffa9a02013-05-20 22:22:51 -050016
iceandfire949f8562013-01-10 20:56:44 +053017# Copy d2 specific prebuilt files
18PRODUCT_COPY_FILES += \
iceandfire8372ae02013-06-24 18:02:51 +053019 vendor/xenonhd/proprietary/hybrid/hybrid_xhdpi_no_nav.conf:system/etc/beerbong/properties.conf \
iceandfireb8a06df2013-05-02 23:39:09 +053020 vendor/xenonhd/proprietary/tuna/media/bootanimation.zip:system/media/bootanimation.zip \
iceandfire949f8562013-01-10 20:56:44 +053021 vendor/xenonhd/proprietary/d2-common/media/audio/notifications/Nexus.mp3:system/media/audio/notifications/Nexus.mp3 \
iceandfire949f8562013-01-10 20:56:44 +053022 vendor/xenonhd/proprietary/common/media/LMprec_508.emd:system/media/LMprec_508.emd \
23 vendor/xenonhd/proprietary/common/media/PFFprec_600.emd:system/media/PFFprec_600.emd
iceandfireb8a06df2013-05-02 23:39:09 +053024
iceandfire949f8562013-01-10 20:56:44 +053025# Inherit common build.prop overrides
26-include vendor/xenonhd/products/common_versions.mk
27
iceandfireb8a06df2013-05-02 23:39:09 +053028# Inherit common Verizon Wireless Perms and Lib
29$(call inherit-product, vendor/xenonhd/configs/vzw.mk)
30
joseaffa9a02013-05-20 22:22:51 -050031# Inherit drm blobs
32-include vendor/xenonhd/products/common_drm.mk