blob: 135a23df3d2070d0f6cd002dd5288ca4454b720a [file] [log] [blame]
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +00001# Inherit common CM stuff
Andreas Schneidera69dc022012-08-28 12:21:46 +02002$(call inherit-product, vendor/cm/config/common_full.mk)
codeworkxdd5be362012-03-03 02:38:07 +01003
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +00004# Default ringtone
5PRODUCT_PROPERTY_OVERRIDES += \
Steve Kondik3515e792012-11-12 10:55:08 -08006 ro.config.ringtone=Orion.ogg \
7 ro.config.notification_sound=Deneb.ogg \
8 ro.config.alarm_alert=Hassium.ogg
Ricardo Cerqueirae1f37382011-11-27 19:56:54 +00009
10PRODUCT_PACKAGES += \
11 Mms
Steve Kondika8945752012-03-14 00:10:33 -070012
Ricardo Cerqueira083fc452012-08-04 00:19:07 +010013# BT config
14PRODUCT_COPY_FILES += \
15 system/bluetooth/data/main.conf:system/etc/bluetooth/main.conf
16
17
Steve Kondikba1ca332012-08-21 02:18:40 -070018ifeq ($(TARGET_SCREEN_WIDTH) $(TARGET_SCREEN_HEIGHT),$(space))
Steve Kondika8945752012-03-14 00:10:33 -070019 PRODUCT_COPY_FILES += \
Steve Kondikba1ca332012-08-21 02:18:40 -070020 vendor/cm/prebuilt/common/bootanimation/480.zip:system/media/bootanimation.zip
Steve Kondika8945752012-03-14 00:10:33 -070021endif