ar | aa34220 | 2012-09-04 14:59:34 -0300 | [diff] [blame] | 1 | # Inherit common stuff |
| 2 | $(call inherit-product, vendor/slim/config/common.mk) |
cordell | b2e7009 | 2013-11-12 22:51:19 +0100 | [diff] [blame] | 3 | |
| 4 | # World APN list |
| 5 | PRODUCT_COPY_FILES += \ |
| 6 | vendor/slim/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml |
| 7 | |
| 8 | # World SPN overrides list |
| 9 | PRODUCT_COPY_FILES += \ |
| 10 | vendor/slim/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml |
| 11 | |
cordell | 6ec5ddc | 2014-01-15 12:42:05 +0100 | [diff] [blame] | 12 | # Selective SPN list for operator number who has the problem. |
| 13 | PRODUCT_COPY_FILES += \ |
| 14 | vendor/slim/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml |
| 15 | |
cordell | b2e7009 | 2013-11-12 22:51:19 +0100 | [diff] [blame] | 16 | # SIM Toolkit |
| 17 | PRODUCT_PACKAGES += \ |
| 18 | Stk |