idlehomescreen/xmluirendering/renderingplugins/xnnewstickerfactory/group/xnnewstickerfactory.mmp
changeset 0 f72a12da539e
child 2 08c6ee43b396
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include        <platform/mw/aisystemuids.hrh>
       
    21 
       
    22 TARGET          xn3newstickerfactory.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009d8d AI3_UID_RENDERING_PLUGIN_NEWSTICKERFACTORY
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src 
       
    30 SOURCE          xnnewstickerfactory.cpp
       
    31 SOURCE          xnnewsticker.cpp
       
    32 SOURCE          xnnewstickeradapter.cpp
       
    33 SOURCE          xnnewstickercontrol.cpp
       
    34 SOURCE          xnnewstickersvgcontrol.cpp
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../../inc
       
    38 USERINCLUDE     ../../../../inc
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY         euser.lib  
       
    43 LIBRARY         cone.lib
       
    44 LIBRARY         gdi.lib
       
    45 LIBRARY         egul.lib
       
    46 LIBRARY         charconv.lib
       
    47 LIBRARY         aknskins.lib
       
    48 LIBRARY         xn3layoutengine.lib
       
    49 LIBRARY         xn3utils.lib
       
    50 LIBRARY         xn3domdocument.lib
       
    51 LIBRARY         avkon.lib
       
    52 LIBRARY         fbscli.lib
       
    53 LIBRARY         bitgdi.lib
       
    54 LIBRARY         aknicon.lib
       
    55 LIBRARY         svgengine.lib
       
    56 
       
    57 LANG            SC
       
    58 START RESOURCE  xn3newstickerfactory.rss
       
    59 #ifdef SYMBIAN_SECURE_ECOM
       
    60 TARGET xn3newstickerfactory.rsc
       
    61 #endif
       
    62 END