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