Add gsm.mk for GSM specific stuff (APN list)

This commit is contained in:
Steve Kondik 2010-07-02 18:17:50 -04:00
parent 62b31f4123
commit 22f3ed9d61
7 changed files with 19 additions and 4 deletions

View File

@ -46,10 +46,6 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
vendor/cyanogen/CHANGELOG:system/etc/CHANGELOG-CM.txt
# APN list
PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml
# Common CM overlay
PRODUCT_PACKAGE_OVERLAYS += vendor/cyanogen/overlay/common

View File

@ -1,6 +1,9 @@
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common.mk)
# Include GSM stuff
$(call inherit-product, vendor/cyanogen/products/gsm.mk)
#
# Setup device specific product configuration.
#

View File

@ -4,6 +4,9 @@ $(call inherit-product, device/htc/dream_sapphire/full_dream_sapphire.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common.mk)
# Include GSM-only stuff
$(call inherit-product, vendor/cyanogen/products/gsm.mk)
#
# Setup device specific product configuration.
#

View File

@ -4,6 +4,9 @@ $(call inherit-product, device/htc/espresso/espresso.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common.mk)
# Include GSM stuff
$(call inherit-product, vendor/cyanogen/products/gsm.mk)
#
# Setup device specific product configuration.
#

View File

@ -4,6 +4,9 @@ $(call inherit-product, device/htc/hero/full_hero.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common.mk)
# Include GSM stuff
$(call inherit-product, vendor/cyanogen/products/gsm.mk)
#
# Setup device specific product configuration.
#

View File

@ -4,6 +4,9 @@ $(call inherit-product, device/htc/passion/full_passion.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common.mk)
# Include GSM stuff
$(call inherit-product, vendor/cyanogen/products/gsm.mk)
#
# Setup device specific product configuration.
#

4
products/gsm.mk Normal file
View File

@ -0,0 +1,4 @@
# GSM APN list
PRODUCT_COPY_FILES += \
vendor/cyanogen/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml