1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/loggingservices/eventlogger/Rom/logengtest.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,74 @@
1.4 +/*
1.5 +* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +*
1.19 +*/
1.20 +
1.21 +#ifndef __LOGENGTEST_IBY__
1.22 +#define __LOGENGTEST_IBY__
1.23 +
1.24 +REM Logeng Test
1.25 +
1.26 +#include <logeng.iby>
1.27 +
1.28 +//for t_logview2
1.29 +#include <timezoneserver.iby>
1.30 +
1.31 +ECOM_PLUGIN(t_logcntmatchplugin.dll,2000862e.rsc)
1.32 +
1.33 +file=ABI_DIR\BUILD_DIR\t_logtype.exe test\t_logtype.exe
1.34 +file=ABI_DIR\BUILD_DIR\t_logapi.exe test\t_logapi.exe
1.35 +file=ABI_DIR\BUILD_DIR\t_logapi2.exe test\t_logapi2.exe
1.36 +file=ABI_DIR\BUILD_DIR\t_logbadclient.exe test\t_logbadclient.exe
1.37 +file=ABI_DIR\BUILD_DIR\t_logview1.exe test\t_logview1.exe
1.38 +file=ABI_DIR\BUILD_DIR\t_logpurge.exe test\t_logpurge.exe
1.39 +file=ABI_DIR\BUILD_DIR\t_logheap.exe test\t_logheap.exe
1.40 +file=ABI_DIR\BUILD_DIR\t_logfile.exe test\t_logfile.exe
1.41 +file=ABI_DIR\BUILD_DIR\t_logfilter.exe test\t_logfilter.exe
1.42 +file=ABI_DIR\BUILD_DIR\t_lognotify.exe test\t_lognotify.exe
1.43 +file=ABI_DIR\BUILD_DIR\t_logview2.exe test\t_logview2.exe
1.44 +file=ABI_DIR\BUILD_DIR\t_logviewfail.exe test\t_logviewfail.exe
1.45 +file=ABI_DIR\BUILD_DIR\t_logviewfail2.exe test\t_logviewfail2.exe
1.46 +file=ABI_DIR\BUILD_DIR\t_logviewfail3.exe test\t_logviewfail3.exe
1.47 +file=ABI_DIR\BUILD_DIR\t_logbench.exe test\t_logbench.exe
1.48 +file=ABI_DIR\BUILD_DIR\t_logbackup.exe test\t_logbackup.exe
1.49 +file=ABI_DIR\BUILD_DIR\t_logevent.exe test\t_logevent.exe
1.50 +file=ABI_DIR\BUILD_DIR\t_logwrap.exe test\t_logwrap.exe
1.51 +file=ABI_DIR\BUILD_DIR\t_logcontact.exe test\t_logcontact.exe
1.52 +file=ABI_DIR\BUILD_DIR\t_logcntmatch.exe test\t_logcntmatch.exe
1.53 +file=ABI_DIR\BUILD_DIR\t_logmaxnumlen.exe test\t_logmaxnumlen.exe
1.54 +file=ABI_DIR\BUILD_DIR\t_logorderbyid.exe test\t_logorderbyid.exe
1.55 +file=ABI_DIR\BUILD_DIR\t_logservercrash.exe test\t_logservercrash.exe
1.56 +file=ABI_DIR\BUILD_DIR\t_loghicaphelper.exe test\t_loghicaphelper.exe
1.57 +file=ABI_DIR\BUILD_DIR\t_loghicapability.exe test\t_loghicapability.exe
1.58 +file=ABI_DIR\BUILD_DIR\t_loglowcapability.exe test\t_loglowcapability.exe
1.59 +file=ABI_DIR\BUILD_DIR\t_logsecureview_hicap.exe test\t_logsecureview_hicap.exe
1.60 +file=ABI_DIR\BUILD_DIR\t_logsecureview_lowcap.exe test\t_logsecureview_lowcap.exe
1.61 +file=ABI_DIR\BUILD_DIR\t_logsecurity.exe test\t_logsecurity.exe
1.62 +file=ABI_DIR\BUILD_DIR\t_logservipc.exe test\t_logservipc.exe
1.63 +file=ABI_DIR\BUILD_DIR\t_logapi_helper.exe test\t_logapi_helper.exe
1.64 +file=ABI_DIR\BUILD_DIR\t_logcompat.exe test\t_logcompat.exe
1.65 +file=ABI_DIR\BUILD_DIR\t_logsimid.exe test\t_logsimid.exe
1.66 +
1.67 +data=DATAZ_\test\logengtests.bat test\logengtests.bat
1.68 +data=DATAZ_\test\oldlogdbu.dat test\oldlogdbu.dat
1.69 +data=DATAZ_\test\corruptlogdbu.dat test\corruptlogdbu.dat
1.70 +data=DATAZ_\test\corruptdamagedlogdbu.dat test\corruptdamagedlogdbu.dat
1.71 +data=DATAZ_\test\101f401d_test.txt test\101f401d_test.txt
1.72 +
1.73 +//The next line to be uncommented if the testing is performed locally. Otherwise t_logview2 fails -
1.74 +//the following file is missing and needed by the time zone server.
1.75 +//data=ZPRIVATE\10202BE9\1020383e.txt private\10202be9\1020383e.txt
1.76 +
1.77 +#endif