searchfw/plugins/notessearchplugin/group/notessearchplugin.mmp
changeset 89 b57382753122
parent 0 f979ecb2b13e
equal deleted inserted replaced
83:5aadd1120515 89:b57382753122
       
     1 /*
       
     2 * Copyright (c) 2006 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 notessearchplugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform/app/searchcommon.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY 		CAP_ECOM_PLUGIN
       
    23 VENDORID		VID_DEFAULT
       
    24 TARGET          notessearchplugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 
       
    27 // ECom Dll recognition UID followed by the unique UID for this dll
       
    28 UID 			0x10009D8D  KSearchCClassNotes  
       
    29 
       
    30 
       
    31 
       
    32 // SOURCE
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          proxy.cpp
       
    35 SOURCE          notessearchplugin.cpp
       
    36 SOURCE          notessearcher.cpp
       
    37 SOURCE          notessearchpluginutils.cpp
       
    38 
       
    39 // USER INCLUDES 
       
    40 USERINCLUDE		../inc
       
    41 
       
    42 //SYSTEM INCLUDES
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 //RESOURCE
       
    46 START  RESOURCE ../data/notessearchplugin.rss
       
    47 TARGET          notessearchplugin.rsc
       
    48 END
       
    49      
       
    50 //RESOURCE
       
    51 START  RESOURCE ../data/notespluginsresource.rss
       
    52 HEADER
       
    53 TARGET          notespluginsresource.rsc
       
    54 LANGUAGE_IDS
       
    55 END
       
    56 
       
    57 
       
    58 
       
    59 // LIBRARIES
       
    60 LIBRARY         ws32.lib
       
    61 LIBRARY         cone.lib 
       
    62 LIBRARY			euser.lib
       
    63 LIBRARY			ecom.lib
       
    64 LIBRARY         charconv.lib 
       
    65 LIBRARY         efsrv.lib 
       
    66 LIBRARY         apparc.lib 
       
    67 LIBRARY         edbms.lib 
       
    68 LIBRARY         estor.lib 
       
    69 LIBRARY         bafl.lib 
       
    70 LIBRARY         searchutilities.lib
       
    71 LIBRARY         apgrfx.lib 
       
    72 
       
    73