hs_app_idlefw/plugins/shortcutplugin/group/aiscutplugin.mmp
branchv5backport
changeset 43 690b4f151c12
equal deleted inserted replaced
36:3310c3399a08 43:690b4f151c12
       
     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
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform/mw/aiscutuids.hrh>
       
    21 
       
    22 //MACRO MY_DEBUG
       
    23 
       
    24 //#include "../../../inc/common/debug.h"
       
    25 //#define AI_ENABLE_RD_LOGGING
       
    26 #define AI_RD_LOG_TO_DEBUG_OUTPUT
       
    27 
       
    28 // Master flag for enabling xSP extensions
       
    29 #define AI_SCUTPLUGIN_XSP_EXTENSIONS
       
    30 
       
    31 TARGET                  hs_app_aiscutplugin.dll
       
    32 TARGETTYPE              PLUGIN
       
    33 UID                     0x10009D8D AI_UID_ECOM_DLL_CONTENTPUBLISHER_SCUTPLUGIN
       
    34 
       
    35 CAPABILITY              CAP_ECOM_PLUGIN
       
    36 VENDORID                VID_DEFAULT
       
    37 
       
    38 SOURCEPATH              ../src
       
    39 
       
    40 // xSP extension
       
    41 #ifdef AI_SCUTPLUGIN_XSP_EXTENSIONS
       
    42 SOURCE                  hs_app_caiscutengineext.cpp
       
    43 SOURCE                  hs_app_caiscutextserver.cpp
       
    44 SOURCE                  hs_app_caiscutextsession.cpp
       
    45 SOURCE                  hs_app_caiscutshortcutext.cpp
       
    46 SOURCE                  hs_app_PopupFSM.cpp
       
    47 SOURCE                  hs_app_cpopupeventhandler.cpp
       
    48 SOURCE                  hs_app_caiscutextdata.cpp
       
    49 SOURCE                  hs_app_caiscutextdatamodel.cpp
       
    50 SOURCE                  hs_app_aiscutfactoryext.cpp
       
    51 USERINCLUDE             .
       
    52 LIBRARY                 estor.lib
       
    53 #else
       
    54 SOURCE                  hs_app_aiscutfactory.cpp
       
    55 #endif
       
    56 
       
    57 SOURCE                  hs_app_caiscutplugin.cpp
       
    58 SOURCE                  hs_app_caiscutengine.cpp
       
    59 SOURCE                  hs_app_caiscutshortcut.cpp
       
    60 SOURCE                  hs_app_caiscutshortcutinfo.cpp
       
    61 SOURCE                  hs_app_caiscuttarget.cpp
       
    62 SOURCE                  hs_app_caiscuttargetapp.cpp
       
    63 SOURCE                  hs_app_caiscuttargetbkm.cpp
       
    64 SOURCE                  hs_app_caiscuttargethttp.cpp
       
    65 SOURCE                  hs_app_caiscuttargetkeylock.cpp
       
    66 SOURCE                  hs_app_caiscuttargetmessagingview.cpp
       
    67 SOURCE                  hs_app_caiscuttargetnewmsg.cpp
       
    68 SOURCE                  hs_app_caiscuttargetempty.cpp
       
    69 SOURCE                  hs_app_aiscuttargetshutter.cpp
       
    70 
       
    71 SOURCE                  hs_app_taiscutparser.cpp
       
    72 SOURCE                  hs_app_aidefaultshortcut.cpp
       
    73 SOURCE                  hs_app_aiscutappuidparser.cpp
       
    74 SOURCE                  hs_app_aiscutrepositorywatcher.cpp
       
    75 
       
    76 START RESOURCE          hs_app_aiscutplugin.rss
       
    77 TARGET                  hs_app_aiscutplugin.rsc
       
    78 END
       
    79 
       
    80 START RESOURCE          hs_app_aiscutpluginres.rss
       
    81 HEADER
       
    82 TARGET                  hs_app_aiscutpluginres.rsc
       
    83 TARGETPATH              RESOURCE_FILES_DIR
       
    84 LANGUAGE_IDS
       
    85 END
       
    86 
       
    87 START RESOURCE          hs_app_aiscuttexts.rss
       
    88 HEADER
       
    89 TARGET                  hs_app_aiscuttexts.rsc
       
    90 TARGETPATH              RESOURCE_FILES_DIR
       
    91 LANGUAGE_IDS
       
    92 END
       
    93 
       
    94 USERINCLUDE   ../../../inc/common
       
    95 USERINCLUDE             ../inc
       
    96 
       
    97 APP_LAYER_SYSTEMINCLUDE
       
    98 
       
    99 LIBRARY                 euser.lib
       
   100 LIBRARY                 cone.lib
       
   101 LIBRARY                 ecom.lib
       
   102 LIBRARY                 apparc.lib              // TApaTask
       
   103 LIBRARY                 apgrfx.lib              // CApaAppListNotifier
       
   104 LIBRARY                 viewcli.lib             // CVwsSessionWrapper
       
   105 LIBRARY                 ws32.lib                // RWsSession
       
   106 LIBRARY                 inetprotutil.lib        // TUriParser
       
   107 LIBRARY                 centralrepository.lib   // CRepository
       
   108 LIBRARY                 cenrepnotifhandler.lib  // CCenRepNotifyHandler
       
   109 LIBRARY                 msgs.lib                // Message Server
       
   110 LIBRARY                 muiu.lib                // MsvUiServiceUtilities
       
   111 LIBRARY                 sendui.lib              // Send UI
       
   112 LIBRARY                 egul.lib                // CGulIcon
       
   113 LIBRARY                 aknskins.lib            // AknsUtils
       
   114 LIBRARY                 charconv.lib            // CnvUtfConverter
       
   115 LIBRARY                 avkon.lib
       
   116 LIBRARY                 aknnotify.lib
       
   117 LIBRARY                 featmgr.lib
       
   118 LIBRARY                 hs_app_aiutils.lib
       
   119 LIBRARY                 fbscli.lib
       
   120 LIBRARY                 aknicon.lib
       
   121 LIBRARY                 favouritesengine.lib
       
   122 LIBRARY                 commonengine.lib        // For RConeResourceLoader
       
   123 LIBRARY                 platformenv.lib         // For PathInfo
       
   124 LIBRARY                 efsrv.lib
       
   125 LIBRARY                 bafl.lib
       
   126 LIBRARY                 imcm.lib 
       
   127 LIBRARY 				akncapserverclient.lib 	// Fastswap  
       
   128 #ifdef __WEB_WIDGETS
       
   129 LIBRARY                 widgetregistryclient.lib
       
   130 #endif
       
   131 LIBRARY                 keylockpolicyapi.lib
       
   132 LIBRARY			gfxtrans.lib
       
   133 LIBRARY			akntransitionutils.lib
       
   134 LIBRARY			gslauncher.lib
       
   135 
       
   136 // Debugging dependencies
       
   137 LIBRARY    flogger.lib
       
   138 
       
   139 // End of File.