harvester/harvesterserver/group/harvesterserver.mmp
changeset 0 671dee74050a
child 1 6f2c1c46032b
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 
       
    19 TARGET            CPixHarvesterServer.exe
       
    20 TARGETTYPE        exe
       
    21 UID               0x0 0x2001F6FB
       
    22 EPOCSTACKSIZE     0x5000
       
    23 EPOCHEAPSIZE      0x50000 0x300000 // From about 65KB to about 3 MB
       
    24 
       
    25 SOURCEPATH        ../data
       
    26 START RESOURCE    2001F6FB.rss
       
    27 TARGETPATH        /private/101f875a/import
       
    28 END
       
    29 
       
    30 USERINCLUDE       ../inc
       
    31 USERINCLUDE       ../../../searchengine/cpix/cpix/inc/public //TODO: Needs to be changed
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 SOURCEPATH        ../src
       
    36 SOURCE            CHarvesterServer.cpp
       
    37 SOURCE            CHarvesterServerSession.cpp
       
    38 SOURCE			      CIndexingManager.cpp CBlacklistMgr.cpp CBlacklistDb.cpp 
       
    39 
       
    40 LIBRARY           euser.lib 
       
    41 LIBRARY			      estor.lib
       
    42 LIBRARY			      efsrv.lib
       
    43 LIBRARY           CPixSearchClient.lib
       
    44 LIBRARY			      CPixHarvesterPluginInterface.lib
       
    45 LIBRARY           edbms.lib
       
    46 
       
    47 // Logging
       
    48 LIBRARY           flogger.lib 
       
    49 VENDORID          0
       
    50 
       
    51 CAPABILITY        ALL -TCB -DRM -AllFiles
       
    52 
       
    53 // End of File