harvester/harvesterserver/group/harvesterserver.mmp
changeset 8 6547bf8ca13a
parent 7 a5fbfefd615f
child 11 7c6f43cd91cf
equal deleted inserted replaced
7:a5fbfefd615f 8:6547bf8ca13a
     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
       
    32 USERINCLUDE       ../traces
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SOURCEPATH        ../src
       
    37 SOURCE            CHarvesterServer.cpp
       
    38 SOURCE            CHarvesterServerSession.cpp
       
    39 SOURCE			  CIndexingManager.cpp 
       
    40 SOURCE			  CBlacklistMgr.cpp 
       
    41 SOURCE			  CBlacklistDb.cpp 
       
    42 SOURCE			  ccontentinfodb.cpp 
       
    43 SOURCE			  contentinfomgr.cpp 
       
    44 SOURCE			  ccontentinfo.cpp 
       
    45 
       
    46 LIBRARY           euser.lib 
       
    47 LIBRARY			  estor.lib
       
    48 LIBRARY			  efsrv.lib
       
    49 LIBRARY           CPixSearchClient.lib
       
    50 LIBRARY			  CPixHarvesterPluginInterface.lib
       
    51 LIBRARY           edbms.lib
       
    52 LIBRARY           sqldb.lib
       
    53 LIBRARY           centralrepository.lib
       
    54 
       
    55 // Logging
       
    56 LIBRARY           flogger.lib 
       
    57 VENDORID          0
       
    58 
       
    59 CAPABILITY        ALL -TCB -DRM -AllFiles
       
    60 
       
    61 // End of File