--- a/phoneengine/audiohandling/group/audiohandling.mmp Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneengine/audiohandling/group/audiohandling.mmp Tue Aug 31 15:14:29 2010 +0300
@@ -21,25 +21,32 @@
TARGET audiohandling.dll
TARGETTYPE DLL
UID 0x1000008D 0x1000A832
-VENDORID VID_DEFAULT
+VENDORID VID_DEFAULT
+
+CAPABILITY CAP_GENERAL_DLL
+
-CAPABILITY CAP_GENERAL_DLL
+#ifndef WINSCW
+EpocAllowDllData
+#endif
-//MACRO UNIT_TESTING //defined if running T_AudoHandlingMT tests
+
+//MACRO UNIT_TESTING //defined if running T_AudoHandlingMT tests
SOURCEPATH ../src
-SOURCE cpeaudiodata.cpp
-SOURCE cpegsmaudiodata.cpp
-SOURCE cpeaudiodtmftoneplayer.cpp
-SOURCE cpeaudioinbandtoneplayer.cpp
-SOURCE cpeaudioroutingmonitor.cpp
-SOURCE peaudiohandlingpanic.cpp
+SOURCE cpeaudiodata.cpp
+SOURCE cpegsmaudiodata.cpp
+SOURCE cpeaudiodtmftoneplayer.cpp
+SOURCE cpeaudioinbandtoneplayer.cpp
+SOURCE cpeaudioroutingmonitor.cpp
+SOURCE peaudiohandlingpanic.cpp
SOURCE cpecallaudioroutinghandler.cpp
-SOURCE cpeaudiofactory.cpp
-SOURCE cpeaudiotoneutilityimpl.cpp
+SOURCE cpeaudiofactory.cpp
+SOURCE cpeaudiotoneutilityimpl.cpp
+SOURCE cpeaudioeffect.cpp
-START RESOURCE ../data/defaultbeep.rss
-TARGETPATH RESOURCE_FILES_DIR
+START RESOURCE ../data/defaultbeep.rss
+TARGETPATH RESOURCE_FILES_DIR
HEADER
END
@@ -52,8 +59,14 @@
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 cce.lib
LIBRARY telephonyaudiorouting.lib
LIBRARY efsrv.lib
LIBRARY engineinfo.lib
@@ -62,6 +75,10 @@
LIBRARY flogger.lib
LIBRARY mediaclientaudio.lib
LIBRARY mmfdevsound.lib
-LIBRARY featmgr.lib
+
+LIBRARY featdiscovery.lib
+LIBRARY tmsfactory.lib
+LIBRARY tmsapi.lib
+LIBRARY libglib.lib
LANG SC
\ No newline at end of file