idlehomescreen/xmluirendering/renderingplugins/xnanimationfactory/group/xnanimationfactory.mmp
changeset 4 4d54b72983ae
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
       
     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:  Xuikon Animation plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include  <platform/mw/aisystemuids.hrh>
       
    21 
       
    22 TARGET          xn3animationfactory.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009d8d AI3_UID_RENDERING_PLUGIN_ANIMATIONFACTORY
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src 
       
    30 SOURCE          xnanimationfactory.cpp
       
    31 SOURCE          xnanimation.cpp
       
    32 SOURCE          xnanimationadapter.cpp 
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../../inc
       
    36 USERINCLUDE     ../../../../inc
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY	        euser.lib  
       
    40 LIBRARY         cone.lib
       
    41 LIBRARY	        xn3layoutengine.lib
       
    42 LIBRARY	        xn3utils.lib
       
    43 LIBRARY         avkon.lib
       
    44 LIBRARY         aknskins.lib 
       
    45 
       
    46 LANG            SC
       
    47 
       
    48 START RESOURCE  xn3animationfactory.rss
       
    49 #ifdef SYMBIAN_SECURE_ECOM
       
    50 TARGET xn3animationfactory.rsc
       
    51 #endif
       
    52 END