2011-11-01 23:20:57 +00:00
|
|
|
# Inherit common CM stuff
|
2013-10-28 16:29:59 +00:00
|
|
|
$(call inherit-product, vendor/replicant/config/common_full.mk)
|
2012-03-03 01:38:07 +00:00
|
|
|
|
2011-11-01 23:20:57 +00:00
|
|
|
# Default ringtone
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
2012-11-12 18:55:08 +00:00
|
|
|
ro.config.ringtone=Orion.ogg \
|
2013-06-12 23:09:31 +00:00
|
|
|
ro.config.notification_sound=Argon.ogg \
|
2012-11-12 18:55:08 +00:00
|
|
|
ro.config.alarm_alert=Hassium.ogg
|
2011-11-27 19:56:54 +00:00
|
|
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
Mms
|
2012-03-14 07:10:33 +00:00
|
|
|
|
2012-08-03 23:19:07 +00:00
|
|
|
# BT config
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
system/bluetooth/data/main.conf:system/etc/bluetooth/main.conf
|
|
|
|
|
2013-10-28 16:29:59 +00:00
|
|
|
ifeq ($(TARGET_BOOTANIMATION_NAME),)
|
2012-03-14 07:10:33 +00:00
|
|
|
PRODUCT_COPY_FILES += \
|
2013-10-28 16:29:59 +00:00
|
|
|
vendor/replicant/prebuilt/common/bootanimation/vertical-480x800.zip:system/media/bootanimation.zip
|
2012-03-14 07:10:33 +00:00
|
|
|
endif
|