harvesterplugins/contacts/group/contactsplugin.mmp
changeset 0 ccd0fd43f247
child 2 208a4ba3894c
equal deleted inserted replaced
-1:000000000000 0:ccd0fd43f247
       
     1 /*
       
     2 * Copyright (c) 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET        cpixcontactsplugin.dll
       
    19 TARGETTYPE    PLUGIN
       
    20  
       
    21 #include        <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY   CAP_GENERAL_DLL -AllFiles -DRM
       
    24 #include "../../../harvesterplugins/inc/s60performance.h"
       
    25 // ECom Dll recognition UID followed by the unique UID for this dll
       
    26 UID           0x10009D8D 0x2001F702 
       
    27 
       
    28 SOURCEPATH    ../src
       
    29 SOURCE        ccontactsplugin.cpp
       
    30 SOURCE        tproxy.cpp
       
    31 
       
    32 USERINCLUDE   ../inc
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 SYSTEMINCLUDE /epoc32/include/ecom
       
    36 
       
    37 SOURCEPATH    ../data
       
    38 start RESOURCE 2001f702.rss
       
    39 target  cpixcontactsplugin.rsc
       
    40 end
       
    41 
       
    42 LIBRARY       euser.lib
       
    43 LIBRARY       ecom.lib
       
    44 LIBRARY       efsrv.lib
       
    45 LIBRARY       cntmodel.lib
       
    46 LIBRARY       cpixharvesterplugininterface.lib
       
    47 LIBRARY       cpixsearchclient.lib
       
    48 
       
    49 
       
    50 // For logging
       
    51 LIBRARY 	  flogger.lib 
       
    52 
       
    53 EXPORTUNFROZEN
       
    54 
       
    55