scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group/ScreenSaverAnimPlugin.mmp
changeset 14 8a173132b0aa
parent 2 058b1fc1663a
equal deleted inserted replaced
2:058b1fc1663a 14:8a173132b0aa
     1 /*
       
     2 * Copyright (c) 2005 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 Screen Saver Anim 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          ScreenSaverAnimPlugin.dll
       
    27 
       
    28 
       
    29 TARGETTYPE      PLUGIN 
       
    30 
       
    31 UID             0x10009D8D 0x10207447
       
    32 
       
    33 CAPABILITY      CAP_ECOM_PLUGIN
       
    34 VENDORID        VID_DEFAULT
       
    35 
       
    36 START RESOURCE ../data/10207447.rss 
       
    37 TARGET      ScreenSaverAnimPlugin.rsc
       
    38 END
       
    39 
       
    40 START RESOURCE  ../data/ScreenSaverAnimPlugin.rss
       
    41 HEADER
       
    42 TARGETPATH      RESOURCE_FILES_DIR
       
    43 LANGUAGE_IDS
       
    44 END  // RESOURCE
       
    45 
       
    46 
       
    47 /* exportunfrozen */ 
       
    48 
       
    49 SOURCEPATH      ../src
       
    50 SOURCE          ScreenSaverAnimPlugin.cpp
       
    51 SOURCE          ScreenSaverAnimPluginProxy.cpp
       
    52 SOURCE          NpnImplementation.cpp
       
    53 SOURCE          ScreenSaverAnimPluginContainer.cpp
       
    54 SOURCE          ScreenSaverAnimSettingDialog.cpp
       
    55 SOURCE          ScreenSaverAnimPluginHelper.cpp
       
    56 
       
    57 
       
    58 
       
    59 USERINCLUDE     ../inc
       
    60 
       
    61 // This is a SYSTEMINCLUDE macro containing the middleware
       
    62 // layer specific include directories
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 
       
    66 LIBRARY         ecom.lib 
       
    67 LIBRARY         euser.lib
       
    68 LIBRARY         eikcore.lib
       
    69 LIBRARY         cone.lib 
       
    70 LIBRARY         efsrv.lib 
       
    71 LIBRARY         bafl.lib
       
    72 LIBRARY         CentralRepository.lib
       
    73 LIBRARY         CenRepNotifHandler.lib
       
    74 LIBRARY         drmhelper.lib
       
    75 LIBRARY         aknicon.lib              // AknIconUtils 
       
    76 LIBRARY         AknLayout2.lib           // Scalable UI
       
    77 LIBRARY         AknLayout2Scalable.lib   // Scalable UI
       
    78 LIBRARY         AknSkins.lib 
       
    79 LIBRARY         CdlEngine.lib            // Scalable UI 
       
    80 LIBRARY         avkon.lib 
       
    81 LIBRARY         apgrfx.lib
       
    82 LIBRARY         apmime.lib 
       
    83 LIBRARY         MGFetch.lib
       
    84 LIBRARY         eikcoctl.lib
       
    85 LIBRARY         CommonEngine.lib 
       
    86 LIBRARY         eikdlg.lib
       
    87 LIBRARY         flogger.lib
       
    88 LIBRARY         caf.lib
       
    89 LIBRARY         cafutils.lib
       
    90 #ifdef __SERIES60_HELP
       
    91 LIBRARY         hlplch.lib               // for "Help" options menu
       
    92 #endif // __SERIES60_HELP
       
    93 
       
    94 
       
    95 // End of File