datacommsserver/esockserver/test/TE_Socket/group/TE_Socket.mmp
changeset 0 dfb7c4ff071f
child 4 928ed51ddc43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/datacommsserver/esockserver/test/TE_Socket/group/TE_Socket.mmp	Thu Dec 17 09:22:25 2009 +0200
@@ -0,0 +1,73 @@
+// Copyright (c) 2002-2009 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:
+// using relative paths for sourcepath and user includes
+// 
+//
+
+TARGET      te_socket.exe
+// For EKA2, conditionally add your platform security capabilities 
+CAPABILITY All -Tcb
+TARGETTYPE  exe
+
+UID           0x1000008d 0x101F529F
+VENDORID 0x70000001
+
+SOURCEPATH    ..
+SOURCE        TestSuiteSocket.cpp
+SOURCE        TestStepSocket.cpp
+SOURCE        SocketTestSection1.cpp
+SOURCE        SocketTestSection2.cpp
+SOURCE        SocketTestSection3.cpp
+SOURCE        SocketTestSection4.cpp
+SOURCE        SocketTestSection5.cpp
+SOURCE        SocketTestSection6.cpp
+SOURCE        SocketTestSection7.cpp
+SOURCE        SocketTestSection8.cpp
+SOURCE        SocketTestSection9.cpp
+SOURCE        SocketTestSection10.cpp
+SOURCE        SocketTestSection11.cpp
+SOURCE        SocketTestSection12.cpp
+SOURCE        SocketTestSection13.cpp
+SOURCE        SocketTestSection14.cpp
+SOURCE        SocketTestSection15.cpp
+SOURCE        SocketTestSection16.cpp
+SOURCE        SocketTestSection17.cpp
+SOURCE        SocketTestSection18.cpp
+SOURCE        SocketTestSection19.cpp
+SOURCE        SocketTestSection20.cpp
+SOURCE		  SocketTestSection21.cpp
+
+USERINCLUDE   	../../protocols/pdummy
+
+#ifdef SYMBIAN_OLD_EXPORT_LOCATION
+SYSTEMINCLUDE	/epoc32/include 
+SYSTEMINCLUDE   /epoc32/include/networking
+#else
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+#endif
+
+LIBRARY       	euser.lib esock.lib mbufmgr.lib
+LIBRARY  		insock.lib
+LIBRARY		testexecutelogclient.lib
+LIBRARY		testexecuteutils.lib
+LIBRARY     netmeta.lib		// for the ABIv2
+LIBRARY         nodemessages.lib
+
+#if !defined(WINS) && !defined(GCC32)
+LIBRARY					commsfw.lib
+#endif
+
+
+SMPSAFE
+