datacommsserver/esockserver/test/TE_EsockTestSteps/group/te_EsockTestStepsSuite_captest.mmp
changeset 0 dfb7c4ff071f
child 4 928ed51ddc43
equal deleted inserted replaced
-1:000000000000 0:dfb7c4ff071f
       
     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 //
       
    15 
       
    16 MACRO CAPTEST_TESTSUITE
       
    17 
       
    18 TARGET te_esockteststepssuite_captest.exe
       
    19 
       
    20 TARGETTYPE  exe
       
    21 UID             0x1000007A 0x10203FFF
       
    22 
       
    23 
       
    24 VENDORID 0x70000001
       
    25 CAPABILITY ALL -Tcb
       
    26 
       
    27 SOURCEPATH  ../src
       
    28 
       
    29 // Main
       
    30 SOURCE	            Te_esockteststepsSuiteServer.cpp
       
    31 SOURCE              EsockTestBase.cpp
       
    32 SOURCE              Te_EsockStepBase.cpp
       
    33 SOURCE              cleanallStep.cpp
       
    34 
       
    35 SOURCE              SocketServer.TestSteps.cpp
       
    36 SOURCE              Connections.TestSteps.cpp
       
    37 SOURCE              SubConnections.TestSteps.cpp
       
    38 SOURCE              Sockets.TestSteps.cpp
       
    39 SOURCE              QoS.TestSteps.cpp
       
    40 SOURCE              SimTsy.TestSteps.cpp
       
    41 
       
    42 SOURCE              BearerMobility.TestSteps.cpp
       
    43 
       
    44 SOURCE              ESockDebug.TestSteps.cpp
       
    45 SOURCE              DataMonitoring.TestSteps.cpp
       
    46 SOURCE              XmlParsing.cpp
       
    47 SOURCE              ConnectionServer.TestSteps.cpp
       
    48 SOURCE              Commsdat.TestSteps.cpp
       
    49 
       
    50 // Miscellaneous
       
    51 SOURCE              backuprestoreStep.cpp
       
    52 SOURCE              multipleaddrsubconnectionStep.cpp
       
    53 SOURCE              multipleopenrsubconnectionStep.cpp
       
    54 SOURCE              multipleremoversubconnectionStep.cpp
       
    55 SOURCE              ConfirmSocketDataTransferStep.cpp
       
    56 SOURCE              cancelconnectrsocketStep.cpp
       
    57 
       
    58 
       
    59 USERINCLUDE   ../inc
       
    60 
       
    61 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    62 SYSTEMINCLUDE	/epoc32/include 
       
    63 SYSTEMINCLUDE /epoc32/include/comms-infras
       
    64 SYSTEMINCLUDE /epoc32/include/test
       
    65 #else
       
    66 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    67 #endif
       
    68 
       
    69 LIBRARY     euser.lib
       
    70 LIBRARY	    testexecuteutils.lib
       
    71 LIBRARY	    testexecutelogclient.lib
       
    72 LIBRARY	    insock.lib
       
    73 LIBRARY	    esock.lib
       
    74 LIBRARY	    commdb.lib
       
    75 LIBRARY	    efsrv.lib
       
    76 LIBRARY	    ecom.lib
       
    77 LIBRARY	    etel.lib etelmm.lib
       
    78 LIBRARY	    c32root.lib
       
    79 LIBRARY	    netmeta.lib
       
    80 LIBRARY     esocksvr.lib
       
    81 LIBRARY     esock_api_ext.lib
       
    82 LIBRARY     charconv.lib
       
    83 LIBRARY     xmlframework.lib
       
    84 LIBRARY     bafl.lib
       
    85 LIBRARY     commsdataobjects.lib
       
    86 LIBRARY     commsdat.lib
       
    87 LIBRARY	    genericscprparams.lib
       
    88 LIBRARY     commsfw.lib
       
    89 LIBRARY     serverden.lib
       
    90 LIBRARY         nodemessages.lib
       
    91 
       
    92 UNPAGED
       
    93 
       
    94 SMPSAFE
       
    95