persistentstorage/centralrepository/group/t_cenrep_pma_fota.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 // This macro switches the PMA drive the 'protected' directory
       
    17 // under persists on the system drive, instead of using the
       
    18 // protected drive. This is for development purposes only. 
       
    19 MACRO SYMBIAN_CENTREP_PMA_TEST
       
    20 
       
    21 // This is only defined for OOM testing of caching functionality. 
       
    22 MACRO CACHE_OOM_TESTABILITY
       
    23 
       
    24 //This is only defined for this test to allow direct access to CServerRepository/CSharedRepository private members
       
    25 MACRO FOTA_UNIT_TESTING
       
    26 
       
    27 CAPABILITY ALL -Tcb
       
    28 VENDORID 0x70000001
       
    29 
       
    30 SMPSAFE
       
    31 
       
    32 #define __INCLUDE_CAPABILITY_NAMES__
       
    33 
       
    34 UID 0x101FB5A8 0x10202BE9
       
    35 
       
    36 TARGET		t_cenrep_pma_fota.exe
       
    37 TARGETTYPE	exe
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    41 
       
    42 USERINCLUDE	../include
       
    43 USERINCLUDE	../cenrepsrv
       
    44 USERINCLUDE	../common/inc
       
    45 
       
    46 SOURCEPATH	../test
       
    47 SOURCE	t_cenrep_pma_fota.cpp
       
    48 
       
    49 SOURCEPATH	../cenrepsrv
       
    50 SOURCE 	cachemgr.cpp 
       
    51 SOURCE 	shrepos.cpp srvres.cpp
       
    52 SOURCE 	sessnotf.cpp
       
    53 SOURCE  clientrequest.cpp rstrepos.cpp
       
    54 SOURCE 	obsrvr_noc.cpp srvrepos_noc.cpp 
       
    55 
       
    56 SOURCEPATH ../common/src
       
    57 SOURCE 	cregen.cpp datatype.cpp inifile.cpp panic.cpp heaprepos.cpp 
       
    58 
       
    59 LIBRARY		euser.lib 
       
    60 LIBRARY		ecom.lib
       
    61 LIBRARY		efsrv.lib 
       
    62 LIBRARY		charconv.lib
       
    63 LIBRARY		estor.lib
       
    64 LIBRARY		bafl.lib
       
    65 LIBRARY		bsulinifile.lib
       
    66 LIBRARY		estlib.lib
       
    67 LIBRARY     t_cenrep_helper.lib
       
    68 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    69 LIBRARY 	sysutil.lib
       
    70 #endif
       
    71