stif/TestCombiner/group/TestCombiner.mmp
changeset 36 813b186005b6
parent 30 86a2e675b80a
child 41 838cdffd57ce
equal deleted inserted replaced
30:86a2e675b80a 36:813b186005b6
     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 TestCombiner.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 SMPSAFE
       
    21 
       
    22 TARGET      	testcombiner.dll
       
    23 TARGETTYPE  	dll
       
    24 
       
    25 CAPABILITY	ALL -TCB
       
    26 VENDORID 	0x101FB657
       
    27 SECUREID        0x102073DF
       
    28 
       
    29 DEFFILE     	testcombiner.def
       
    30 
       
    31 LIBRARY     	euser.lib
       
    32 LIBRARY		stiftestinterface.lib
       
    33 LIBRARY		stiftestserver.lib
       
    34 LIBRARY         efsrv.lib 
       
    35 LIBRARY         stiftestengine.lib
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../../inc
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 SOURCEPATH      ../src
       
    43 
       
    44 SOURCE          TestCombiner.cpp 
       
    45 SOURCE          TestCombinerUtils.cpp 
       
    46 SOURCE          TestCase.cpp 
       
    47 SOURCE          TestCaseNotify.cpp 
       
    48 SOURCE          TestKeywords.cpp
       
    49 //--PYTHON-- begin
       
    50 SOURCE          StifPythonFunComb.cpp
       
    51 //--PYTHON-- end
       
    52 
       
    53 // First UID is DLL UID, Second UID is STIF Test Framework UID
       
    54 UID             0x1000008D 0x101FB3E7// End of File