sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
*
|
sl@0
|
16 |
*/
|
sl@0
|
17 |
#ifndef __SCHSVRTEST_IBY__
|
sl@0
|
18 |
#define __SCHSVRTEST_IBY__
|
sl@0
|
19 |
|
sl@0
|
20 |
REM SCH server Test
|
sl@0
|
21 |
|
sl@0
|
22 |
#include <schsvr.iby>
|
sl@0
|
23 |
#include <numberconversion.iby>
|
sl@0
|
24 |
|
sl@0
|
25 |
//for TU_TSCH_PR234_ScheduledTaskTest.cpp
|
sl@0
|
26 |
#include <TIMEZONESERVER.iby>
|
sl@0
|
27 |
#include <cenreprefrepositories.iby>
|
sl@0
|
28 |
|
sl@0
|
29 |
// batch file that runs all automatic schsvr tests
|
sl@0
|
30 |
data=ZSYSTEM\test\schsvrtests.bat TEST\schsvrtests.bat
|
sl@0
|
31 |
|
sl@0
|
32 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_STARTUP_PERF.exe Test\TC_TSCH_STARTUP_PERF.exe
|
sl@0
|
33 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_CONDITION.exe Test\TC_TSCH_CONDITION.exe
|
sl@0
|
34 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_CONDITION_HOMETIME.exe Test\TC_TSCH_CONDITION_HOMETIME.exe
|
sl@0
|
35 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_CONDITION_UTC.exe Test\TC_TSCH_CONDITION_UTC.exe
|
sl@0
|
36 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING2.exe Test\TC_TSCH_SCHEDULING2.exe
|
sl@0
|
37 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING2_HOMETIME.exe Test\TC_TSCH_SCHEDULING2_HOMETIME.exe
|
sl@0
|
38 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING2_UTC.exe Test\TC_TSCH_SCHEDULING2_UTC.exe
|
sl@0
|
39 |
file=ABI_DIR\BUILD_DIR\TU_TSCH_TSTIME.exe Test\TU_TSCH_TSTIME.exe
|
sl@0
|
40 |
file=ABI_DIR\BUILD_DIR\TU_TSCH_SCHEDULEENTRYINFO2.EXE Test\TU_TSCH_SCHEDULEENTRYINFO2.EXE
|
sl@0
|
41 |
file=ABI_DIR\BUILD_DIR\TU_TSCH_SCHEDULESTATE2.EXE Test\TU_TSCH_SCHEDULESTATE2.EXE
|
sl@0
|
42 |
file=ABI_DIR\BUILD_DIR\TU_TSCH_ScheduledTaskTest.exe Test\TU_TSCH_ScheduledTaskTest.exe
|
sl@0
|
43 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHSVR_OOM.exe Test\TC_TSCH_SCHSVR_OOM.exe
|
sl@0
|
44 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHSVR_OOM_HOMETIME.exe Test\TC_TSCH_SCHSVR_OOM_HOMETIME.exe
|
sl@0
|
45 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHSVR_OOM_UTC.exe Test\TC_TSCH_SCHSVR_OOM_UTC.exe
|
sl@0
|
46 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_YEAR2000.exe Test\TC_TSCH_YEAR2000.exe
|
sl@0
|
47 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_YEAR2000_HOMETIME.exe Test\TC_TSCH_YEAR2000_HOMETIME.exe
|
sl@0
|
48 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_YEAR2000_UTC.exe Test\TC_TSCH_YEAR2000_UTC.exe
|
sl@0
|
49 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING1.exe Test\TC_TSCH_SCHEDULING1.exe
|
sl@0
|
50 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING1_HOMETIME.exe Test\TC_TSCH_SCHEDULING1_HOMETIME.exe
|
sl@0
|
51 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING1_UTC.exe Test\TC_TSCH_SCHEDULING1_UTC.exe
|
sl@0
|
52 |
file=ABI_DIR\BUILD_DIR\T_TSLongRunning.exe Test\T_TSLongRunning.exe
|
sl@0
|
53 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_PLATSEC.exe Test\TC_TSCH_PLATSEC.exe
|
sl@0
|
54 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_ROBUSTNESS.exe Test\TC_TSCH_ROBUSTNESS.exe
|
sl@0
|
55 |
file=ABI_DIR\BUILD_DIR\TC_TSCH_IPC.exe Test\TC_TSCH_IPC.exe
|
sl@0
|
56 |
file=ABI_DIR\BUILD_DIR\TSUTils.dll System\Libs\TSUtils.dll
|
sl@0
|
57 |
file=ABI_DIR\BUILD_DIR\MinimalTaskHandler.exe System\Programs\MinimalTaskHandler.exe
|
sl@0
|
58 |
file=ABI_DIR\BUILD_DIR\FaultyMinimalTaskHandler.exe System\Programs\FaultyMinimalTaskHandler.exe
|
sl@0
|
59 |
file=ABI_DIR\BUILD_DIR\tschsvrclient1.exe System\Programs\tschsvrclient1.exe
|
sl@0
|
60 |
file=ABI_DIR\BUILD_DIR\tschsvrclient2.exe System\Programs\tschsvrclient2.exe
|
sl@0
|
61 |
file=ABI_DIR\BUILD_DIR\tschsvrclient3.exe System\Programs\tschsvrclient3.exe
|
sl@0
|
62 |
file=ABI_DIR\BUILD_DIR\PlatSecTaskHandler.exe System\Programs\PlatSecTaskHandler.exe
|
sl@0
|
63 |
file=ABI_DIR\BUILD_DIR\MigrationTaskHandler.exe System\Programs\MigrationTaskHandler.exe
|
sl@0
|
64 |
file=ABI_DIR\BUILD_DIR\TScheduleDeleter.exe System\Programs\TScheduleDeleter.exe
|
sl@0
|
65 |
file=ABI_DIR\BUILD_DIR\TTaskFileChecker.exe System\Programs\TTaskFileChecker.exe
|
sl@0
|
66 |
file=ABI_DIR\BUILD_DIR\TTaskFileCreator.exe System\Programs\TTaskFileCreator.exe
|
sl@0
|
67 |
file=ABI_DIR\BUILD_DIR\TProcessKiller.exe System\Programs\TProcessKiller.exe
|
sl@0
|
68 |
file=ABI_DIR\BUILD_DIR\TSetHomeTime.exe System\Programs\TSetHomeTime.exe
|
sl@0
|
69 |
file=ABI_DIR\BUILD_DIR\TSetUTCTime.exe System\Programs\TSetUTCTime.exe
|
sl@0
|
70 |
file=ABI_DIR\BUILD_DIR\TPropertyDefine.exe System\Programs\TPropertyDefine.exe
|
sl@0
|
71 |
file=ABI_DIR\BUILD_DIR\TTaskSchedulerLauncher.exe System\Programs\TTaskSchedulerLauncher.exe
|
sl@0
|
72 |
|
sl@0
|
73 |
|
sl@0
|
74 |
#endif
|