blob: 57fe762db44a151eb4b9929733e7aeeab8042107 [file] [log] [blame]
Adrian Roos93b18bd2014-08-21 15:21:25 +02001#
2# Audio Package 13 - L
3#
4# Include this file in a product makefile to include these audio files
5#
6#
7
8LOCAL_PATH := frameworks/base/data/sounds
9
10# Simple files that do not require renaming
11ALARM_FILES := Alarm1 Alarm2 Alarm3 Alarm4 Alarm5 Alarm6 Alarm7 Alarm8 Timer
12NOTIFICATION_FILES := Notification1 Notification2 Notification3 Notification4 \
13 Notification5 Notification6 Notification7 Notification8 Notification9 \
14 Notification10 Notification11
15RINGTONE_FILES := Ringtone1 Ringtone2 Ringtone3 Ringtone4 Ringtone5 Ringtone6 \
16 Ringtone7 Ringtone8 Ringtone9 Ringtone10 Ringtone11 Ringtone12
17EFFECT_FILES := Effect_Tick KeypressReturn KeypressInvalid KeypressDelete KeypressSpacebar KeypressStandard \
18 camera_click camera_focus Dock Undock Lock Unlock Trusted
19MATERIAL_EFFECT_FILES := VideoRecord WirelessChargingStarted LowBattery
20
21PRODUCT_COPY_FILES += $(foreach fn,$(ALARM_FILES),\
22 $(LOCAL_PATH)/alarms/material/ogg/$(fn).ogg:system/media/audio/alarms/$(fn).ogg)
23
24PRODUCT_COPY_FILES += $(foreach fn,$(NOTIFICATION_FILES),\
25 $(LOCAL_PATH)/notifications/material/ogg/$(fn).ogg:system/media/audio/notifications/$(fn).ogg)
26
27PRODUCT_COPY_FILES += $(foreach fn,$(RINGTONE_FILES),\
28 $(LOCAL_PATH)/ringtones/material/ogg/$(fn).ogg:system/media/audio/ringtones/$(fn).ogg)
29
30PRODUCT_COPY_FILES += $(foreach fn,$(EFFECT_FILES),\
31 $(LOCAL_PATH)/effects/ogg/$(fn).ogg:system/media/audio/ui/$(fn).ogg)
32PRODUCT_COPY_FILES += $(foreach fn,$(MATERIAL_EFFECT_FILES),\
33 $(LOCAL_PATH)/effects/material/ogg/$(fn).ogg:system/media/audio/ui/$(fn).ogg)