hs_app_idlefw/plugins/mcsplugin/group/mcspluginsettings.mmp
changeset 48 0d4ac38889fc
parent 43 690b4f151c12
equal deleted inserted replaced
47:61e9ae0acf5f 48:0d4ac38889fc
       
     1 /*
       
     2 * Copyright (c) 2009 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:  Project definition file for project MCSPlugin settings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 #include "../data/hs_app_mcspluginuids.hrh"
       
    24 
       
    25 
       
    26 TARGET                  hs_app_mcspluginsettings.dll
       
    27 TARGETTYPE              PLUGIN
       
    28 UID                     0x10009D8D AI_UID_ECOM_DLL_SETTINGS_MCSPLUGIN
       
    29 
       
    30 CAPABILITY              CAP_ECOM_PLUGIN
       
    31 VENDORID                VID_DEFAULT
       
    32 
       
    33 SOURCEPATH              ../settings/src
       
    34 SOURCE                  hs_app_mcspluginsettings.cpp
       
    35 SOURCE                  hs_app_mcspluginsettingscontainer.cpp
       
    36 SOURCE                  hs_app_mcspluginsettingsmodel.cpp
       
    37 SOURCE                  hs_app_mcspluginsettingsapplist.cpp
       
    38 SOURCE                  hs_app_mcspluginsettingsbkmlist.cpp
       
    39 SOURCEPATH              ../commonsrc
       
    40 SOURCE                  hs_app_mcspluginwatcher.cpp
       
    41 
       
    42 USERINCLUDE             ../settings/inc
       
    43 USERINCLUDE             ../commoninc
       
    44 USERINCLUDE             ../data
       
    45 
       
    46 SOURCEPATH            ../data
       
    47 START RESOURCE          hs_app_mcspluginsettings.rss
       
    48 TARGET                  hs_app_mcspluginsettings.rsc
       
    49 END
       
    50 
       
    51 START RESOURCE          hs_app_mcspluginsettingsres.rss
       
    52 HEADER
       
    53 TARGET                  hs_app_mcspluginsettingsres.rsc
       
    54 TARGETPATH              RESOURCE_FILES_DIR
       
    55 LANGUAGE_IDS
       
    56 END
       
    57 
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 MW_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY                 euser.lib
       
    62 LIBRARY                 ecom.lib
       
    63 LIBRARY                 avkon.lib
       
    64 LIBRARY                 bafl.lib
       
    65 LIBRARY                 cone.lib
       
    66 LIBRARY                 efsrv.lib
       
    67 LIBRARY                 eikcoctl.lib
       
    68 LIBRARY                 eikcore.lib
       
    69 LIBRARY                 cdlengine.lib
       
    70 //LIBRARY                 centralrepository.lib
       
    71 LIBRARY                 cenrepnotifhandler.lib  // CCenRepNotifyHandler
       
    72 LIBRARY                 gsframework.lib         // For base classes
       
    73 LIBRARY                 gslistbox.lib           // For CGSListBoxItemTextArray
       
    74 LIBRARY                 gsecomplugin.lib
       
    75 LIBRARY                 commonengine.lib        // For RConeResourceLoader
       
    76 LIBRARY                 inetprotutil.lib        // For TUriParser
       
    77 //LIBRARY                 apgrfx.lib              // For RApaLsSession
       
    78 //LIBRARY                 apparc.lib              // For TApaAppInfo
       
    79 LIBRARY                 msgs.lib                // For Message Server
       
    80 LIBRARY                 platformenv.lib         // For PathInfo
       
    81 LIBRARY                 hlplch.lib              // for HlpLauncher
       
    82 LIBRARY                 featmgr.lib             // For feature manager
       
    83 LIBRARY                 favouritesengine.lib
       
    84 //LIBRARY                 javaregistryclient.lib  // For JavaRegistry
       
    85 #ifdef __WEB_WIDGETS
       
    86 //LIBRARY                 widgetregistryclient.lib
       
    87 #endif
       
    88 
       
    89 // Debugging dependencies
       
    90 //LIBRARY           flogger.lib
       
    91 LIBRARY         mcsmenu.lib
       
    92 LIBRARY         hspluginsettings.lib
       
    93 LIBRARY         hs_app_aiutils.lib
       
    94 
       
    95 // End of File.