--- a/phoneengine/audiohandling/group/audiohandling.mmp Fri Apr 16 14:58:25 2010 +0300
+++ b/phoneengine/audiohandling/group/audiohandling.mmp Mon May 03 12:31:11 2010 +0300
@@ -25,6 +25,12 @@
CAPABILITY CAP_GENERAL_DLL
+
+#ifndef WINSCW
+EpocAllowDllData
+#endif
+
+
//MACRO UNIT_TESTING //defined if running T_AudoHandlingMT tests
SOURCEPATH ../src
@@ -36,7 +42,8 @@
SOURCE peaudiohandlingpanic.cpp
SOURCE cpecallaudioroutinghandler.cpp
SOURCE cpeaudiofactory.cpp
-SOURCE cpeaudiotoneutilityimpl.cpp
+SOURCE cpeaudiotoneutilityimpl.cpp
+SOURCE cpeaudioeffect.cpp
START RESOURCE ../data/defaultbeep.rss
TARGETPATH RESOURCE_FILES_DIR
@@ -52,6 +59,12 @@
SYSTEMINCLUDE /epoc32/include/mmf/server
SYSTEMINCLUDE /epoc32/include/mmf/common
+
+MW_LAYER_SYSTEMINCLUDE
+OS_LAYER_LIBC_SYSTEMINCLUDE
+OS_LAYER_GLIB_SYSTEMINCLUDE
+SYSTEMINCLUDE /epoc32/include/stdapis/stlport
+
LIBRARY bafl.lib
LIBRARY cce.lib
LIBRARY telephonyaudiorouting.lib
@@ -63,4 +76,8 @@
LIBRARY mediaclientaudio.lib
LIBRARY mmfdevsound.lib
+LIBRARY tmsfactory.lib
+LIBRARY tmsapi.lib
+LIBRARY libglib.lib
+
LANG SC
\ No newline at end of file