harvester/server/group/harvesterserver.mmp
changeset 0 c53acadfccc6
child 3 6752808b2036
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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 definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 VERSION           10.0
       
    23 TARGET            harvesterserver.exe
       
    24 TARGETTYPE        exe
       
    25 UID               0x0 0x200009F5
       
    26 
       
    27 EPOCSTACKSIZE     0x14000
       
    28 #ifdef WINS
       
    29 EPOCHEAPSIZE      0x200 0x1400000
       
    30 #else
       
    31 EPOCHEAPSIZE      0x400 0x2800000
       
    32 #endif
       
    33 
       
    34 CAPABILITY        CAP_SERVER DiskAdmin AllFiles WriteDeviceData
       
    35 VENDORID          VID_DEFAULT
       
    36 
       
    37 SYSTEMINCLUDE     /epoc32/include/ecom
       
    38 SYSTEMINCLUDE     /epoc32/include/connect
       
    39 
       
    40 USERINCLUDE       ../../../inc
       
    41 USERINCLUDE       ../../common/inc
       
    42 USERINCLUDE       ../inc
       
    43 USERINCLUDE       ../../monitorplugins/inc
       
    44 
       
    45 SOURCEPATH        ../src
       
    46 SOURCE		harvesterserver.cpp
       
    47 SOURCE      harvesterserversession.cpp
       
    48 SOURCE      harvesterqueue.cpp
       
    49 SOURCE      harvesterao.cpp
       
    50 SOURCE      reharvesterao.cpp
       
    51 SOURCE		backupsubscriber.cpp
       
    52 SOURCE		ondemandao.cpp
       
    53 SOURCE		mdsactivescheduler.cpp
       
    54 SOURCE		mdeobjecthandler.cpp
       
    55 SOURCE		unmounthandlerao.cpp
       
    56 SOURCE 		restorewatcher.cpp
       
    57 SOURCE      harvesteroomao.cpp
       
    58 SOURCE      pauseobserverao.cpp
       
    59 SOURCE    harvestershutdownobserver.cpp
       
    60 
       
    61 MW_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 LIBRARY           euser.lib
       
    64 LIBRARY           ecom.lib
       
    65 LIBRARY		      efsrv.lib
       
    66 LIBRARY           contextengine.lib
       
    67 LIBRARY           mdeclient.lib
       
    68 LIBRARY           monitorplugininterface.lib
       
    69 LIBRARY           composerplugininterface.lib
       
    70 LIBRARY		      harvesterdata.lib
       
    71 LIBRARY           harvestercommon.lib
       
    72 LIBRARY		      locationmanager.lib
       
    73 LIBRARY           platformenv.lib 
       
    74 
       
    75 UNPAGED
       
    76 
       
    77 OPTION ARMCC -O3 -OTime
       
    78 
       
    79 EPOCPROCESSPRIORITY background