harvesterplugins/file/group/fileplugin.mmp
changeset 0 ccd0fd43f247
child 2 208a4ba3894c
equal deleted inserted replaced
-1:000000000000 0:ccd0fd43f247
       
     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 TARGET        cpixfileplugin.dll
       
    19 TARGETTYPE    PLUGIN
       
    20  
       
    21 #include        <platform_paths.hrh>
       
    22 CAPABILITY   CAP_GENERAL_DLL -AllFiles -DRM
       
    23 #include "../../../harvesterplugins/inc/s60performance.h"
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID           0x10009D8D 0x2001F703 
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 SOURCE        tproxy.cpp
       
    29 SOURCE        cfileplugin.cpp
       
    30 SOURCE        cfileharvester.cpp
       
    31 SOURCE        cfolderrenamedharvester.cpp
       
    32 SOURCE        cfilemonitor.cpp
       
    33 SOURCE        cmmcmonitor.cpp
       
    34 
       
    35 USERINCLUDE   ../inc
       
    36 USERINCLUDE   ../inc/monitorplugin
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE /epoc32/include/ecom
       
    40 
       
    41 
       
    42 SOURCEPATH    ../data
       
    43 start RESOURCE 2001f703.rss
       
    44 target  cpixfileplugin.rsc
       
    45 end
       
    46 
       
    47 LIBRARY       euser.lib
       
    48 LIBRARY       ecom.lib
       
    49 LIBRARY       efsrv.lib
       
    50 LIBRARY       cpixharvesterplugininterface.lib
       
    51 LIBRARY       cpixsearchclient.lib
       
    52 LIBRARY       platformenv.lib // Path info
       
    53 
       
    54 // For logging
       
    55 LIBRARY       flogger.lib 
       
    56 
       
    57 EXPORTUNFROZEN