telephonyprotocols/umtsgprsscpr/Test/te_spud/group/TE_SpudUnit.mmp
changeset 64 b34bb05ac869
parent 56 ab72d5c1d770
equal deleted inserted replaced
56:ab72d5c1d770 64:b34bb05ac869
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // SpudTel and SpudFsm unit tests
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET      te_spudunit.exe
       
    23 CAPABILITY ReadDeviceData WriteDeviceData NetworkControl NetworkServices ReadUserData WriteUserData 
       
    24 TARGETTYPE  exe
       
    25 UID             0x1000007A 0x102075B1
       
    26 VENDORID 0x70000001
       
    27 
       
    28 MACRO		_INFO_LOG
       
    29 MACRO		_ERROR_LOG
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE		            SpudUnitTestServer.cpp
       
    33 SOURCE		            SpudUnitTestStepBase.cpp
       
    34 SOURCE		            SpudFsmUnitTestStep.cpp
       
    35 SOURCE		            SpudTelUnitTestStep.cpp
       
    36 SOURCE		            InputRequestListener.cpp
       
    37 SOURCE		            ActiveSchedulerThread.cpp
       
    38 SOURCE		            CompareContextParameters.cpp
       
    39 SOURCE		            DefaultContextParameters.cpp
       
    40 SOURCE		            PdpFsmInterfaceTest.cpp
       
    41 SOURCE		            SpudManInterfaceTest.cpp
       
    42 SOURCE                      CPdpFsmInterface.cpp
       
    43 
       
    44 
       
    45 // UmtsGprsSCPR files
       
    46 SOURCEPATH              ../../../src
       
    47 SOURCE                  RSpudManInterface.cpp
       
    48 
       
    49 // SpudFsm source files
       
    50 SOURCEPATH              ../../../spudfsm/src
       
    51 SOURCE                  cpdpfsm.cpp
       
    52 SOURCE                  cpdpfsmfactory.cpp
       
    53 SOURCE                  tpdpstate.cpp
       
    54 SOURCE                  tpdpstatesuspended.cpp
       
    55 SOURCE                  tpdpstatechangingqos.cpp
       
    56 SOURCE                  tpdpstatechangingtft.cpp
       
    57 SOURCE                  tpdpstateopen.cpp
       
    58 SOURCE                  tpdpstatesettingqos.cpp
       
    59 SOURCE                  tpdpstateinitialised.cpp
       
    60 SOURCE                  tpdpstatecreatingprimary.cpp
       
    61 SOURCE                  tpdpstateopeningphone.cpp
       
    62 SOURCE                  tpdpstatecreatingSecondary.cpp
       
    63 SOURCE                  tpdpstateactivatingsecondary.cpp
       
    64 SOURCE                  tpdpstatecreatedSecondary.cpp
       
    65 SOURCE                  tpdpstateactivatingprimary.cpp	
       
    66 SOURCE                  tpdpstateclosing.cpp	
       
    67 SOURCE                  tpdpstatesettingtft.cpp	
       
    68 SOURCE                  tpdpstategettingnegqos.cpp
       
    69 SOURCE                  tpdpstatemodifingactive.cpp
       
    70 SOURCE                  tpdpstatestopping.cpp
       
    71 
       
    72 // SpudTel source files
       
    73 SOURCEPATH              ../../../spudtel/src
       
    74 SOURCE                  ceteldrivercontext.cpp
       
    75 SOURCE                  ceteldriverfactory.cpp
       
    76 SOURCE                  cservicechangenotifier.cpp
       
    77 SOURCE                  reteldriverinput.cpp
       
    78 SOURCE                  eteldriverstrategies.cpp
       
    79 SOURCE                  cspudcontextelem.cpp
       
    80 SOURCE                  ceteldrivernotifier.cpp
       
    81 SOURCE                  cpdpstatuschangenotifier.cpp
       
    82 SOURCE                  cqoschangenotifier.cpp
       
    83 SOURCE                  cpdpconfigchangenotifier.cpp
       
    84 
       
    85 
       
    86 USERINCLUDE   	../inc
       
    87 USERINCLUDE   	../../../inc
       
    88 USERINCLUDE   	../../../spudtel/inc
       
    89 USERINCLUDE   	../../../spudfsm/inc
       
    90 USERINCLUDE   	../../../spudfsm/src
       
    91 
       
    92 SYSTEMINCLUDE 	/epoc32/include
       
    93 SYSTEMINCLUDE 	/epoc32/include/test
       
    94 
       
    95 LIBRARY		euser.lib
       
    96 LIBRARY		testexecuteutils.lib 
       
    97 LIBRARY		testexecutelogclient.lib 
       
    98 LIBRARY		umtsif.lib
       
    99 LIBRARY		etelpckt.lib
       
   100 LIBRARY		etel.lib
       
   101 LIBRARY		c32root.lib
       
   102 
       
   103 DEBUGLIBRARY      comsdbgutil.lib