persistentstorage/centralrepository/group/cenrepsrv.mmp
changeset 0 08ec8eefde2f
child 55 44f437012c90
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 EPOCFIXEDPROCESS
       
    18 // Increase heap size to allow messaging tests to pass
       
    19 EPOCHEAPSIZE         0x1000 0x200000
       
    20 
       
    21 TARGET centralrepositorysrv.exe
       
    22 TARGETTYPE exe
       
    23 
       
    24 #define __INCLUDE_CAPABILITY_NAMES__
       
    25 
       
    26 // When macro defined trace messages are compiled in and sent to RDebug
       
    27 // Must always be disabled before submitting to the MCL. See log.h
       
    28 //
       
    29 // MACRO CENTREP_TRACE
       
    30 //
       
    31 // Enhanced debug printing tracing all messages into and out of the 
       
    32 // CR server (lots of debug statements, do not uncomment unless you
       
    33 // you really need this level of tracing).
       
    34 // MACRO SRVSUBSESS_TRACE
       
    35 
       
    36 CAPABILITY ProtServ
       
    37 
       
    38 VENDORID 0x70000001
       
    39 
       
    40 SMPSAFE
       
    41 
       
    42 UID 0 0x10202BE9
       
    43 
       
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    45 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    46 USERINCLUDE ../include ../common/inc ../cenrepsrv
       
    47 
       
    48 SOURCEPATH ../cenrepsrv
       
    49 SOURCE backup.cpp cachemgr.cpp clientrequest.cpp install.cpp main.cpp obsrvr_noc.cpp rstrepos.cpp srvres.cpp
       
    50 SOURCE sessmgr.cpp sessnotf.cpp shrepos.cpp srvrepos_noc.cpp srvsess.cpp srvsubsess.cpp
       
    51 
       
    52 #if defined(__CENTREP_SERVER_MEMTEST__) || defined(__CENTREP_SERVER_PERFTEST__)
       
    53 SOURCE srvperf.cpp
       
    54 #endif
       
    55 
       
    56 SOURCEPATH ../common/src
       
    57 SOURCE datatype.cpp inifile.cpp cregen.cpp heaprepos.cpp panic.cpp
       
    58 
       
    59 LIBRARY euser.lib efsrv.lib charconv.lib estor.lib bafl.lib bsulinifile.lib
       
    60 LIBRARY abclient.lib
       
    61 LIBRARY estlib.lib
       
    62 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    63 LIBRARY sysutil.lib
       
    64 #endif