idlefw/plugins/shortcutplugin/group/aiscutsettings.mmp
branchRCL_3
changeset 9 d0529222e3f0
parent 4 1a2a00e78665
child 10 5ef93ea513cb
child 18 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
     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:  Project definition file for project ShortcutPlugin settings
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 #include <platform/mw/aiscutuids.hrh>
       
    24 
       
    25 //#include "../../../inc/common/debug.h"
       
    26 //#define AI_ENABLE_RD_LOGGING
       
    27 #define AI_RD_LOG_TO_DEBUG_OUTPUT
       
    28 
       
    29 //MACRO MY_DEBUG
       
    30 
       
    31 TARGET                  aiscutsettings.dll
       
    32 TARGETTYPE              PLUGIN
       
    33 UID                     0x10009D8D AI_UID_ECOM_DLL_SETTINGS_SCUTPLUGIN
       
    34 
       
    35 CAPABILITY              CAP_ECOM_PLUGIN
       
    36 VENDORID                VID_DEFAULT
       
    37 
       
    38 SOURCEPATH              ../src
       
    39 SOURCE                  caiscutsettings.cpp
       
    40 SOURCE                  caiscutsettingsimplementationtable.cpp
       
    41 SOURCE                  caiscutsettingscontainer.cpp
       
    42 SOURCE                  caiscutsettingsmodel.cpp
       
    43 SOURCE                  caiscutsettingsitem.cpp
       
    44 SOURCE                  caiscutsettingsapplist.cpp
       
    45 SOURCE                  caiscutsettingsbkmlist.cpp
       
    46 
       
    47 SOURCE                  taiscutparser.cpp
       
    48 SOURCE                  aidefaultshortcut.cpp
       
    49 SOURCE                  aiscutappuidparser.cpp
       
    50 SOURCE                  aiscutrepositorywatcher.cpp
       
    51 
       
    52 START RESOURCE          aiscutsettings.rss
       
    53 TARGET                  aiscutsettings.rsc
       
    54 END
       
    55 
       
    56 START RESOURCE          aiscutsettingsres.rss
       
    57 HEADER
       
    58 TARGET                  aiscutsettingsres.rsc
       
    59 TARGETPATH              RESOURCE_FILES_DIR
       
    60 LANGUAGE_IDS
       
    61 END
       
    62 
       
    63 USERINCLUDE       ../../../inc/common
       
    64 USERINCLUDE             ../inc
       
    65 USERINCLUDE       ../../../inc
       
    66 
       
    67 APP_LAYER_SYSTEMINCLUDE
       
    68 
       
    69 LIBRARY                 euser.lib
       
    70 LIBRARY                 ecom.lib
       
    71 LIBRARY                 avkon.lib
       
    72 LIBRARY                 bafl.lib
       
    73 LIBRARY                 cone.lib
       
    74 LIBRARY                 efsrv.lib
       
    75 LIBRARY                 eikcoctl.lib
       
    76 LIBRARY                 eikcore.lib
       
    77 LIBRARY                 cdlengine.lib
       
    78 LIBRARY                 centralrepository.lib
       
    79 LIBRARY                 cenrepnotifhandler.lib  // CCenRepNotifyHandler
       
    80 LIBRARY                 gsframework.lib         // For base classes
       
    81 LIBRARY                 gslistbox.lib           // For CGSListBoxItemTextArray
       
    82 LIBRARY                 gsecomplugin.lib
       
    83 LIBRARY                 commonengine.lib        // For RConeResourceLoader
       
    84 LIBRARY                 inetprotutil.lib        // For TUriParser
       
    85 LIBRARY                 apgrfx.lib              // For RApaLsSession
       
    86 LIBRARY                 apparc.lib              // For TApaAppInfo
       
    87 LIBRARY                 msgs.lib                // For Message Server
       
    88 LIBRARY                 platformenv.lib         // For PathInfo
       
    89 LIBRARY                 hlplch.lib              // for HlpLauncher
       
    90 LIBRARY                 featmgr.lib             // For feature manager
       
    91 LIBRARY                 favouritesengine.lib
       
    92 LIBRARY                 javaregistryclient.lib  // For JavaRegistry
       
    93 #ifdef __WEB_WIDGETS
       
    94 LIBRARY                 widgetregistryclient.lib
       
    95 #endif
       
    96 
       
    97 // Debugging dependencies
       
    98 LIBRARY           flogger.lib
       
    99 
       
   100 // End of File.