Merge "New sounds for K." into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1816375ff7
@@ -180,6 +180,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/usr/idc/frameworks)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/usr/keylayout/frameworks)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/usr/keychars/frameworks)
|
||||
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/media/video/*)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/media/audio/)
|
||||
# ************************************************
|
||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||
# ************************************************
|
||||
|
||||
27
data/sounds/AudioPackage12.mk
Normal file
27
data/sounds/AudioPackage12.mk
Normal file
@@ -0,0 +1,27 @@
|
||||
#
|
||||
# Audio Package 12 - K
|
||||
#
|
||||
# Include this file in a product makefile to include these audio files
|
||||
#
|
||||
#
|
||||
|
||||
LOCAL_PATH := frameworks/base/data/sounds
|
||||
|
||||
# Simple files that do not require renaming
|
||||
ALARM_FILES := Argon Carbon Helium Krypton Neon Oxygen Osmium Platinum
|
||||
NOTIFICATION_FILES := Ariel Ceres Carme Elara Europa Iapetus Io Rhea Salacia Titan Tethys
|
||||
RINGTONE_FILES := Callisto Dione Ganymede Luna Oberon Phobos Sedna Titania Triton Umbriel
|
||||
EFFECT_FILES := Effect_Tick KeypressReturn KeypressInvalid KeypressDelete KeypressSpacebar KeypressStandard \
|
||||
VideoRecord camera_click camera_focus LowBattery Dock Undock Lock Unlock WirelessChargingStarted
|
||||
|
||||
PRODUCT_COPY_FILES += $(foreach fn,$(ALARM_FILES),\
|
||||
$(LOCAL_PATH)/alarms/ogg/$(fn).ogg:system/media/audio/alarms/$(fn).ogg)
|
||||
|
||||
PRODUCT_COPY_FILES += $(foreach fn,$(NOTIFICATION_FILES),\
|
||||
$(LOCAL_PATH)/notifications/ogg/$(fn).ogg:system/media/audio/notifications/$(fn).ogg)
|
||||
|
||||
PRODUCT_COPY_FILES += $(foreach fn,$(RINGTONE_FILES),\
|
||||
$(LOCAL_PATH)/ringtones/ogg/$(fn).ogg:system/media/audio/ringtones/$(fn).ogg)
|
||||
|
||||
PRODUCT_COPY_FILES += $(foreach fn,$(EFFECT_FILES),\
|
||||
$(LOCAL_PATH)/effects/ogg/$(fn).ogg:system/media/audio/effects/$(fn).ogg)
|
||||
36
data/sounds/AudioPackage12_48.mk
Normal file
36
data/sounds/AudioPackage12_48.mk
Normal file
@@ -0,0 +1,36 @@
|
||||
#
|
||||
# Audio Package 12 - K (48kHz)
|
||||
#
|
||||
# Include this file in a product makefile to include these audio files
|
||||
#
|
||||
#
|
||||
|
||||
LOCAL_PATH := frameworks/base/data/sounds
|
||||
|
||||
# Simple files that do not require renaming
|
||||
ALARM_FILES := Argon Carbon Helium Krypton Neon Oxygen Osmium Platinum
|
||||
NOTIFICATION_FILES := Ariel Ceres Carme Elara Europa Iapetus Io Rhea Salacia Titan Tethys
|
||||
RINGTONE_FILES := Callisto Dione Ganymede Luna Oberon Phobos Sedna Titania Triton Umbriel
|
||||
EFFECT_FILES := Effect_Tick KeypressReturn KeypressInvalid KeypressDelete KeypressSpacebar KeypressStandard \
|
||||
VideoRecord camera_click Lock Unlock
|
||||
|
||||
# Alarms not yet available in 48 kHz
|
||||
PRODUCT_COPY_FILES += $(foreach fn,$(ALARM_FILES),\
|
||||
$(LOCAL_PATH)/alarms/ogg/$(fn).ogg:system/media/audio/alarms/$(fn).ogg)
|
||||
|
||||
PRODUCT_COPY_FILES += $(foreach fn,$(NOTIFICATION_FILES),\
|
||||
$(LOCAL_PATH)/notifications/ogg/$(fn)_48k.ogg:system/media/audio/notifications/$(fn).ogg)
|
||||
|
||||
PRODUCT_COPY_FILES += $(foreach fn,$(RINGTONE_FILES),\
|
||||
$(LOCAL_PATH)/ringtones/ogg/$(fn)_48k.ogg:system/media/audio/ringtones/$(fn).ogg)
|
||||
|
||||
PRODUCT_COPY_FILES += $(foreach fn,$(EFFECT_FILES),\
|
||||
$(LOCAL_PATH)/effects/ogg/$(fn)_48k.ogg:system/media/audio/effects/$(fn).ogg)
|
||||
|
||||
# no gold-plated version yet
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/effects/ogg/camera_focus.ogg:system/media/audio/effects/camera_focus.ogg \
|
||||
$(LOCAL_PATH)/effects/ogg/LowBattery.ogg:system/media/audio/effects/LowBattery.ogg \
|
||||
$(LOCAL_PATH)/effects/ogg/WirelessChargingStarted.ogg:system/media/audio/effects/WirelessChargingStarted.ogg \
|
||||
$(LOCAL_PATH)/effects/ogg/Dock.ogg:system/media/audio/effects/Dock.ogg \
|
||||
$(LOCAL_PATH)/effects/ogg/Undock.ogg:system/media/audio/effects/Undock.ogg
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
data/sounds/effects/ogg/KeypressDelete_48k.ogg
Normal file
BIN
data/sounds/effects/ogg/KeypressDelete_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/effects/ogg/KeypressInvalid_48k.ogg
Normal file
BIN
data/sounds/effects/ogg/KeypressInvalid_48k.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
data/sounds/effects/ogg/KeypressReturn_48k.ogg
Normal file
BIN
data/sounds/effects/ogg/KeypressReturn_48k.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
data/sounds/effects/ogg/KeypressSpacebar_48k.ogg
Normal file
BIN
data/sounds/effects/ogg/KeypressSpacebar_48k.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
data/sounds/effects/ogg/KeypressStandard_48k.ogg
Normal file
BIN
data/sounds/effects/ogg/KeypressStandard_48k.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
data/sounds/effects/ogg/Lock_48k.ogg
Normal file
BIN
data/sounds/effects/ogg/Lock_48k.ogg
Normal file
Binary file not shown.
Binary file not shown.
BIN
data/sounds/effects/ogg/Unlock_48k.ogg
Normal file
BIN
data/sounds/effects/ogg/Unlock_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Ariel.ogg
Normal file
BIN
data/sounds/notifications/ogg/Ariel.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Ariel_48k.ogg
Normal file
BIN
data/sounds/notifications/ogg/Ariel_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Carme.ogg
Normal file
BIN
data/sounds/notifications/ogg/Carme.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Carme_48k.ogg
Normal file
BIN
data/sounds/notifications/ogg/Carme_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Ceres.ogg
Normal file
BIN
data/sounds/notifications/ogg/Ceres.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Ceres_48k.ogg
Normal file
BIN
data/sounds/notifications/ogg/Ceres_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Elara.ogg
Normal file
BIN
data/sounds/notifications/ogg/Elara.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Elara_48k.ogg
Normal file
BIN
data/sounds/notifications/ogg/Elara_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Europa.ogg
Normal file
BIN
data/sounds/notifications/ogg/Europa.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Europa_48k.ogg
Normal file
BIN
data/sounds/notifications/ogg/Europa_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Iapetus.ogg
Normal file
BIN
data/sounds/notifications/ogg/Iapetus.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Iapetus_48k.ogg
Normal file
BIN
data/sounds/notifications/ogg/Iapetus_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Io.ogg
Normal file
BIN
data/sounds/notifications/ogg/Io.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Io_48k.ogg
Normal file
BIN
data/sounds/notifications/ogg/Io_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Rhea.ogg
Normal file
BIN
data/sounds/notifications/ogg/Rhea.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Rhea_48k.ogg
Normal file
BIN
data/sounds/notifications/ogg/Rhea_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Salacia.ogg
Normal file
BIN
data/sounds/notifications/ogg/Salacia.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Salacia_48k.ogg
Normal file
BIN
data/sounds/notifications/ogg/Salacia_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Tethys.ogg
Normal file
BIN
data/sounds/notifications/ogg/Tethys.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Tethys_48k.ogg
Normal file
BIN
data/sounds/notifications/ogg/Tethys_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Titan.ogg
Normal file
BIN
data/sounds/notifications/ogg/Titan.ogg
Normal file
Binary file not shown.
BIN
data/sounds/notifications/ogg/Titan_48k.ogg
Normal file
BIN
data/sounds/notifications/ogg/Titan_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Callisto.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Callisto.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Callisto_48k.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Callisto_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Dione.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Dione.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Dione_48k.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Dione_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Ganymede.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Ganymede.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Ganymede_48k.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Ganymede_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Luna.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Luna.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Luna_48k.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Luna_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Oberon.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Oberon.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Oberon_48k.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Oberon_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Phobos.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Phobos.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Phobos_48k.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Phobos_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Sedna.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Sedna.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Sedna_48k.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Sedna_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Titania.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Titania.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Titania_48k.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Titania_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Triton.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Triton.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Triton_48k.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Triton_48k.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Umbriel.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Umbriel.ogg
Normal file
Binary file not shown.
BIN
data/sounds/ringtones/ogg/Umbriel_48k.ogg
Normal file
BIN
data/sounds/ringtones/ogg/Umbriel_48k.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user