scrsaver/scrsaverplugins/SlideshowPlugin/group/SlideshowPlugin.mmp
changeset 14 8a173132b0aa
parent 2 058b1fc1663a
equal deleted inserted replaced
2:058b1fc1663a 14:8a173132b0aa
     1 /*
       
     2 * Copyright (c) 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:     Makefile for Screensaver Slideshow plugin 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <bldvariant.hrh>
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 TARGET     slideshowplugin.dll
       
    27 TARGETTYPE PLUGIN 
       
    28 UID        0x10009D8D 0x102823EC
       
    29 
       
    30 CAPABILITY CAP_ECOM_PLUGIN
       
    31 VENDORID   VID_DEFAULT
       
    32 
       
    33 START RESOURCE ../data/102823EC.rss 
       
    34 TARGET      slideshowplugin.rsc
       
    35 END
       
    36 
       
    37 START RESOURCE  ../data/SlideshowPlugin.rss
       
    38 HEADER
       
    39 TARGETPATH      RESOURCE_FILES_DIR
       
    40 LANGUAGE_IDS
       
    41 END  // RESOURCE
       
    42 
       
    43 
       
    44 /* exportunfrozen */ 
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 SOURCE          SlideshowPlugin.cpp
       
    48 SOURCE          SlideshowModel.cpp
       
    49 SOURCE          SlideshowSlide.cpp
       
    50 SOURCE          SlideshowSlideLoader.cpp
       
    51 SOURCE          SlideshowPluginUtils.cpp
       
    52 SOURCE          SlideshowPluginProxy.cpp
       
    53 
       
    54 USERINCLUDE     ../inc
       
    55 
       
    56 // This is a SYSTEMINCLUDE macro containing the middleware
       
    57 // layer specific include directories
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 
       
    61 LIBRARY ecom.lib 
       
    62 LIBRARY euser.lib
       
    63 LIBRARY fbscli.lib
       
    64 LIBRARY bitgdi.lib
       
    65 LIBRARY cone.lib 
       
    66 LIBRARY efsrv.lib 
       
    67 LIBRARY bafl.lib
       
    68 LIBRARY ws32.lib
       
    69 LIBRARY imageconversion.lib
       
    70 LIBRARY CentralRepository.lib
       
    71 LIBRARY CenRepNotifHandler.lib
       
    72 LIBRARY drmhelper.lib
       
    73 LIBRARY platformenv.lib
       
    74 LIBRARY AknSkinSrv.lib 
       
    75 LIBRARY ContentListingFramework.lib
       
    76 LIBRARY avkon.lib 
       
    77 LIBRARY eikdlg.lib
       
    78 LIBRARY eikcore.lib
       
    79 LIBRARY eikcoctl.lib
       
    80 
       
    81 // LIBRARY         AknLayout2.lib           // Scalable UI
       
    82 // LIBRARY         AknLayout2Scalable.lib   // Scalable UI
       
    83 // LIBRARY         CdlEngine.lib            // Scalable UI 
       
    84 // LIBRARY         apgrfx.lib
       
    85 // LIBRARY         apmime.lib 
       
    86 // LIBRARY         MGFetch.lib
       
    87 // LIBRARY         CommonEngine.lib 
       
    88 // LIBRARY         flogger.lib
       
    89 // LIBRARY         caf.lib
       
    90 // LIBRARY         cafutils.lib
       
    91 #ifdef __SERIES60_HELP
       
    92 // LIBRARY         hlplch.lib               // for "Help" options menu
       
    93 #endif // __SERIES60_HELP
       
    94 
       
    95 
       
    96 // End of File