2011-11-01 23:20:57 +00:00
|
|
|
# Inherit common CM stuff
|
2011-11-27 19:56:54 +00:00
|
|
|
$(call inherit-product, vendor/cm/config/common.mk)
|
2011-11-01 23:20:57 +00:00
|
|
|
|
|
|
|
# Bring in all audio files
|
|
|
|
include frameworks/base/data/sounds/AllAudio.mk
|
2011-11-27 01:31:19 +00:00
|
|
|
include frameworks/base/data/sounds/AudioPackage7.mk
|
2011-11-01 23:20:57 +00:00
|
|
|
|
|
|
|
# Default ringtone
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
|
|
ro.config.ringtone=Playa.ogg \
|
|
|
|
ro.config.notification_sound=regulus.ogg \
|
|
|
|
ro.config.alarm_alert=Alarm_Beep_03.ogg
|
2011-11-27 19:56:54 +00:00
|
|
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
Mms
|