stif/TestEngine/group/TestEngine.mmp
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     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 TestEngine module.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 SMPSAFE
       
    21 
       
    22 #include        "../../inc/STIFConfiguration.mmh"
       
    23 
       
    24 TARGET          StifTestEngine.dll
       
    25 TARGETTYPE      dll
       
    26 
       
    27 UID             0x1000008D 0x101FB3DF
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 VENDORID        0x101FB657
       
    31 SECUREID        0x102073E0
       
    32 
       
    33 DEFFILE         StifTestEngine.def
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../inc
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 
       
    42 
       
    43 SOURCE          TestEngineClient.cpp
       
    44 SOURCE          TestEngine.cpp
       
    45 SOURCE          TestCaseController.cpp
       
    46 SOURCE          TestModuleController.cpp
       
    47 SOURCE          TestReport.cpp
       
    48 SOURCE          Testcasetimeout.cpp
       
    49 SOURCE          STIFTestFrameworkSettings.cpp
       
    50 SOURCE          SettingServerClient.cpp
       
    51 SOURCE          SettingServer.cpp
       
    52 SOURCE          SettingServerSession.cpp
       
    53 SOURCE          StifPythonFunEng.cpp
       
    54 SOURCE          TestModuleInfo.cpp
       
    55 
       
    56 LIBRARY         euser.lib
       
    57 LIBRARY         hal.lib                 // For logging (HAL)
       
    58 LIBRARY         stiftestserver.lib
       
    59 LIBRARY         efsrv.lib
       
    60 LIBRARY         stiftestinterface.lib
       
    61 LIBRARY         atslogger.lib
       
    62 
       
    63 // End of File