os/ossrv/genericservices/taskscheduler/group/BLD.INF
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/genericservices/taskscheduler/group/BLD.INF	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,83 @@
     1.4 +// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +PRJ_PLATFORMS
    1.20 +
    1.21 +PRJ_EXPORTS
    1.22 +../INC/CSCH_CLI.H 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(csch_cli.h)
    1.23 +../INC/SCHTASK.H	 	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(schtask.h)
    1.24 +../INC/SCHINFO.H 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(schinfo.h)
    1.25 +../INC/SCHTIME.H 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(schtime.h)
    1.26 +../INC/SCHINFOINTERNAL.H 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(schinfointernal.h)
    1.27 +
    1.28 +
    1.29 +backup_registration.xml z:/private/10005399/backup_registration.xml
    1.30 +
    1.31 +schsvr.iby						/epoc32/rom/include/schsvr.iby
    1.32 +
    1.33 +PRJ_TESTEXPORTS
    1.34 +// batch file that runs all automatic schsvr tests on hardware
    1.35 +../group/schsvrtests.bat		/epoc32/data/z/system/test/schsvrtests.bat
    1.36 +../group/SchsvrTest.iby			/epoc32/rom/include/schsvrtest.iby
    1.37 +
    1.38 +PRJ_MMPFILES
    1.39 +../group/SCHSVR.MMP
    1.40 +../group/SCHEXE.MMP
    1.41 +
    1.42 +
    1.43 +PRJ_TESTMMPFILES
    1.44 +../Test/bootupperformance/TC_TSCH_STARTUP_PERF.mmp
    1.45 +../Test/Conditions/TC_TSCH_CONDITION.mmp
    1.46 +../Test/Conditions/TC_TSCH_CONDITION_HOMETIME.mmp
    1.47 +../Test/Conditions/TC_TSCH_CONDITION_UTC.mmp
    1.48 +../Test/Scheduling/TC_TSCH_SCHEDULING2.mmp
    1.49 +../Test/Scheduling/TC_TSCH_SCHEDULING2_HOMETIME.mmp
    1.50 +../Test/Scheduling/TC_TSCH_SCHEDULING2_UTC.mmp
    1.51 +../Test/TTsTimeUnitTests/TU_TSCH_tstime.mmp
    1.52 +../Test/TSCheduleEntryInfo2/TU_TSCH_ScheduleEntryInfo2.mmp
    1.53 +../Test/TSCheduleState2/TU_TSCH_ScheduleState2.mmp
    1.54 +../Test/ScheduledTaskTest/TU_TSCH_ScheduledTaskTest.mmp	
    1.55 +../Test/OOM/TC_TSCH_SCHSVR_OOM.mmp
    1.56 +../Test/OOM/TC_TSCH_SCHSVR_OOM_HOMETIME.mmp
    1.57 +../Test/OOM/TC_TSCH_SCHSVR_OOM_UTC.mmp
    1.58 +../Test/Year2k/TC_TSCH_YEAR2000.mmp
    1.59 +../Test/Year2k/TC_TSCH_YEAR2000_HOMETIME.mmp
    1.60 +../Test/Year2k/TC_TSCH_YEAR2000_UTC.mmp
    1.61 +../Test/Scheduling/TC_TSCH_SCHEDULING1.mmp
    1.62 +../Test/Scheduling/TC_TSCH_SCHEDULING1_HOMETIME.mmp
    1.63 +../Test/Scheduling/TC_TSCH_SCHEDULING1_UTC.mmp
    1.64 +../Test/PlatSec/TC_TSCH_PLATSEC.mmp 
    1.65 +../Test/Robustness/TC_TSCH_ROBUSTNESS.mmp 
    1.66 +../Test/Robustness/TC_TSCH_IPC.mmp 
    1.67 +../Test/LongRunning/T_TSLongRunning.mmp 			manual
    1.68 +../Test/TSUtils/tsutils_tsk.mmp 						support
    1.69 +../Test/MinimalTaskHandler/minimaltaskhandler.mmp	support
    1.70 +../Test/MinimalTaskHandler/faultyminimaltaskhandler.mmp	support
    1.71 +../Test/PlatSec/tschsvrclient1.mmp 					support
    1.72 +../Test/PlatSec/tschsvrclient2.mmp 					support
    1.73 +../Test/PlatSec/tschsvrclient3.mmp 					support
    1.74 +../Test/PlatSec/platsectaskhandler.mmp				support
    1.75 +../Test/PlatSec/migrationtaskhandler.mmp			support
    1.76 +../Test/TSUtils/TProcessKiller.mmp 					support
    1.77 +../Test/TSUtils/TScheduleDeleter.mmp 				support
    1.78 +../Test/TSUtils/TTaskFileChecker.mmp				support
    1.79 +../Test/TSUtils/TTaskFileCreator.mmp				support
    1.80 +../Test/TSUtils/TSetHomeTime.mmp					support
    1.81 +../Test/TSUtils/TSetUTCTime.mmp						support
    1.82 +../Test/TSUtils/TPropertyDefine.mmp					support
    1.83 +../Test/TSUtils/TTaskSchedulerLauncher.mmp			support
    1.84 +
    1.85 +// TestExecute test binaries
    1.86 +#include "../Test/Testexecute/group/bld.inf"