telephonyprotocols/umtsgprsscpr/Test/te_spud/group/TE_SpudUnit.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 14:49:29 +0300
changeset 42 3adadc800673
permissions -rw-r--r--
Revision: 201023 Kit: 2010123

// Copyright (c) 2004-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:
// SpudTel and SpudFsm unit tests
// 
//

/**
 @file
*/

TARGET      te_spudunit.exe
CAPABILITY ReadDeviceData WriteDeviceData NetworkControl NetworkServices ReadUserData WriteUserData 
TARGETTYPE  exe
UID             0x1000007A 0x102075B1
VENDORID 0x70000001

MACRO		_INFO_LOG
MACRO		_ERROR_LOG

SOURCEPATH              ../src
SOURCE		            SpudUnitTestServer.cpp
SOURCE		            SpudUnitTestStepBase.cpp
SOURCE		            SpudFsmUnitTestStep.cpp
SOURCE		            SpudTelUnitTestStep.cpp
SOURCE		            InputRequestListener.cpp
SOURCE		            ActiveSchedulerThread.cpp
SOURCE		            CompareContextParameters.cpp
SOURCE		            DefaultContextParameters.cpp
SOURCE		            PdpFsmInterfaceTest.cpp
SOURCE		            SpudManInterfaceTest.cpp
SOURCE                      CPdpFsmInterface.cpp


// UmtsGprsSCPR files
SOURCEPATH              ../../../src
SOURCE                  RSpudManInterface.cpp

// SpudFsm source files
SOURCEPATH              ../../../spudfsm/src
SOURCE                  cpdpfsm.cpp
SOURCE                  cpdpfsmfactory.cpp
SOURCE                  tpdpstate.cpp
SOURCE                  tpdpstatesuspended.cpp
SOURCE                  tpdpstatechangingqos.cpp
SOURCE                  tpdpstatechangingtft.cpp
SOURCE                  tpdpstateopen.cpp
SOURCE                  tpdpstatesettingqos.cpp
SOURCE                  tpdpstateinitialised.cpp
SOURCE                  tpdpstatecreatingprimary.cpp
SOURCE                  tpdpstateopeningphone.cpp
SOURCE                  tpdpstatecreatingSecondary.cpp
SOURCE                  tpdpstateactivatingsecondary.cpp
SOURCE                  tpdpstatecreatedSecondary.cpp
SOURCE                  tpdpstateactivatingprimary.cpp	
SOURCE                  tpdpstateclosing.cpp	
SOURCE                  tpdpstatesettingtft.cpp	
SOURCE                  tpdpstategettingnegqos.cpp
SOURCE                  tpdpstatemodifingactive.cpp
SOURCE                  tpdpstatestopping.cpp

// SpudTel source files
SOURCEPATH              ../../../spudtel/src
SOURCE                  ceteldrivercontext.cpp
SOURCE                  ceteldriverfactory.cpp
SOURCE                  cservicechangenotifier.cpp
SOURCE                  reteldriverinput.cpp
SOURCE                  eteldriverstrategies.cpp
SOURCE                  cspudcontextelem.cpp
SOURCE                  ceteldrivernotifier.cpp
SOURCE                  cpdpstatuschangenotifier.cpp
SOURCE                  cqoschangenotifier.cpp
SOURCE                  cpdpconfigchangenotifier.cpp


USERINCLUDE   	../inc
USERINCLUDE   	../../../inc
USERINCLUDE   	../../../spudtel/inc
USERINCLUDE   	../../../spudfsm/inc
USERINCLUDE   	../../../spudfsm/src

SYSTEMINCLUDE 	/epoc32/include
SYSTEMINCLUDE 	/epoc32/include/test

LIBRARY		euser.lib
LIBRARY		testexecuteutils.lib 
LIBRARY		testexecutelogclient.lib 
LIBRARY		umtsif.lib
LIBRARY		etelpckt.lib
LIBRARY		etel.lib
LIBRARY		c32root.lib

DEBUGLIBRARY      comsdbgutil.lib