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