persistentstorage/centralrepository/group/t_cenrep_pma_multirofs.mmp
changeset 55 44f437012c90
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
       
     1 // Copyright (c) 2010 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_cenrep_pma_multirofs.exe
       
    17 targettype 		exe
       
    18 
       
    19 // This macro switches the PMA drive the 'protected' directory
       
    20 // under persists on the system drive, instead of using the
       
    21 // protected drive. This is for development purposes only. 
       
    22 MACRO SYMBIAN_CENTREP_PMA_TEST
       
    23 
       
    24 // This is only defined for OOM testing of caching functionality. 
       
    25 MACRO CACHE_OOM_TESTABILITY
       
    26 
       
    27 CAPABILITY AllFiles ReadDeviceData WriteDeviceData
       
    28 
       
    29 SMPSAFE
       
    30 
       
    31 MACRO CENTRAL_REPOSITORY_SERVER_TESTING
       
    32 
       
    33 UID 0 0x10202BE9
       
    34 
       
    35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 OS_LAYER_LIBC_SYSTEMINCLUDE 
       
    37 userinclude		../include
       
    38 userinclude		../cenrepsrv
       
    39 userinclude		../common/inc
       
    40 
       
    41 SOURCEPATH	../test
       
    42 SOURCE		t_cenrep_pma_multirofs.cpp
       
    43 SOURCEPATH 	../common/src
       
    44 SOURCE 		cregen.cpp datatype.cpp inifile.cpp panic.cpp heaprepos.cpp 
       
    45 SOURCEPATH 	../cenrepsrv
       
    46 SOURCE 		backup.cpp cachemgr.cpp clientrequest.cpp install.cpp obsrvr_noc.cpp srvres.cpp
       
    47 SOURCE 		rstrepos.cpp sessmgr.cpp sessnotf.cpp shrepos.cpp srvrepos_noc.cpp srvsess.cpp srvsubsess.cpp
       
    48 
       
    49 #if defined(__CENTREP_SERVER_MEMTEST__) || defined(__CENTREP_SERVER_PERFTEST__)
       
    50 SOURCE srvperf.cpp
       
    51 #endif
       
    52 
       
    53 LIBRARY euser.lib efsrv.lib charconv.lib estor.lib bsulinifile.lib bafl.lib
       
    54 LIBRARY abclient.lib
       
    55 LIBRARY estlib.lib
       
    56 LIBRARY t_cenrep_helper.lib
       
    57 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    58 LIBRARY sysutil.lib
       
    59 #endif