From 83f400056ac913250f0926326ff78697c68d18a1 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Fri, 27 Sep 2013 14:53:24 -0700 Subject: Revert "Effects Factory changes for effects offload" This reverts commit 284c17e73bbff51cb5b1adcee98386d47733757a. Change-Id: I31db21e1ad4758b21356bfe4c4c64f15b2da8737 --- media/libeffects/data/audio_effects.conf | 39 -------------------------------- 1 file changed, 39 deletions(-) (limited to 'media/libeffects/data/audio_effects.conf') diff --git a/media/libeffects/data/audio_effects.conf b/media/libeffects/data/audio_effects.conf index f1c5f5b..0c3c687 100644 --- a/media/libeffects/data/audio_effects.conf +++ b/media/libeffects/data/audio_effects.conf @@ -6,23 +6,6 @@ # } # } libraries { -# This is a proxy library that will be an abstraction for -# the HW and SW effects - - #proxy { - #path /system/lib/soundfx/libProxy.so - #} - -# This is the SW implementation library of the effect - #libSW { - #path /system/lib/soundfx/libswwrapper.so - #} - -# This is the HW implementation library for the effect - #libHW { - #path /system/lib/soundfx/libhwwrapper.so - #} - bundle { path /system/lib/soundfx/libbundlewrapper.so } @@ -63,28 +46,6 @@ libraries { # } effects { - -# additions for the proxy implementation -# Proxy implementation - #effectname { - #library proxy - #uuid xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx - - # SW implemetation of the effect. Added as a node under the proxy to - # indicate this as a sub effect. - #libsw { - #library libSW - #uuid yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy - #} End of SW effect - - # HW implementation of the effect. Added as a node under the proxy to - # indicate this as a sub effect. - #libhw { - #library libHW - #uuid zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz - #}End of HW effect - #} End of effect proxy - bassboost { library bundle uuid 8631f300-72e2-11df-b57e-0002a5d5c51b -- cgit v1.1