2012-08-28 10:21:46 +00:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# Optional CM packages
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
Galaxy4 \
|
2013-09-14 02:33:04 +00:00
|
|
|
HoloSpiralWallpaper \
|
2012-08-28 10:21:46 +00:00
|
|
|
LiveWallpapers \
|
|
|
|
LiveWallpapersPicker \
|
2013-09-14 02:33:04 +00:00
|
|
|
MagicSmokeWallpapers \
|
|
|
|
NoiseField \
|
2013-08-20 12:59:49 +00:00
|
|
|
PhaseBeam \
|
2013-09-14 02:33:04 +00:00
|
|
|
VisualizationWallpapers \
|
|
|
|
PhotoTable
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
VideoEditor \
|
|
|
|
libvideoeditor_jni \
|
|
|
|
libvideoeditor_core \
|
|
|
|
libvideoeditor_osal \
|
|
|
|
libvideoeditor_videofilters \
|
|
|
|
libvideoeditorplayer
|