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