menufw/menufwui/mmextensions/mmfolderuiextension/group/mmfolderuiextensionplugin.mmp
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2008 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 ui extension plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET        mmfolderuiextensionplugin.dll
       
    24 TARGETTYPE    PLUGIN
       
    25 UID 0x10009D8D 0x2001CB78
       
    26 
       
    27 CAPABILITY    CAP_ECOM_PLUGIN
       
    28 LANG	      SC
       
    29 
       
    30 SOURCEPATH    ../src
       
    31 SOURCE	      mmproxy.cpp
       
    32 SOURCE	      mmfolderuiextplugin.cpp
       
    33 SOURCE	      mmfoldercommand.cpp
       
    34 SOURCE        mmfoldercommandadd.cpp
       
    35 SOURCE        mmfoldercommanddelete.cpp
       
    36 SOURCE        mmfoldercommandrename.cpp
       
    37 SOURCE        mmmovetofoldercommand.cpp
       
    38 SOURCE        mmpluginsharedresources.cpp
       
    39 
       
    40 USERINCLUDE   ../inc
       
    41 USERINCLUDE   ../loc
       
    42 USERINCLUDE   ../../../../inc
       
    43 USERINCLUDE   ../../mmextensionmanager/inc
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 SOURCEPATH    ../data
       
    48 START RESOURCE mmfolderuiextensionplugin.rss
       
    49 HEADER
       
    50 TARGET        mmfolderuiextensionplugin.rsc
       
    51 TARGETPATH    ECOM_RESOURCE_DIR
       
    52 END
       
    53 
       
    54 SOURCEPATH		../data
       
    55 START RESOURCE mmfolderuiextplugin.rss
       
    56 HEADER
       
    57 TARGET         mmfolderuiextplugin.rsc
       
    58 TARGETPATH     APP_RESOURCE_DIR 
       
    59 LANGUAGE_IDS
       
    60 END //RESOURCE
       
    61 
       
    62 
       
    63 LIBRARY       euser.lib
       
    64 LIBRARY       ecom.lib 
       
    65 LIBRARY       liwservicehandler.lib     // CLiwGenericParamList
       
    66 LIBRARY       avkon.lib                 // CAknListQueryDialog
       
    67 LIBRARY       bafl.lib                  // CDesCArrayFlat
       
    68 LIBRARY       eikdlg.lib                // CEikDialog
       
    69 LIBRARY       commonengine.lib          // StringLoader
       
    70 LIBRARY       hnmetadatamodel.lib
       
    71 LIBRARY       hnutilities.lib
       
    72 LIBRARY       eikcoctl.lib
       
    73 LIBRARY       aknicon.lib
       
    74 LIBRARY       egul.lib
       
    75 LIBRARY       cone.lib
       
    76 LIBRARY       favouritesengine.lib
       
    77 LIBRARY       commondialogs.lib 
       
    78 LIBRARY       swinstcli.lib
       
    79 LIBRARY       sisregistryclient.lib
       
    80 LIBRARY       apgrfx.lib
       
    81 LIBRARY       ws32.lib
       
    82 LIBRARY       apparc.lib
       
    83 LIBRARY       widgetregistryclient.lib
       
    84 LIBRARY       featmgr.lib
       
    85 LIBRARY       mcsmenu.lib
       
    86 LIBRARY       estor.lib 
       
    87 
       
    88 #ifdef _MATRIX_MENU_TRACE_PERFORMANCE
       
    89 LIBRARY         flogger.lib
       
    90 #else
       
    91 DEBUGLIBRARY    flogger.lib
       
    92 #endif
       
    93 
       
    94 // End of file
       
    95