2011-11-25 23:47:59 +00:00
|
|
|
# Inherit common CM stuff
|
|
|
|
$(call inherit-product, vendor/cm/config/common.mk)
|
|
|
|
|
|
|
|
# Bring in all audio files
|
|
|
|
include frameworks/base/data/sounds/AllAudio.mk
|
|
|
|
|
2012-03-03 01:38:07 +00:00
|
|
|
# Include CM audio files
|
|
|
|
include vendor/cm/config/cm_audio.mk
|
|
|
|
|
2011-11-25 23:47:59 +00:00
|
|
|
# Default ringtone
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
2012-03-03 01:38:07 +00:00
|
|
|
ro.config.ringtone=CyanTone.ogg \
|
|
|
|
ro.config.notification_sound=CyanMessage.ogg \
|
|
|
|
ro.config.alarm_alert=CyanAlarm.ogg
|