persistentstorage/centralrepository/group/t_cenrep_pma_array.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 CAPABILITY AllFiles
       
    23 VENDORID 0x70000001
       
    24 
       
    25 SMPSAFE
       
    26 
       
    27 UID 0x101FB5A8 0x10202BE9
       
    28 
       
    29 TARGET      t_cenrep_pma_array.exe
       
    30 TARGETTYPE  exe
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 USERINCLUDE ../include
       
    35 USERINCLUDE ../cenrepsrv
       
    36 USERINCLUDE ../common/inc
       
    37 USERINCLUDE ../test
       
    38 
       
    39 SOURCEPATH  ../test
       
    40 SOURCE      t_cenrep_pma_array.cpp
       
    41 
       
    42 SOURCEPATH  ../common/src
       
    43 SOURCE      cregen.cpp
       
    44 SOURCE      datatype.cpp
       
    45 SOURCE      inifile.cpp
       
    46 SOURCE      heaprepos.cpp
       
    47 
       
    48 SOURCEPATH  ../cenrepsrv
       
    49 SOURCE      backup.cpp
       
    50 SOURCE      cachemgr.cpp
       
    51 SOURCE      clientrequest.cpp
       
    52 SOURCE      install.cpp
       
    53 SOURCE      obsrvr_noc.cpp
       
    54 SOURCE      srvres.cpp
       
    55 SOURCE      rstrepos.cpp
       
    56 SOURCE      sessmgr.cpp
       
    57 SOURCE      sessnotf.cpp
       
    58 SOURCE      shrepos.cpp
       
    59 SOURCE      srvrepos_noc.cpp
       
    60 SOURCE      srvsess.cpp
       
    61 SOURCE      srvsubsess.cpp
       
    62 
       
    63 SOURCEPATH  ../common/src
       
    64 SOURCE      panic.cpp 
       
    65 
       
    66 LIBRARY     euser.lib 
       
    67 LIBRARY     efsrv.lib 
       
    68 LIBRARY     charconv.lib
       
    69 LIBRARY     estor.lib
       
    70 LIBRARY     bafl.lib
       
    71 LIBRARY     bsulinifile.lib
       
    72 LIBRARY     estlib.lib
       
    73 LIBRARY     t_cenrep_helper.lib
       
    74 LIBRARY     abclient.lib
       
    75 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    76     LIBRARY sysutil.lib
       
    77 #endif