searchfw/plugins/contactsplugin/group/contactsplugin.mmp
changeset 0 f979ecb2b13e
child 5 42814f902fe6
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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:   Project specification file of contactsplugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <platform/app/searchcommon.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 CAPABILITY      CAP_ECOM_PLUGIN
       
    25 VENDORID        VID_DEFAULT
       
    26 TARGET        contactssearchplugin.dll
       
    27 TARGETTYPE    PLUGIN
       
    28 UID           0x10009D8D KSearchCClassContacts
       
    29 
       
    30 //RESOURCE
       
    31 START  RESOURCE ../data/contactssearchplugin.rss
       
    32 TARGET          contactssearchplugin.rsc
       
    33 END
       
    34 
       
    35 //RESOURCE
       
    36 START  RESOURCE ../data/contactssearchresource.rss
       
    37 HEADER
       
    38 TARGET          contactssearchresource.rsc
       
    39 LANGUAGE_IDS
       
    40 END
       
    41 
       
    42 SOURCEPATH    ../src
       
    43 SOURCE        proxy.cpp
       
    44 SOURCE        contactssearchplugin.cpp
       
    45 SOURCE        contactssearcher.cpp
       
    46 
       
    47 
       
    48 USERINCLUDE   ../inc
       
    49 SYSTEMINCLUDE   /epoc32/include/ecom
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 
       
    53 LIBRARY       euser.lib
       
    54 LIBRARY       searchutilities.lib
       
    55 LIBRARY       ecom.lib
       
    56 LIBRARY       efsrv.lib 
       
    57 LIBRARY       estor.lib
       
    58 LIBRARY		  charconv.lib
       
    59 LIBRARY		  cone.lib 
       
    60 LIBRARY	      vpbkeng.lib
       
    61 LIBRARY	      viewcli.lib
       
    62 LIBRARY	      pbk2commonui.lib
       
    63 LIBRARY       apparc.lib
       
    64 LIBRARY       eikcore.lib  
       
    65 LIBRARY       eikcoctl.lib
       
    66 LIBRARY       avkon.lib  
       
    67 LIBRARY       bafl.lib
       
    68 LIBRARY       eikctl.lib
       
    69 LIBRARY       flogger.lib
       
    70 LIBRARY       featmgr.lib
       
    71