persistentstorage/centralrepository/group/T_CenRepTrans.mmp
changeset 0 08ec8eefde2f
child 55 44f437012c90
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     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 // This is only defined for OOM testing of caching functionality. 
       
    17 MACRO CACHE_OOM_TESTABILITY
       
    18 
       
    19 CAPABILITY AllFiles
       
    20 VENDORID 0x70000001
       
    21 
       
    22 SMPSAFE
       
    23 
       
    24 #define __INCLUDE_CAPABILITY_NAMES__
       
    25 
       
    26 TARGET		t_cenreptrans.exe
       
    27 TARGETTYPE	exe
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 OS_LAYER_LIBC_SYSTEMINCLUDE 
       
    31 
       
    32 USERINCLUDE	../include
       
    33 USERINCLUDE	../cenrepsrv
       
    34 USERINCLUDE	../common/inc
       
    35 
       
    36 SOURCEPATH	../test
       
    37 SOURCE	T_CenRepTrans.cpp
       
    38 
       
    39 SOURCEPATH	../cenrepsrv
       
    40 SOURCE 	cachemgr.cpp 
       
    41 SOURCE 	shrepos.cpp 
       
    42 SOURCE 	sessnotf.cpp
       
    43 SOURCE  clientrequest.cpp rstrepos.cpp
       
    44 SOURCE 	obsrvr_noc.cpp srvrepos_noc.cpp srvres.cpp
       
    45 SOURCEPATH ../common/src
       
    46 SOURCE cregen.cpp datatype.cpp inifile.cpp panic.cpp heaprepos.cpp 
       
    47 
       
    48 LIBRARY		euser.lib 
       
    49 LIBRARY		efsrv.lib 
       
    50 LIBRARY		charconv.lib
       
    51 LIBRARY		estor.lib
       
    52 LIBRARY		bafl.lib
       
    53 LIBRARY		bsulinifile.lib
       
    54 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    55 LIBRARY 	sysutil.lib
       
    56 #endif
       
    57 LIBRARY		estlib.lib
       
    58 LIBRARY		t_cenrep_helper.lib
       
    59 
       
    60