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 | |||||
12 | # SIM Toolkit | ||||
13 | PRODUCT_PACKAGES += \ | ||||
14 | Stk |