os/persistentdata/persistentstorage/centralrepository/group/t_oomcenrepsrv.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2005-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 target 			t_oomcenrepsrv.exe
    17 targettype 		exe
    18 
    19 // This is only defined for OOM testing of caching functionality. 
    20 MACRO CACHE_OOM_TESTABILITY
    21 
    22 CAPABILITY AllFiles ReadDeviceData WriteDeviceData
    23 
    24 SMPSAFE
    25 
    26 MACRO CENTRAL_REPOSITORY_SERVER_TESTING
    27 
    28 UID 0 0x10202BE9
    29 
    30 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    31 OS_LAYER_LIBC_SYSTEMINCLUDE 
    32 userinclude		../include
    33 userinclude		../cenrepsrv
    34 userinclude		../common/inc
    35 
    36 SOURCEPATH	../test
    37 SOURCE		t_oomcenrepsrv.cpp
    38 SOURCEPATH 	../common/src
    39 SOURCE 		cregen.cpp datatype.cpp inifile.cpp panic.cpp heaprepos.cpp 
    40 SOURCEPATH 	../cenrepsrv
    41 SOURCE 		backup.cpp cachemgr.cpp clientrequest.cpp install.cpp obsrvr_noc.cpp srvres.cpp
    42 SOURCE 		rstrepos.cpp sessmgr.cpp sessnotf.cpp shrepos.cpp srvrepos_noc.cpp srvsess.cpp srvsubsess.cpp
    43 
    44 #if defined(__CENTREP_SERVER_MEMTEST__) || defined(__CENTREP_SERVER_PERFTEST__)
    45 SOURCE srvperf.cpp
    46 #endif
    47 
    48 LIBRARY euser.lib efsrv.lib charconv.lib estor.lib bsulinifile.lib bafl.lib
    49 LIBRARY abclient.lib
    50 LIBRARY estlib.lib
    51 LIBRARY t_cenrep_helper.lib
    52 #ifdef SYMBIAN_BAFL_SYSUTIL
    53 LIBRARY sysutil.lib
    54 #endif