os/graphics/graphicsapitest/screendriverhaitest/testsuites/graphics/h4hrp/screendriverhai.driver
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
<?xml version="1.0" encoding="UTF-8"?>
sl@0
     2
<driver:driver xmlns:driver="http://www.symbian.com/TestDriver">
sl@0
     3
	<task name="screendriverhai" timeout="0">
sl@0
     4
		<transferToSymbian>
sl@0
     5
		</transferToSymbian>
sl@0
     6
		<task name="screendriver">
sl@0
     7
			<executeOnPC>
sl@0
     8
				<build testBuild="true" URI="${sourceroot}\group\">
sl@0
     9
					<componentName>t_screendriver</componentName>
sl@0
    10
				</build>
sl@0
    11
			</executeOnPC>
sl@0
    12
			<transferToSymbian>
sl@0
    13
				<transfer move="false" PCPath="${epocroot}\epoc32\data\z\graphics\graphics-screendriver-cfbsdrawdevice-automated.ini" SymbianPath="$:\graphics\graphics-screendriver-cfbsdrawdevice-automated.ini"/>
sl@0
    14
				<transfer move="false" PCPath="${epocroot}\epoc32\data\z\graphics\t_screendriver.ini" SymbianPath="$:\graphics\t_screendriver.ini"/>
sl@0
    15
				<transfer move="false" PCPath="${epocroot}\epoc32\data\z\graphics\t_screendriver_environment.ini" SymbianPath="$:\graphics\t_screendriver_environment.ini"/>
sl@0
    16
                <transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\_omapqvga_scdv.dll" SymbianPath="$:\Sys\Bin\scdv.dll"/>
sl@0
    17
				<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\lookuptable.dll" SymbianPath="$:\Sys\Bin\lookuptable.dll"/>
sl@0
    18
				<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\gdi.dll" SymbianPath="$:\Sys\Bin\gdi.dll"/>
sl@0
    19
				<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\bafl.dll" SymbianPath="$:\Sys\Bin\bafl.dll"/>
sl@0
    20
				<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\estor.dll" SymbianPath="$:\Sys\Bin\estor.dll"/>
sl@0
    21
				<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\linebreak.dll" SymbianPath="$:\Sys\Bin\linebreak.dll"/>
sl@0
    22
				<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\palette.dll" SymbianPath="$:\Sys\Bin\palette.dll"/>
sl@0
    23
				<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\centralrepository.dll" SymbianPath="$:\Sys\Bin\centralrepository.dll"/>			
sl@0
    24
			</transferToSymbian>
sl@0
    25
			<task name="validation">
sl@0
    26
				<task name="manual">
sl@0
    27
				</task>
sl@0
    28
				<task name="automated">
sl@0
    29
					<task name="graphics-screendriver-cfbsdrawdevice-automated" timeout="1000">
sl@0
    30
						<executeOnSymbian>
sl@0
    31
							<testExecuteScript PCPath="${epocroot}\epoc32\data\z\graphics\graphics-screendriver-cfbsdrawdevice-automated.script" SymbianPath="$:\graphics\graphics-screendriver-cfbsdrawdevice-automated.script">
sl@0
    32
								<testCasesList operator="exclude">
sl@0
    33
									<testCase target="${epocroot}\epoc32\data\z\graphics\t_screendriver.tcs"/>
sl@0
    34
								</testCasesList>
sl@0
    35
							</testExecuteScript>
sl@0
    36
						</executeOnSymbian>
sl@0
    37
					</task>
sl@0
    38
				</task>
sl@0
    39
			</task>
sl@0
    40
			<task name="performance">
sl@0
    41
				<task name="manual">
sl@0
    42
				</task>
sl@0
    43
				<task name="automated">
sl@0
    44
				</task>
sl@0
    45
			</task>
sl@0
    46
			<task name="conformance" timeout="0">
sl@0
    47
				<task name="manual">
sl@0
    48
				</task>
sl@0
    49
				<task name="automated">
sl@0
    50
				</task>
sl@0
    51
			</task>
sl@0
    52
			<task name="stress">
sl@0
    53
				<task name="manual">
sl@0
    54
				</task>
sl@0
    55
				<task name="automated">
sl@0
    56
				</task>
sl@0
    57
			</task>
sl@0
    58
		</task>
sl@0
    59
	</task>
sl@0
    60
</driver:driver>