harvesterplugins/messaging/email/group/emailplugin.mmp
changeset 2 208a4ba3894c
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        cpixemailplugin.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 0x20029b09 
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 SOURCE        cemailplugin.cpp
       
    29 SOURCE        tproxy.cpp
       
    30 
       
    31 USERINCLUDE   ../inc
       
    32 USERINCLUDE   ../qtemailfetcher
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 SYSTEMINCLUDE       /epoc32/include/ecom
       
    36 SYSTEMINCLUDE		/epoc32/include/mw/QtCore
       
    37 SYSTEMINCLUDE		/epoc32/include/stdapis
       
    38 SYSTEMINCLUDE		/epoc32/include/stdapis/sys
       
    39 SYSTEMINCLUDE		.
       
    40 SYSTEMINCLUDE		/epoc32/include/stdapis/stlport
       
    41 
       
    42 SOURCEPATH    ../data
       
    43 start RESOURCE 20029b09.rss
       
    44 target  cpixemailplugin.rsc
       
    45 end
       
    46 
       
    47 LIBRARY       euser.lib
       
    48 LIBRARY       ecom.lib
       
    49 LIBRARY       efsrv.lib
       
    50 LIBRARY       cpixharvesterplugininterface.lib
       
    51 LIBRARY       cpixsearchclient.lib
       
    52 LIBRARY       qtemailfetcher.lib
       
    53 LIBRARY       qtcore.lib
       
    54 
       
    55 OPTION CW -wchar_t on
       
    56 MACRO _WCHAR_T_DECLARED
       
    57 
       
    58 // For logging
       
    59 LIBRARY 	  flogger.lib 
       
    60 
       
    61 EXPORTUNFROZEN
       
    62