OSDN Git Service

Added audio effects config file.
authorEric Laurent <elaurent@google.com>
Wed, 18 May 2011 02:21:55 +0000 (19:21 -0700)
committerEric Laurent <elaurent@google.com>
Fri, 27 May 2011 22:30:42 +0000 (15:30 -0700)
A configuration file named audio_effects.conf is now used
to list audio effect libraries and engines to be loaded by the
effects factory. A default version of this file is installed
in /system/etc. OEMs can override this file by placing a file
with the same name under /vendor/etc.

Change-Id: Id10e0e54f53234ec52b22b6f882734edaf2648ac

target/product/generic_no_telephony.mk

index 161d0b8..d44d918 100644 (file)
@@ -64,7 +64,8 @@ PRODUCT_COPY_FILES := \
         system/bluetooth/data/auto_pairing.conf:system/etc/bluetooth/auto_pairing.conf \
         system/bluetooth/data/blacklist.conf:system/etc/bluetooth/blacklist.conf \
         system/bluetooth/data/input.conf:system/etc/bluetooth/input.conf \
-        system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf
+        system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf \
+        frameworks/base/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
 
 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)