harvesterplugins/messaging/group/messageplugin.mmp
changeset 2 208a4ba3894c
parent 0 ccd0fd43f247
child 3 6832643895f7
equal deleted inserted replaced
0:ccd0fd43f247 2:208a4ba3894c
     1 /*
       
     2 * Copyright (c) 2010 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET        cpixmessageplugin.dll
       
    19 TARGETTYPE    PLUGIN
       
    20  
       
    21 #include          <platform_paths.hrh>
       
    22 CAPABILITY   CAP_GENERAL_DLL -AllFiles -DRM
       
    23 #include "../../../harvesterplugins/inc/s60performance.h"
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID           0x10009D8D 0x2001F701 
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 SOURCE        cmessageplugin.cpp
       
    29 SOURCE        cmessagedatahandler.cpp
       
    30 SOURCE        cmessageharvester.cpp
       
    31 SOURCE        cmessagemonitor.cpp
       
    32 SOURCE        tproxy.cpp
       
    33 
       
    34 USERINCLUDE   ../inc
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE /epoc32/include/ecom
       
    38 
       
    39 
       
    40 SOURCEPATH    ../data
       
    41 start RESOURCE 2001f701.rss
       
    42 target  cpixmessageplugin.rsc
       
    43 end
       
    44 
       
    45 LIBRARY       euser.lib
       
    46 LIBRARY       ecom.lib
       
    47 LIBRARY       efsrv.lib
       
    48 LIBRARY		  msgs.lib
       
    49 LIBRARY		  gsmu.lib
       
    50 LIBRARY       cpixharvesterplugininterface.lib
       
    51 LIBRARY       cpixsearchclient.lib
       
    52 LIBRARY		  charconv.lib
       
    53 LIBRARY		  imcm.lib // CImHeader, CImEmailMessage
       
    54 LIBRARY		  etext.lib // CParaFormatLayer etc
       
    55 
       
    56 // For logging
       
    57 LIBRARY 	  flogger.lib 
       
    58 
       
    59 EXPORTUNFROZEN
       
    60