phoneengine/audiohandling/group/audiohandling.mmp
changeset 0 5f000ab63145
child 14 24062c24fe38
child 21 92ab7f8d0eab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/phoneengine/audiohandling/group/audiohandling.mmp	Mon Jan 18 20:18:27 2010 +0200
@@ -0,0 +1,66 @@
+/*
+* Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Project specification file for Audio Handling dll
+*
+*/
+
+#include <data_caging_paths.hrh>
+#include <platform_paths.hrh>
+
+TARGET          audiohandling.dll    
+TARGETTYPE      DLL                
+UID             0x1000008D 0x1000A832        
+VENDORID		VID_DEFAULT
+
+CAPABILITY	CAP_GENERAL_DLL
+
+//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        cpecallaudioroutinghandler.cpp
+SOURCE      	cpeaudiofactory.cpp
+SOURCE        cpeaudiotoneutilityimpl.cpp
+
+START RESOURCE	../data/defaultbeep.rss
+TARGETPATH		RESOURCE_FILES_DIR
+HEADER
+END
+
+USERINCLUDE     ../inc
+
+APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
+SYSTEMINCLUDE   ../../inc       // PhoneEngine private headers
+SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
+SYSTEMINCLUDE   /epoc32/include/mda/client
+SYSTEMINCLUDE   /epoc32/include/mmf/server
+SYSTEMINCLUDE   /epoc32/include/mmf/common
+
+LIBRARY         bafl.lib
+LIBRARY			cce.lib
+LIBRARY         telephonyaudiorouting.lib
+LIBRARY         efsrv.lib
+LIBRARY         engineinfo.lib
+LIBRARY         etel.lib
+LIBRARY         euser.lib 
+LIBRARY         flogger.lib
+LIBRARY         mediaclientaudio.lib
+LIBRARY         mmfdevsound.lib
+
+LANG            SC
\ No newline at end of file