os/persistentdata/persistentstorage/centralrepository/group/t_cenrep_fotaUT.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2008-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 //This is only defined for this test to allow direct access to CServerRepository/CSharedRepository private members
    20 MACRO FOTA_UNIT_TESTING
    21 
    22 CAPABILITY ALL -Tcb
    23 VENDORID 0x70000001
    24 
    25 SMPSAFE
    26 
    27 #define __INCLUDE_CAPABILITY_NAMES__
    28 
    29 UID 0x101FB5A8 0x10202BE9
    30 
    31 TARGET		t_cenrep_fotaut.exe
    32 TARGETTYPE	exe
    33 
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 OS_LAYER_LIBC_SYSTEMINCLUDE
    36 
    37 USERINCLUDE	../include
    38 USERINCLUDE	../cenrepsrv
    39 USERINCLUDE	../common/inc
    40 
    41 SOURCEPATH	../test
    42 SOURCE	t_cenrep_fotaUT.cpp
    43 SOURCE 	testexecute/SWI/src/tui.cpp
    44 
    45 SOURCEPATH	../cenrepsrv
    46 SOURCE 	cachemgr.cpp 
    47 SOURCE 	shrepos.cpp srvres.cpp
    48 SOURCE 	sessnotf.cpp
    49 SOURCE  clientrequest.cpp rstrepos.cpp
    50 SOURCE 	obsrvr_noc.cpp srvrepos_noc.cpp 
    51 
    52 SOURCEPATH ../common/src
    53 SOURCE 	cregen.cpp datatype.cpp inifile.cpp panic.cpp heaprepos.cpp 
    54 
    55 LIBRARY		euser.lib 
    56 LIBRARY		ecom.lib
    57 LIBRARY		efsrv.lib 
    58 LIBRARY		charconv.lib
    59 LIBRARY		estor.lib
    60 LIBRARY		bafl.lib
    61 LIBRARY		bsulinifile.lib
    62 LIBRARY		estlib.lib
    63 #ifdef SYMBIAN_BAFL_SYSUTIL
    64 LIBRARY 	sysutil.lib
    65 #endif
    66 LIBRARY sishelper.lib
    67 LIBRARY sisregistryclient.lib
    68 LIBRARY siscontroller.lib
    69 LIBRARY swidataprovider.lib
    70