testexecfw/stf/stffw/testsrv/group/TestServer.mmp
changeset 2 8bb370ba6d1d
equal deleted inserted replaced
1:bbd31066657e 2:8bb370ba6d1d
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description: MMP file for STIF Test Framework's TestServer module.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 SMPSAFE
       
    21 #include        "../../../inc/STIFConfiguration.mmh"
       
    22 
       
    23 TARGET          StifTestServer.dll
       
    24 TARGETTYPE      dll
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 VENDORID        0x101FB657
       
    28 SECUREID        0x102073E3
       
    29 
       
    30 DEFFILE         StifTestServer.def
       
    31 
       
    32 UID             0x1000008D 0x101FB3E0
       
    33 
       
    34 /* Include paths */
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../../inc
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 /* Source files */
       
    41 SOURCEPATH      ../src
       
    42 
       
    43 SOURCE          TestServerClient.cpp
       
    44 SOURCE          TestServer.cpp
       
    45 SOURCE          Testserversession.cpp
       
    46 SOURCE          Testexecution.cpp
       
    47 SOURCE          TestExecutionThread.cpp
       
    48 SOURCE          TestModuleContainer.cpp
       
    49 SOURCE          Testundertaker.cpp
       
    50 SOURCE          Printqueue.cpp
       
    51 SOURCE          TestServerEvent.cpp
       
    52 SOURCE          TestThreadContainerRunner.cpp
       
    53 SOURCE          TestThreadContainerRunnerFactory.cpp
       
    54 
       
    55 /* Used libraries */
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         stiftestinterface.lib
       
    58 LIBRARY         efsrv.lib               // For RFs file server
       
    59 LIBRARY         stfeventsystemclient.lib
       
    60 
       
    61 /* Flag to disable all memory, request and handle leaks 
       
    62 * Do NOT enable this!!! Only for special purposes. */
       
    63 //MACRO STIF_DISABLE_LEAK_CHECK
       
    64 
       
    65 // End of File