telephonyprotocols/pdplayer/umts/test/te_spudNetworkSide/group/TE_SpudNetworkSide.mmp
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/telephonyprotocols/pdplayer/umts/test/te_spudNetworkSide/group/TE_SpudNetworkSide.mmp	Tue Feb 02 01:41:59 2010 +0200
@@ -0,0 +1,57 @@
+// Copyright (c) 2005-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:
+// Network-side events /errors SPUD testing.
+// 
+//
+
+/**
+ @file
+*/
+
+TARGET      te_spudnetworkside.exe
+CAPABILITY ReadDeviceData WriteDeviceData NetworkControl NetworkServices ReadUserData WriteUserData 
+TARGETTYPE  exe
+UID             0x1000007A 0x102075B1
+VENDORID 0x70000001
+
+
+SOURCEPATH  ../src
+SOURCE		te_spudNetworkSideServer.cpp
+SOURCE		te_spudNetworkSideSteps.cpp
+#ifdef SYMBIAN_NETWORKING_UMTSR5
+SOURCE		te_spudNetworkSideR5Steps.cpp
+#endif
+SOURCE      spudNetSideQos.cpp
+
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+LIBRARY		euser.lib  
+LIBRARY     esock.lib insock.lib
+LIBRARY     commdb.lib
+LIBRARY		testexecuteutils.lib 
+LIBRARY		testexecutelogclient.lib 
+LIBRARY 	c32root.lib
+LIBRARY     c32.lib
+
+#ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
+LIBRARY     qoslib.lib
+#ifdef SYMBIAN_NETWORKING_UMTSR5 
+LIBRARY     qosextnapi.lib
+#endif // SYMBIAN_NETWORKING_UMTSR5
+#else 
+LIBRARY 	commsdat.lib
+#endif // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
+
+
+