harvester/monitorplugins/messageplugin/group/messagemonitorplugin.mmp
changeset 0 c53acadfccc6
child 14 646a02f170b9
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2005-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
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 VERSION       10.0
       
    23 TARGET        MessageMonitorPlugin.dll
       
    24 TARGETTYPE    PLUGIN
       
    25 UID           0x10009D8D 0x102823C6
       
    26 
       
    27 CAPABILITY 	  CAP_ECOM_PLUGIN 
       
    28 VENDORID      VID_DEFAULT
       
    29 
       
    30 SOURCEPATH    ../src
       
    31 SOURCE        messagemonitorplugin.cpp
       
    32 SOURCE		  messagescannerao.cpp
       
    33 SOURCE        proxy.cpp
       
    34 
       
    35 USERINCLUDE   ../inc
       
    36 USERINCLUDE   ../../inc
       
    37 USERINCLUDE   ../../../server/inc
       
    38 USERINCLUDE   ../../../../inc
       
    39 USERINCLUDE   ../../../common/inc
       
    40 
       
    41 SYSTEMINCLUDE /epoc32/include/ecom
       
    42 
       
    43 SOURCEPATH     ../data
       
    44 start RESOURCE 102823c6.rss
       
    45 target MessageMonitorPlugin.rsc
       
    46 end
       
    47 
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 LIBRARY       euser.lib
       
    51 LIBRARY       ECom.lib
       
    52 
       
    53 LIBRARY       MonitorPluginInterface.lib
       
    54 LIBRARY       MdEClient.lib
       
    55 LIBRARY	      msgs.lib
       
    56 LIBRARY       harvesterdata.lib
       
    57 LIBRARY         efsrv.lib
       
    58 LIBRARY       platformenv.lib
       
    59 
       
    60 PAGED
       
    61 BYTEPAIRCOMPRESSTARGET
       
    62