stif/TestServer/group/TestServer.mmp
changeset 0 a03f92240627
equal deleted inserted replaced
-1:000000000000 0:a03f92240627
       
     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 #include        "../../inc/STIFConfiguration.mmh"
       
    21 
       
    22 SMPSAFE
       
    23 
       
    24 TARGET          StifTestServer.dll
       
    25 TARGETTYPE      dll
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 VENDORID        0x101FB657
       
    29 SECUREID        0x102073E3
       
    30 
       
    31 DEFFILE         StifTestServer.def
       
    32 
       
    33 UID             0x1000008D 0x101FB3E0
       
    34 
       
    35 /* Include paths */
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../inc
       
    38 
       
    39 OS_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 /* Source files */
       
    42 SOURCEPATH      ../src
       
    43 
       
    44 SOURCE          TestServerClient.cpp
       
    45 SOURCE          TestServer.cpp
       
    46 SOURCE          Testserversession.cpp
       
    47 SOURCE          Testexecution.cpp
       
    48 SOURCE          TestExecutionThread.cpp
       
    49 SOURCE          TestModuleContainer.cpp
       
    50 SOURCE          Testundertaker.cpp
       
    51 SOURCE          Printqueue.cpp
       
    52 SOURCE          TestServerEvent.cpp
       
    53 SOURCE          TestThreadContainerRunner.cpp
       
    54 SOURCE          TestThreadContainerRunnerFactory.cpp
       
    55 
       
    56 /* Used libraries */
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         stiftestinterface.lib
       
    59 LIBRARY         efsrv.lib               // For RFs file server
       
    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