persistentstorage/centralrepository/group/t_cenrep_back_rest.mmp
changeset 0 08ec8eefde2f
child 23 26645d81f48d
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 ReadDeviceData WriteDeviceData
       
    20 VENDORID 0x70000001
       
    21 
       
    22 SMPSAFE
       
    23 
       
    24 // Use this UID instead of standard cenrepserv.exe UID to avoid
       
    25 // clashes by using a different data cage
       
    26 UID 0 0x102081E4
       
    27 
       
    28 target t_cenrep_back_rest.exe
       
    29 targettype exe
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 OS_LAYER_LIBC_SYSTEMINCLUDE 
       
    33 
       
    34 USERINCLUDE ../cenrepsrv ../common/inc
       
    35 
       
    36 SOURCEPATH ../test
       
    37 SOURCE t_cenrep_back_rest.cpp testabclient.cpp
       
    38 SOURCEPATH ../cenrepsrv
       
    39 SOURCE backup.cpp sessnotf.cpp shrepos.cpp srvres.cpp
       
    40 SOURCE clientrequest.cpp cachemgr.cpp rstrepos.cpp
       
    41 SOURCE obsrvr_noc.cpp srvrepos_noc.cpp
       
    42 SOURCEPATH ../common/src
       
    43 SOURCE cregen.cpp datatype.cpp inifile.cpp panic.cpp heaprepos.cpp  
       
    44 
       
    45 LIBRARY euser.lib
       
    46 LIBRARY efsrv.lib
       
    47 LIBRARY charconv.lib
       
    48 LIBRARY estor.lib
       
    49 LIBRARY bafl.lib
       
    50 LIBRARY	bsulinifile.lib
       
    51 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    52 LIBRARY sysutil.lib
       
    53 #endif
       
    54 LIBRARY estlib.lib
       
    55 LIBRARY t_cenrep_helper.lib