harvesterplugins/notes/group/notesplugin.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 
       
    19 TARGET        cpixnotesplugin.dll
       
    20 TARGETTYPE    PLUGIN 
       
    21 
       
    22 CAPABILITY   CAP_GENERAL_DLL -AllFiles -DRM
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID           0x10009D8D 0x2001A9D8 
       
    26 
       
    27 #include "../../../harvesterplugins/inc/s60performance.h"
       
    28 
       
    29 SOURCEPATH    ../src
       
    30 SOURCE        notesplugin.cpp
       
    31 SOURCE        tproxy.cpp
       
    32 
       
    33 USERINCLUDE   ../inc
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 SYSTEMINCLUDE /epoc32/include/ecom
       
    37 
       
    38 SOURCEPATH    ../data
       
    39 start RESOURCE 2001a9d8.rss
       
    40 target  cpixnotesplugin.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 LIBRARY       centralrepository.lib
       
    50 
       
    51 
       
    52 // For logging
       
    53 LIBRARY 	  flogger.lib 
       
    54 
       
    55 EXPORTUNFROZEN
       
    56 
       
    57