2011-01-22 07:53:32 +00:00
|
|
|
# Inherit common CM stuff
|
|
|
|
$(call inherit-product, vendor/cyanogen/products/common.mk)
|
|
|
|
|
|
|
|
# Bring in all audio files
|
|
|
|
include frameworks/base/data/sounds/AllAudio.mk
|
|
|
|
|
|
|
|
# Theme packages
|
|
|
|
include vendor/cyanogen/products/themes.mk
|
|
|
|
|
|
|
|
# Default ringtone
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
2011-01-22 22:10:05 +00:00
|
|
|
ro.config.ringtone=Playa.ogg \
|
2011-01-29 00:03:12 +00:00
|
|
|
ro.config.notification_sound=regulus.ogg \
|
|
|
|
ro.config.alarm_alert=Alarm_Beep_03.ogg
|