1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericservices/taskscheduler/group/SchsvrTest.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,55 @@
1.4 +/*
1.5 +* Copyright (c) 2009 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 +#ifndef __SCHSVRTEST_IBY__
1.21 +#define __SCHSVRTEST_IBY__
1.22 +
1.23 +REM SCH server Test
1.24 +
1.25 +#include <schsvr.iby>
1.26 +#include <numberconversion.iby>
1.27 +
1.28 +//for TU_TSCH_PR234_ScheduledTaskTest.cpp
1.29 +#include <TIMEZONESERVER.iby>
1.30 +#include <cenreprefrepositories.iby>
1.31 +
1.32 +// batch file that runs all automatic schsvr tests
1.33 +data=ZSYSTEM\test\schsvrtests.bat TEST\schsvrtests.bat
1.34 +
1.35 +
1.36 +
1.37 +
1.38 +
1.39 +file=ABI_DIR\BUILD_DIR\T_TSLongRunning.exe Test\T_TSLongRunning.exe
1.40 +file=ABI_DIR\BUILD_DIR\tsutils_tsk.dll System\Libs\tsutils_tsk.dll
1.41 +file=ABI_DIR\BUILD_DIR\MinimalTaskHandler.exe System\Programs\MinimalTaskHandler.exe
1.42 +file=ABI_DIR\BUILD_DIR\FaultyMinimalTaskHandler.exe System\Programs\FaultyMinimalTaskHandler.exe
1.43 +file=ABI_DIR\BUILD_DIR\tschsvrclient1.exe System\Programs\tschsvrclient1.exe
1.44 +file=ABI_DIR\BUILD_DIR\tschsvrclient2.exe System\Programs\tschsvrclient2.exe
1.45 +file=ABI_DIR\BUILD_DIR\tschsvrclient3.exe System\Programs\tschsvrclient3.exe
1.46 +file=ABI_DIR\BUILD_DIR\PlatSecTaskHandler.exe System\Programs\PlatSecTaskHandler.exe
1.47 +file=ABI_DIR\BUILD_DIR\MigrationTaskHandler.exe System\Programs\MigrationTaskHandler.exe
1.48 +file=ABI_DIR\BUILD_DIR\TScheduleDeleter.exe System\Programs\TScheduleDeleter.exe
1.49 +file=ABI_DIR\BUILD_DIR\TTaskFileChecker.exe System\Programs\TTaskFileChecker.exe
1.50 +file=ABI_DIR\BUILD_DIR\TTaskFileCreator.exe System\Programs\TTaskFileCreator.exe
1.51 +file=ABI_DIR\BUILD_DIR\TProcessKiller.exe System\Programs\TProcessKiller.exe
1.52 +file=ABI_DIR\BUILD_DIR\TSetHomeTime.exe System\Programs\TSetHomeTime.exe
1.53 +file=ABI_DIR\BUILD_DIR\TSetUTCTime.exe System\Programs\TSetUTCTime.exe
1.54 +file=ABI_DIR\BUILD_DIR\TPropertyDefine.exe System\Programs\TPropertyDefine.exe
1.55 +file=ABI_DIR\BUILD_DIR\TTaskSchedulerLauncher.exe System\Programs\TTaskSchedulerLauncher.exe
1.56 +
1.57 +
1.58 +#endif