os/graphics/graphicsapitest/screendriverhaitest/testsuites/graphics/screendriverhai.driver
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/graphicsapitest/screendriverhaitest/testsuites/graphics/screendriverhai.driver Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,52 @@
1.4 +<?xml version="1.0" encoding="UTF-8"?>
1.5 +<driver:driver xmlns:driver="http://www.symbian.com/TestDriver">
1.6 + <task name="screendriverhai" timeout="0">
1.7 + <transferToSymbian>
1.8 + </transferToSymbian>
1.9 + <task name="screendriver">
1.10 + <executeOnPC>
1.11 + <build testBuild="true" URI="${sourceroot}\group\">
1.12 + <componentName>t_screendriver</componentName>
1.13 + </build>
1.14 + </executeOnPC>
1.15 + <transferToSymbian>
1.16 + <transfer move="false" PCPath="${epocroot}\epoc32\data\z\graphics\graphics-screendriver-cfbsdrawdevice-automated.ini" SymbianPath="$:\graphics\graphics-screendriver-cfbsdrawdevice-automated.ini"/>
1.17 + <transfer move="false" PCPath="${epocroot}\epoc32\data\z\graphics\t_screendriver.ini" SymbianPath="$:\graphics\t_screendriver.ini"/>
1.18 + <transfer move="false" PCPath="${epocroot}\epoc32\data\z\graphics\t_screendriver_environment.ini" SymbianPath="$:\graphics\t_screendriver_environment.ini"/>
1.19 + </transferToSymbian>
1.20 + <task name="validation">
1.21 + <task name="manual">
1.22 + </task>
1.23 + <task name="automated">
1.24 + <task name="graphics-screendriver-cfbsdrawdevice-automated" timeout="1000">
1.25 + <executeOnSymbian>
1.26 + <testExecuteScript PCPath="${epocroot}\epoc32\data\z\graphics\graphics-screendriver-cfbsdrawdevice-automated.script" SymbianPath="$:\graphics\graphics-screendriver-cfbsdrawdevice-automated.script">
1.27 + <testCasesList operator="exclude">
1.28 + <testCase target="${epocroot}\epoc32\data\z\graphics\t_screendriver.tcs"/>
1.29 + </testCasesList>
1.30 + </testExecuteScript>
1.31 + </executeOnSymbian>
1.32 + </task>
1.33 + </task>
1.34 + </task>
1.35 + <task name="performance">
1.36 + <task name="manual">
1.37 + </task>
1.38 + <task name="automated">
1.39 + </task>
1.40 + </task>
1.41 + <task name="conformance" timeout="0">
1.42 + <task name="manual">
1.43 + </task>
1.44 + <task name="automated">
1.45 + </task>
1.46 + </task>
1.47 + <task name="stress">
1.48 + <task name="manual">
1.49 + </task>
1.50 + <task name="automated">
1.51 + </task>
1.52 + </task>
1.53 + </task>
1.54 + </task>
1.55 +</driver:driver>