stif/StifTFwIf/group/StifTFwIf.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 StifTfIf module.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 SMPSAFE
       
    21 
       
    22 TARGET      		StifTFwIf.dll
       
    23 TARGETTYPE  		dll
       
    24 
       
    25 
       
    26 CAPABILITY		ALL -TCB
       
    27 VENDORID 		0x101FB657
       
    28 SECUREID        0x102073DE
       
    29 
       
    30 
       
    31 DEFFILE     		StifTFwIf.def
       
    32 
       
    33 
       
    34 UID			0x1000007a
       
    35 
       
    36 USERINCLUDE     	../inc
       
    37 USERINCLUDE     	../../inc
       
    38 
       
    39 OS_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SOURCEPATH      	../src
       
    42 
       
    43 SOURCE          	StifTFwIf.cpp 
       
    44 SOURCE          	UIEngine.cpp
       
    45 SOURCE	    	    	UIEngineContainer.cpp
       
    46 SOURCE	    	    	UIEngineRunner.cpp
       
    47 SOURCE	    	    	UIEnginePrinter.cpp
       
    48 SOURCE	    	    	UIEngineError.cpp
       
    49 SOURCE	    	    	UIEngineEvent.cpp
       
    50 SOURCE	    	    	UIEngineRemote.cpp
       
    51 SOURCE	    	    	UIStore.cpp
       
    52 SOURCE	    	    	UIStoreContainer.cpp
       
    53 SOURCE	    	    	UIStorePopup.cpp
       
    54 
       
    55 LIBRARY			euser.lib
       
    56 LIBRARY     	   	stiftestengine.lib
       
    57 LIBRARY 		stiftestinterface.lib
       
    58 LIBRARY             	efsrv.lib
       
    59 
       
    60 
       
    61 // End of File