Ricardo Cerqueira | 53df1df | 2013-10-29 17:48:25 +0000 | [diff] [blame] | 1 | # World APN list |
| 2 | PRODUCT_COPY_FILES += \ |
| 3 | vendor/cm/prebuilt/common/etc/apns-conf.xml:system/etc/apns-conf.xml |
| 4 | |
| 5 | # World SPN overrides list |
| 6 | PRODUCT_COPY_FILES += \ |
| 7 | vendor/cm/prebuilt/common/etc/spn-conf.xml:system/etc/spn-conf.xml |
| 8 | |
fuzz | a278f03 | 2014-02-22 16:39:38 +0900 | [diff] [blame] | 9 | # Selective SPN list for operator number who has the problem. |
Dan Pasanen | 2cfe6b2 | 2014-01-13 07:33:19 -0600 | [diff] [blame] | 10 | PRODUCT_COPY_FILES += \ |
| 11 | vendor/cm/prebuilt/common/etc/selective-spn-conf.xml:system/etc/selective-spn-conf.xml |
| 12 | |
| 13 | |
Pawit Pornkitprasan | a082e90 | 2013-12-13 18:17:08 +0700 | [diff] [blame] | 14 | # Telephony packages |
Ricardo Cerqueira | 53df1df | 2013-10-29 17:48:25 +0000 | [diff] [blame] | 15 | PRODUCT_PACKAGES += \ |
Brandon Bennett | 9fe4b92 | 2013-11-22 15:44:42 -0700 | [diff] [blame] | 16 | Mms \ |
Pawit Pornkitprasan | a082e90 | 2013-12-13 18:17:08 +0700 | [diff] [blame] | 17 | Stk \ |
Steven Luo | 4913344 | 2014-01-04 16:59:27 -0800 | [diff] [blame] | 18 | CellBroadcastReceiver \ |
Pawit Pornkitprasan | a082e90 | 2013-12-13 18:17:08 +0700 | [diff] [blame] | 19 | WhisperPush |
Steven Luo | b95faf6 | 2014-01-04 17:09:19 -0800 | [diff] [blame] | 20 | |
| 21 | # Mms depends on SoundRecorder for recorded audio messages |
| 22 | PRODUCT_PACKAGES += \ |
| 23 | SoundRecorder |
fuzz | a278f03 | 2014-02-22 16:39:38 +0900 | [diff] [blame] | 24 | |
| 25 | # Default ringtone |
| 26 | PRODUCT_PROPERTY_OVERRIDES += \ |
| 27 | ro.config.ringtone=Orion.ogg |