testexecfw/stf/stfext/testlibplugins/filelibplugin/group/stffiletestlibplugin.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: 
       
    15 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 SMPSAFE
       
    19 TARGET		  stffiletestlibplugin.dll
       
    20 TARGETTYPE	  dll
       
    21 UID			 0x1000008d 0x2002BC96
       
    22 
       
    23 USERINCLUDE	 ..\inc
       
    24 
       
    25 OS_LAYER_SYSTEMINCLUDE
       
    26 SOURCEPATH	  ..\src
       
    27 
       
    28 SOURCE		  stffiletestlibplugin.cpp
       
    29 
       
    30 
       
    31 
       
    32 
       
    33 //EXPORTUNFROZEN
       
    34 DEFFILE         stffiletestlibplugin.def
       
    35 
       
    36 
       
    37 LIBRARY		 euser.lib
       
    38 LIBRARY	     efsrv.lib
       
    39 CAPABILITY	ALL -TCB
       
    40 
       
    41