telephonyprotocols/pdplayer/umts/test/te_spudNetworkSide/group/TE_SpudNetworkSide.mmp
author hgs
Wed, 21 Jul 2010 17:41:03 +0100
changeset 53 12b52b1a573e
parent 0 3553901f7fa8
child 24 6638e7f4bd8f
permissions -rw-r--r--
201027_09

// 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