replicant-vendor_replicant/config/common_full_tablet_wifionly.mk
Ricardo Cerqueira 083fc458f8 cm: Add default configurations for BT
Since they're now split for phone/tablet, there isn't any default
and devices without an explicit config will register as generics.

Use sane defaults for both device types, device-specific configs
can still override these in their makefiles if necessary

Change-Id: Ie20a05d07a047f409bafb20f02d0c673ec2dc250
2012-08-04 00:20:55 +01:00

30 lines
867 B
Makefile

# Inherit common CM stuff
$(call inherit-product, vendor/cm/config/common.mk)
# Bring in all audio files
include frameworks/base/data/sounds/NewAudio.mk
# Extra Ringtones
include frameworks/base/data/sounds/AudioPackageNewWave.mk
# Bring in all video files
$(call inherit-product, frameworks/base/data/videos/VideoPackage2.mk)
# Include CM audio files
include vendor/cm/config/cm_audio.mk
# Default ringtone
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.ringtone=CyanTone.ogg \
ro.config.notification_sound=CyanMessage.ogg \
ro.config.alarm_alert=CyanAlarm.ogg
# BT config
PRODUCT_COPY_FILES += \
system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf
ifeq ($(TARGET_BOOTANIMATION_NAME),)
PRODUCT_COPY_FILES += \
vendor/cm/prebuilt/common/bootanimation/horizontal-1280x800.zip:system/media/bootanimation.zip
endif