TheBr0ken | c1afb34 | 2013-08-09 11:19:37 -0500 | [diff] [blame^] | 1 | # Get the sample verizon list of APNs |
| 2 | PRODUCT_COPY_FILES += device/sample/etc/apns-conf_verizon.xml:system/etc/apns-conf.xml |
| 3 | |
iceandfire | 949f856 | 2013-01-10 20:56:44 +0530 | [diff] [blame] | 4 | # Inherit AOSP device configuration for d2vzw. |
| 5 | $(call inherit-product, device/samsung/d2vzw/full_d2vzw.mk) |
iceandfire | 949f856 | 2013-01-10 20:56:44 +0530 | [diff] [blame] | 6 | $(call inherit-product, vendor/xenonhd/products/common.mk) |
| 7 | |
jose | affa9a0 | 2013-05-20 22:22:51 -0500 | [diff] [blame] | 8 | # Setup device specific product configuration. |
| 9 | PRODUCT_NAME := xenonhd_d2vzw |
| 10 | PRODUCT_BRAND := Samsung |
| 11 | PRODUCT_DEVICE := d2vzw |
| 12 | PRODUCT_MODEL := SCH-I535 |
| 13 | PRODUCT_MANUFACTURER := Samsung |
| 14 | |
TheBr0ken | 3f78bc7 | 2013-06-27 15:26:28 -0500 | [diff] [blame] | 15 | PRODUCT_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" |
jose | affa9a0 | 2013-05-20 22:22:51 -0500 | [diff] [blame] | 16 | |
iceandfire | 949f856 | 2013-01-10 20:56:44 +0530 | [diff] [blame] | 17 | # Copy d2 specific prebuilt files |
| 18 | PRODUCT_COPY_FILES += \ |
iceandfire | 8372ae0 | 2013-06-24 18:02:51 +0530 | [diff] [blame] | 19 | vendor/xenonhd/proprietary/hybrid/hybrid_xhdpi_no_nav.conf:system/etc/beerbong/properties.conf \ |
iceandfire | b8a06df | 2013-05-02 23:39:09 +0530 | [diff] [blame] | 20 | vendor/xenonhd/proprietary/tuna/media/bootanimation.zip:system/media/bootanimation.zip \ |
iceandfire | 949f856 | 2013-01-10 20:56:44 +0530 | [diff] [blame] | 21 | vendor/xenonhd/proprietary/d2-common/media/audio/notifications/Nexus.mp3:system/media/audio/notifications/Nexus.mp3 \ |
iceandfire | 949f856 | 2013-01-10 20:56:44 +0530 | [diff] [blame] | 22 | 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 |
iceandfire | b8a06df | 2013-05-02 23:39:09 +0530 | [diff] [blame] | 24 | |
iceandfire | 949f856 | 2013-01-10 20:56:44 +0530 | [diff] [blame] | 25 | # Inherit common build.prop overrides |
| 26 | -include vendor/xenonhd/products/common_versions.mk |
| 27 | |
iceandfire | b8a06df | 2013-05-02 23:39:09 +0530 | [diff] [blame] | 28 | # Inherit common Verizon Wireless Perms and Lib |
| 29 | $(call inherit-product, vendor/xenonhd/configs/vzw.mk) |
| 30 | |
jose | affa9a0 | 2013-05-20 22:22:51 -0500 | [diff] [blame] | 31 | # Inherit drm blobs |
| 32 | -include vendor/xenonhd/products/common_drm.mk |