os/ossrv/genericservices/taskscheduler/group/BLD.INF
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1999-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 PRJ_PLATFORMS
    17 
    18 PRJ_EXPORTS
    19 ../INC/CSCH_CLI.H 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(csch_cli.h)
    20 ../INC/SCHTASK.H	 	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(schtask.h)
    21 ../INC/SCHINFO.H 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(schinfo.h)
    22 ../INC/SCHTIME.H 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(schtime.h)
    23 ../INC/SCHINFOINTERNAL.H 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(schinfointernal.h)
    24 
    25 
    26 backup_registration.xml z:/private/10005399/backup_registration.xml
    27 
    28 schsvr.iby						/epoc32/rom/include/schsvr.iby
    29 
    30 PRJ_TESTEXPORTS
    31 // batch file that runs all automatic schsvr tests on hardware
    32 ../group/schsvrtests.bat		/epoc32/data/z/system/test/schsvrtests.bat
    33 ../group/SchsvrTest.iby			/epoc32/rom/include/schsvrtest.iby
    34 
    35 PRJ_MMPFILES
    36 ../group/SCHSVR.MMP
    37 ../group/SCHEXE.MMP
    38 
    39 
    40 PRJ_TESTMMPFILES
    41 ../Test/bootupperformance/TC_TSCH_STARTUP_PERF.mmp
    42 ../Test/Conditions/TC_TSCH_CONDITION.mmp
    43 ../Test/Conditions/TC_TSCH_CONDITION_HOMETIME.mmp
    44 ../Test/Conditions/TC_TSCH_CONDITION_UTC.mmp
    45 ../Test/Scheduling/TC_TSCH_SCHEDULING2.mmp
    46 ../Test/Scheduling/TC_TSCH_SCHEDULING2_HOMETIME.mmp
    47 ../Test/Scheduling/TC_TSCH_SCHEDULING2_UTC.mmp
    48 ../Test/TTsTimeUnitTests/TU_TSCH_tstime.mmp
    49 ../Test/TSCheduleEntryInfo2/TU_TSCH_ScheduleEntryInfo2.mmp
    50 ../Test/TSCheduleState2/TU_TSCH_ScheduleState2.mmp
    51 ../Test/ScheduledTaskTest/TU_TSCH_ScheduledTaskTest.mmp	
    52 ../Test/OOM/TC_TSCH_SCHSVR_OOM.mmp
    53 ../Test/OOM/TC_TSCH_SCHSVR_OOM_HOMETIME.mmp
    54 ../Test/OOM/TC_TSCH_SCHSVR_OOM_UTC.mmp
    55 ../Test/Year2k/TC_TSCH_YEAR2000.mmp
    56 ../Test/Year2k/TC_TSCH_YEAR2000_HOMETIME.mmp
    57 ../Test/Year2k/TC_TSCH_YEAR2000_UTC.mmp
    58 ../Test/Scheduling/TC_TSCH_SCHEDULING1.mmp
    59 ../Test/Scheduling/TC_TSCH_SCHEDULING1_HOMETIME.mmp
    60 ../Test/Scheduling/TC_TSCH_SCHEDULING1_UTC.mmp
    61 ../Test/PlatSec/TC_TSCH_PLATSEC.mmp 
    62 ../Test/Robustness/TC_TSCH_ROBUSTNESS.mmp 
    63 ../Test/Robustness/TC_TSCH_IPC.mmp 
    64 ../Test/LongRunning/T_TSLongRunning.mmp 			manual
    65 ../Test/TSUtils/tsutils_tsk.mmp 						support
    66 ../Test/MinimalTaskHandler/minimaltaskhandler.mmp	support
    67 ../Test/MinimalTaskHandler/faultyminimaltaskhandler.mmp	support
    68 ../Test/PlatSec/tschsvrclient1.mmp 					support
    69 ../Test/PlatSec/tschsvrclient2.mmp 					support
    70 ../Test/PlatSec/tschsvrclient3.mmp 					support
    71 ../Test/PlatSec/platsectaskhandler.mmp				support
    72 ../Test/PlatSec/migrationtaskhandler.mmp			support
    73 ../Test/TSUtils/TProcessKiller.mmp 					support
    74 ../Test/TSUtils/TScheduleDeleter.mmp 				support
    75 ../Test/TSUtils/TTaskFileChecker.mmp				support
    76 ../Test/TSUtils/TTaskFileCreator.mmp				support
    77 ../Test/TSUtils/TSetHomeTime.mmp					support
    78 ../Test/TSUtils/TSetUTCTime.mmp						support
    79 ../Test/TSUtils/TPropertyDefine.mmp					support
    80 ../Test/TSUtils/TTaskSchedulerLauncher.mmp			support
    81 
    82 // TestExecute test binaries
    83 #include "../Test/Testexecute/group/bld.inf"