searchfw/plugins/filesplugin/group/filesplugin.mmp
changeset 0 f979ecb2b13e
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 filesplugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform/app/searchcommon.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY      CAP_ECOM_PLUGIN
       
    24 VENDORID        VID_DEFAULT
       
    25 TARGET          filessearchplugin.dll
       
    26 
       
    27 TARGETTYPE      PLUGIN
       
    28 
       
    29 UID             0x10009D8D KSearchCClassFilenames 
       
    30 
       
    31 //RESOURCE
       
    32 START  RESOURCE ../data/filessearchplugin.rss
       
    33 TARGET          filessearchplugin.rsc
       
    34 END
       
    35 
       
    36 //RESOURCE
       
    37 START  RESOURCE ../data/filessearchresource.rss
       
    38 HEADER
       
    39 TARGET          filessearchresource.rsc
       
    40 LANGUAGE_IDS
       
    41 END
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          proxy.cpp
       
    45 SOURCE          filessearchplugin.cpp
       
    46 SOURCE          filessearcher.cpp
       
    47 
       
    48 USERINCLUDE     ../inc
       
    49 
       
    50 SYSTEMINCLUDE   /epoc32/include/ecom
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY       euser.lib
       
    54 LIBRARY       searchutilities.lib
       
    55 LIBRARY       ecom.lib
       
    56 LIBRARY       bafl.lib 
       
    57 LIBRARY       efsrv.lib 
       
    58 LIBRARY       estor.lib
       
    59 LIBRARY		  charconv.lib
       
    60 LIBRARY		  apgrfx.lib 
       
    61 LIBRARY		  apparc.lib 
       
    62 LIBRARY		  apmime.lib 
       
    63 LIBRARY		  commonengine.lib