harvesterplugins/calendar/group/calendarplugin.mmp
changeset 0 ccd0fd43f247
child 2 208a4ba3894c
equal deleted inserted replaced
-1:000000000000 0:ccd0fd43f247
       
     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        cpixcalendarplugin.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 0x2001F704 
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 SOURCE        ccalendarplugin.cpp
       
    29 SOURCE        tproxy.cpp
       
    30 
       
    31 USERINCLUDE   ../inc
       
    32 
       
    33 APP_LAYER_SYSTEMINCLUDE
       
    34 SYSTEMINCLUDE /epoc32/include/ecom
       
    35 // CleanupResetAndDestroyPushL
       
    36 SYSTEMINCLUDE /epoc32/include/mmf/common
       
    37 
       
    38 SOURCEPATH    ../data
       
    39 start RESOURCE 2001f704.rss
       
    40 target  cpixcalendarplugin.rsc
       
    41 end
       
    42 
       
    43 LIBRARY       euser.lib
       
    44 LIBRARY       ecom.lib
       
    45 LIBRARY       efsrv.lib
       
    46 LIBRARY       calinterimapi.lib
       
    47 LIBRARY       cpixharvesterplugininterface.lib
       
    48 LIBRARY       cpixsearchclient.lib
       
    49 
       
    50 
       
    51 // For logging
       
    52 LIBRARY 	  flogger.lib 
       
    53 
       
    54 EXPORTUNFROZEN
       
    55 
       
    56