blob: 428968a280ceedab6ae84510ad544ee63bc6898f [file] [log] [blame]
Andreas Schneidera69dc022012-08-28 12:21:46 +02001# Inherit common CM stuff
2$(call inherit-product, vendor/cm/config/common.mk)
3
4# Bring in all audio files
5include frameworks/base/data/sounds/NewAudio.mk
6
7# Extra Ringtones
8include frameworks/base/data/sounds/AudioPackageNewWave.mk
9
10# Bring in all video files
11$(call inherit-product, frameworks/base/data/videos/VideoPackage2.mk)
12
13# Include CM audio files
14include vendor/cm/config/cm_audio.mk
15
16# Optional CM packages
17PRODUCT_PACKAGES += \
Andreas Schneidera69dc022012-08-28 12:21:46 +020018 Galaxy4 \
Michael Bestas71b1a2f2013-09-14 05:33:04 +030019 HoloSpiralWallpaper \
Andreas Schneidera69dc022012-08-28 12:21:46 +020020 LiveWallpapers \
21 LiveWallpapersPicker \
Michael Bestas71b1a2f2013-09-14 05:33:04 +030022 MagicSmokeWallpapers \
23 NoiseField \
Michael Bestas848f3f52013-08-20 15:59:49 +030024 PhaseBeam \
Michael Bestas71b1a2f2013-09-14 05:33:04 +030025 VisualizationWallpapers \
26 PhotoTable
27
28PRODUCT_PACKAGES += \
29 VideoEditor \
30 libvideoeditor_jni \
31 libvideoeditor_core \
32 libvideoeditor_osal \
33 libvideoeditor_videofilters \
34 libvideoeditorplayer