fep/frontendprocessor/test/feps/TFEP4PlugIn.MMP
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET 		tfep4plugin.dll
       
    17 TARGETTYPE 	plugin
       
    18 UID			0x10009D8D 0x1028716D
       
    19 VENDORID 	0x70000001
       
    20 
       
    21 CAPABILITY 	All -Tcb
       
    22 
       
    23 SOURCEPATH		../feps
       
    24 SOURCE			pytable.cpp TFEP4.CPP TFEP4PlugIn.cpp
       
    25 USERINCLUDE		../feps
       
    26 
       
    27 APP_LAYER_SYSTEMINCLUDE 
       
    28 MW_LAYER_SYSTEMINCLUDE 
       
    29 OS_LAYER_SYSTEMINCLUDE 
       
    30 
       
    31 
       
    32 LIBRARY		euser.lib efsrv.lib estor.lib gdi.lib etext.lib fbscli.lib bitgdi.lib 
       
    33 LIBRARY		ws32.lib form.lib cone.lib fepbase.lib bafl.lib eikdlg.lib eikcoctl.lib eikctl.lib
       
    34 LIBRARY		ecom.lib
       
    35 LIBRARY		egul.lib	// for FontUtils, together with gulutil.h
       
    36 
       
    37 
       
    38 SOURCEPATH	../feps
       
    39 START RESOURCE	tfep4_ui.rss
       
    40 HEADER
       
    41 TARGETPATH	/resource/data
       
    42 lang		01 10
       
    43 END
       
    44 
       
    45 
       
    46 
       
    47 START RESOURCE tfep4plugin.rss
       
    48 TARGET tfep4plugin.rsc
       
    49 END
       
    50 
       
    51 
       
    52 
       
    53 SMPSAFE
       
    54 
       
    55 
       
    56 
       
    57