stif/TestInterface/group/TestInterface.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 TestInterface 
       
    15 * module.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 SMPSAFE
       
    22 
       
    23 TARGET          StifTestInterface.dll
       
    24 TARGETTYPE      dll
       
    25 
       
    26 CAPABILITY	ALL -TCB
       
    27 VENDORID 	0x101FB657
       
    28 SECUREID        0x102073E1
       
    29 
       
    30 DEFFILE         StifTestInterface.def
       
    31 
       
    32 LIBRARY         euser.lib   		// For TInt, etc.
       
    33 LIBRARY         efsrv.lib   		// For RFs file server
       
    34 LIBRARY         stiftestengine.lib 	// For testengine server
       
    35 LIBRARY         stiftestserver.lib 	// For testengine server
       
    36 LIBRARY         testscripter.lib 	// For testengine server
       
    37 LIBRARY         hal.lib     		// For logging (HAL)
       
    38 //LIBRARY         bafl.lib			// For file system utilities
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 // ------- Logger -------
       
    43 USERINCLUDE     ../../Logger/inc
       
    44 SOURCEPATH      ../../Logger/src
       
    45 
       
    46 SOURCE          StifLogger.cpp
       
    47 SOURCE          Output.cpp
       
    48 SOURCE          FileOutput.cpp
       
    49 SOURCE		    RDebugOutput.cpp
       
    50 SOURCE          NullOutput.cpp
       
    51 SOURCE          TxtLogger.cpp
       
    52 SOURCE          HtmlLogger.cpp
       
    53 SOURCE          DataLogger.cpp
       
    54 SOURCE          LoggerOverFlow.cpp
       
    55 
       
    56 // ------- Parser -------
       
    57 USERINCLUDE     ../../Parser/inc
       
    58 SOURCEPATH      ../../Parser/src
       
    59 
       
    60 SOURCE          StifParser.cpp
       
    61 SOURCE          StifSectionParser.cpp
       
    62 SOURCE          StifItemParser.cpp
       
    63 SOURCE          StifFileParser.cpp
       
    64 
       
    65 // ------- TestInterface -------
       
    66 USERINCLUDE     ../inc
       
    67 USERINCLUDE     ../../inc
       
    68 SOURCEPATH      ../src
       
    69 
       
    70 SOURCE          TestInterface.cpp
       
    71 SOURCE          TestModuleIf.cpp
       
    72 SOURCE          StifTFwIfProt.cpp 
       
    73 SOURCE          TestModuleParameters.cpp 
       
    74 
       
    75 // ------- TestScripter's TestClass API -------
       
    76 USERINCLUDE     ../../TestScripter/inc
       
    77 SOURCEPATH      ../../TestScripter/src
       
    78 
       
    79 SOURCE          TestScripterInternal.cpp
       
    80 
       
    81 // ------- TestInterference -------
       
    82 USERINCLUDE     ../../TestInterference/inc
       
    83 SOURCEPATH      ../../TestInterference/src
       
    84 
       
    85 SOURCE          StifTestInterference.cpp
       
    86 
       
    87 // First UID is DLL UID, Second UID is STIF Test Framework UID
       
    88 UID             0x1000008D 0x101FB3DE
       
    89 
       
    90 // End of file