persistentstorage/centralrepository/group/t_cenrep_cache.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 UID 0x101FB5A8 0x10202BE9
       
    27 
       
    28 TARGET		t_cenrep_cache.exe
       
    29 TARGETTYPE	exe
       
    30 
       
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 OS_LAYER_LIBC_SYSTEMINCLUDE 
       
    33 
       
    34 USERINCLUDE	../include
       
    35 USERINCLUDE	../cenrepsrv
       
    36 USERINCLUDE	../common/inc
       
    37 
       
    38 SOURCEPATH	../test
       
    39 SOURCE	t_cenrep_cache.cpp
       
    40 
       
    41 SOURCEPATH	../cenrepsrv
       
    42 SOURCE 	cachemgr.cpp 
       
    43 SOURCE 	shrepos.cpp 
       
    44 SOURCE 	sessnotf.cpp
       
    45 SOURCE  clientrequest.cpp rstrepos.cpp
       
    46 SOURCE obsrvr_noc.cpp srvrepos_noc.cpp srvres.cpp
       
    47 
       
    48 SOURCEPATH ../common/src
       
    49 SOURCE cregen.cpp datatype.cpp inifile.cpp panic.cpp heaprepos.cpp 
       
    50 
       
    51 LIBRARY		euser.lib 
       
    52 LIBRARY		efsrv.lib 
       
    53 LIBRARY		charconv.lib
       
    54 LIBRARY		estor.lib
       
    55 LIBRARY		bafl.lib
       
    56 LIBRARY		bsulinifile.lib
       
    57 LIBRARY		estlib.lib
       
    58 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    59 LIBRARY 	sysutil.lib
       
    60 #endif