harvester/pluginfw/group/cpixharvesterplugininterface.mmp
changeset 0 671dee74050a
equal deleted inserted replaced
-1:000000000000 0:671dee74050a
       
     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 // CPixSearchHarvesterPluginInterface.mmp
       
    19 //#include        <domain/osextensions/platform_paths.hrh>
       
    20 
       
    21 CAPABILITY    CAP_GENERAL_DLL -AllFiles -DRM
       
    22 
       
    23 TARGET        CPixHarvesterPluginInterface.dll
       
    24 TARGETTYPE    dll
       
    25 UID           0x1000008D 0x2001F700
       
    26 
       
    27 USERINCLUDE   ../inc
       
    28 
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 SYSTEMINCLUDE /Epoc32/include/ecom
       
    31 
       
    32 SOURCEPATH    ../src
       
    33 SOURCE        CIndexingPlugin.cpp 
       
    34 SOURCE		  DelayedCallback.cpp
       
    35 
       
    36 LIBRARY       euser.lib
       
    37 LIBRARY       ECOM.LIB
       
    38 LIBRARY       estor.lib
       
    39 LIBRARY       charconv.lib 
       
    40 LIBRARY       bafl.lib
       
    41 LIBRARY       efsrv.lib
       
    42 
       
    43 LIBRARY       CPixSearchClient.lib
       
    44 
       
    45 // For loggin
       
    46 LIBRARY flogger.lib
       
    47 
       
    48 nostrictdef
       
    49