svgtviewer/SvgtViewerPlugin/Group/SVGTScreenSaverPlugin.mmp
branchRCL_3
changeset 20 5fd161fa28b6
parent 0 632761c941a7
equal deleted inserted replaced
17:e52958d06c29 20:5fd161fa28b6
       
     1 /*
       
     2 * Copyright (c) 2005, 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:  This is the .mmp for building the Svg Screen Saver Plugin 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          SVGTScreenSaverPlugin.dll
       
    23 
       
    24 TARGETTYPE PLUGIN 
       
    25 
       
    26 /* exportunfrozen */
       
    27 
       
    28 UID             0x10009D8D 0x102071E7
       
    29 
       
    30 CAPABILITY      CAP_ECOM_PLUGIN
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 // This is a SYSTEMINCLUDE macro containing the applications
       
    34 // layer specific include directories
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 START RESOURCE ../data/102071E7.rss 
       
    38 HEADER
       
    39 TARGET      SVGTScreenSaverPlugin.rsc
       
    40 END
       
    41 
       
    42 /* exportunfrozen */
       
    43 
       
    44 SOURCEPATH      ../ScreenSaverPluginSrc
       
    45 SOURCE          SvgRenderFrameControl.cpp
       
    46 SOURCE          SvgRenderFrameTimer.cpp
       
    47 SOURCE          SvgScreenSaver.cpp
       
    48 SOURCE          Svgtplugin.cpp
       
    49 SOURCE          Svgtplugindllapi.cpp
       
    50 SOURCE          Svgtpluginmain.cpp
       
    51 
       
    52 
       
    53 
       
    54 USERINCLUDE     ../ScreenSaverPluginInc
       
    55 
       
    56 
       
    57 SYSTEMINCLUDE   .
       
    58 SYSTEMINCLUDE   /epoc32/include/libc
       
    59 SYSTEMINCLUDE   /epoc32/include/ecom
       
    60 
       
    61 LIBRARY         svgengine.lib
       
    62 LIBRARY         ecom.lib 
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         gdi.lib 
       
    65 LIBRARY         fbscli.lib 
       
    66 LIBRARY         cone.lib 
       
    67 LIBRARY         efsrv.lib 
       
    68 LIBRARY         avkon.lib 
       
    69 LIBRARY         SVGTUIControl.lib 
       
    70 LIBRARY         SVGTAppObserverUtil.lib
       
    71 
       
    72 DEBUGLIBRARY    flogger.lib
       
    73 
       
    74 LANGUAGE_IDS
       
    75 
       
    76 #if defined(ARMCC)
       
    77 deffile ../EABI/ 
       
    78 #elif defined(WINSCW)
       
    79 deffile ../BWINSCW/ 
       
    80 #endif
       
    81 
       
    82 // End of File
       
    83