idlehomescreen/xmluirendering/renderingplugins/xntexteditorfactory/group/xntexteditorfactory.mmp
changeset 0 f72a12da539e
child 16 9674c1a575e9
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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:  Xuikon text editor plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include        <platform_paths.hrh>
       
    20 #include        <platform/mw/aisystemuids.hrh>
       
    21 
       
    22 TARGET          xn3texteditorfactory.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009d8d AI3_UID_RENDERING_PLUGIN_TEXTEDITORFACTORY
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src 
       
    30 SOURCE          xntexteditorfactory.cpp
       
    31 SOURCE          xntexteditor.cpp
       
    32 SOURCE          xntexteditoradapter.cpp
       
    33 SOURCE          xntexteditorpublisher.cpp
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../../inc
       
    37 USERINCLUDE     ../../../../inc
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY	        euser.lib  
       
    42 LIBRARY         eikcoctl.lib
       
    43 LIBRARY         eikctl.lib
       
    44 LIBRARY         form.lib
       
    45 LIBRARY         cone.lib
       
    46 LIBRARY         uiklaf.lib
       
    47 LIBRARY	        xn3layoutengine.lib
       
    48 LIBRARY	        xn3utils.lib
       
    49 LIBRARY         xn3domdocument.lib
       
    50 LIBRARY         avkon.lib
       
    51 LIBRARY         fepbase.lib
       
    52 LIBRARY	        peninputClient.lib
       
    53 LIBRARY         liwservicehandler.lib
       
    54 LIBRARY         charconv.lib
       
    55 LIBRARY         eikcore.lib
       
    56 LIBRARY         gdi.lib
       
    57 LIBRARY         etext.lib
       
    58 LIBRARY         aknskins.lib
       
    59    
       
    60 LANG            SC
       
    61 
       
    62 START RESOURCE  xn3texteditorfactory.rss
       
    63 #ifdef SYMBIAN_SECURE_ECOM
       
    64 TARGET xn3texteditorfactory.rsc
       
    65 #endif
       
    66 END
       
    67