os/boardsupport/haitest/bspsvs/suite/bsp/digitiser/testdata/base-bsp-digitiser-driver-manual.ini
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/boardsupport/haitest/bspsvs/suite/bsp/digitiser/testdata/base-bsp-digitiser-driver-manual.ini	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,386 @@
     1.4 +[include]
     1.5 +file1                    =\base\digitiser\t_digitiser.ini
     1.6 +
     1.7 +[digitiser1]
     1.8 +name                    =digitiser1
     1.9 +
    1.10 +[console1]
    1.11 +name                    =console1
    1.12 +
    1.13 +[BASE-BSP-DIGITISER-DRIVER-DISPLAYMODE_MANUAL]
    1.14 +halEValue               =EDisplayMode
    1.15 +value                   ={displayMode,value}
    1.16 +expected                ={displayMode,expected}
    1.17 +
    1.18 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-ReadKey]
    1.19 +timeout			=0
    1.20 +timeoutExpected         =FALSE
    1.21 +synchronous             =FALSE
    1.22 +
    1.23 +tests                   =1
    1.24 +eventType1		={rawEvent,keyDown}
    1.25 +eventOccurance1		=EEventOccuranceOnce
    1.26 +dataDraw1               =FALSE
    1.27 +dataVerify1		=TRUE
    1.28 +
    1.29 +eventType2		={rawEvent,keyUp}
    1.30 +eventOccurance2		=EEventOccuranceOnce
    1.31 +dataDraw2               =FALSE
    1.32 +dataVerify2		=TRUE
    1.33 +
    1.34 +keyCode1		={generic,keyCode}
    1.35 +
    1.36 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-WriteFeedback]
    1.37 +text           ={confirm,instructions}
    1.38 +
    1.39 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-Init]
    1.40 +consoleName		=Console_Window
    1.41 +
    1.42 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-ControlOn]
    1.43 +consoleControl          =+M +I +R
    1.44 +
    1.45 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-RAWMODEOFF]
    1.46 +consoleControl          =-R
    1.47 +
    1.48 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-ControlOff]
    1.49 +consoleControl          =-I -M 
    1.50 +
    1.51 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-PenClickState]
    1.52 +halEValue               =EPenClickState
    1.53 +value                   ={halDataOn,value}
    1.54 +expected                ={halDataOn,expected}
    1.55 +
    1.56 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-EPenState_Setup]
    1.57 +halEValue               =EPenState
    1.58 +value                   ={halDataOn,value}
    1.59 +expected                ={halDataOn,expected}
    1.60 +
    1.61 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0001-Instructions]
    1.62 +text			={randomPixels,instructions}
    1.63 +
    1.64 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0001-WriteFeedback]
    1.65 +text			={randomPixels,pixelfeedback}
    1.66 +
    1.67 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0001-Read]
    1.68 +timeout			=0
    1.69 +synchronous             =FALSE
    1.70 +black                   ={colour,black}
    1.71 +white                   ={colour,white}
    1.72 +errorMargin             ={generic,errorMargin}
    1.73 +
    1.74 +exitRectangle_minX      ={exitBox,minX}
    1.75 +exitRectangle_minY      ={exitBox,minY}
    1.76 +exitRectangle_maxX      ={exitBox,maxX}
    1.77 +exitRectangle_maxY      ={exitBox,maxY}
    1.78 +
    1.79 +tests                   ={randomPixels,pointsTotal}
    1.80 +
    1.81 +eventType1		={rawEvent,button1Down}
    1.82 +eventOccurance1		=EEventOccuranceOnce
    1.83 +dataDraw1               =FALSE
    1.84 +dataVerify1		=FALSE
    1.85 +
    1.86 +eventType2		={rawEvent,pointerMove}
    1.87 +eventOccurance2		=EEventOccuranceZeroOrMore
    1.88 +dataDraw2               =FALSE
    1.89 +dataVerify2		=FALSE
    1.90 +
    1.91 +eventType3		={rawEvent,button1Up}
    1.92 +eventOccurance3		=EEventOccuranceOnce
    1.93 +dataDraw3               =TRUE
    1.94 +dataVerify3		=FALSE
    1.95 +
    1.96 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0002-Instructions]
    1.97 +text			={randomLine,instructions}
    1.98 +
    1.99 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0002-WriteFeedback]
   1.100 +text			={randomLine,pixelfeedback}
   1.101 +
   1.102 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0002-Read]
   1.103 +timeout			=0
   1.104 +synchronous             =FALSE
   1.105 +black                   ={colour,black}
   1.106 +white                   ={colour,white}
   1.107 +errorMargin             ={generic,errorMargin}
   1.108 +
   1.109 +exitRectangle_minX      ={exitBox,minX}
   1.110 +exitRectangle_minY      ={exitBox,minY}
   1.111 +exitRectangle_maxX      ={exitBox,maxX}
   1.112 +exitRectangle_maxY      ={exitBox,maxY}
   1.113 +
   1.114 +tests                   ={randomLine,pointsTotal}
   1.115 +
   1.116 +eventType1		={rawEvent,button1Down}
   1.117 +eventOccurance1		=EEventOccuranceOnce
   1.118 +dataDraw1               =TRUE
   1.119 +dataVerify1		=FALSE
   1.120 +
   1.121 +eventType2		={rawEvent,pointerMove}
   1.122 +eventOccurance2		=EEventOccuranceOneOrMore
   1.123 +dataDraw2               =TRUE
   1.124 +dataVerify2		=FALSE
   1.125 +
   1.126 +eventType3		={rawEvent,button1Up}
   1.127 +eventOccurance3		=EEventOccuranceOnce
   1.128 +dataDraw3               =TRUE
   1.129 +dataVerify3		=FALSE
   1.130 +
   1.131 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0003-Instructions]
   1.132 +text			={preDrawnDots,instructions}
   1.133 +
   1.134 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0003-Read]
   1.135 +timeout			=0
   1.136 +synchronous             =FALSE
   1.137 +black                   ={colour,black}
   1.138 +white                   ={colour,white}
   1.139 +errorMargin             ={generic,errorMargin}
   1.140 +
   1.141 +exitRectangle_minX      ={exitBox,minX}
   1.142 +exitRectangle_minY      ={exitBox,minY}
   1.143 +exitRectangle_maxX      ={exitBox,maxX}
   1.144 +exitRectangle_maxY      ={exitBox,maxY}
   1.145 +
   1.146 +tests                   ={preDrawnDots,pointsTotal}
   1.147 +point1_x  		={preDrawnDots,1_x}
   1.148 +point1_y		={preDrawnDots,1_y}
   1.149 +point2_x		={preDrawnDots,2_x}
   1.150 +point2_y		={preDrawnDots,2_y}
   1.151 +point3_x		={preDrawnDots,3_x}
   1.152 +point3_y		={preDrawnDots,3_y}
   1.153 +
   1.154 +eventType1		={rawEvent,button1Down}
   1.155 +eventOccurance1		=EEventOccuranceOnce
   1.156 +dataDraw1               =FALSE
   1.157 +dataVerify1		=TRUE
   1.158 +
   1.159 +eventType2		={rawEvent,pointerMove}
   1.160 +eventOccurance2		=EEventOccuranceZeroOrMore
   1.161 +dataDraw2               =FALSE
   1.162 +dataVerify2		=TRUE
   1.163 +
   1.164 +eventType3		={rawEvent,button1Up}
   1.165 +eventOccurance3		=EEventOccuranceOnce
   1.166 +dataDraw3               =TRUE
   1.167 +dataVerify3		=TRUE
   1.168 +
   1.169 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0004-Instructions]
   1.170 +text			={preDrawnRect,instructions}
   1.171 +
   1.172 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0004-Read]
   1.173 +
   1.174 +rect1_minX  		={preDrawnRect,tl_x}
   1.175 +rect1_minY		={preDrawnRect,tl_y}
   1.176 +rect1_maxX 		={preDrawnRect,br_x}
   1.177 +rect1_maxY 		={preDrawnRect,br_y}
   1.178 +
   1.179 +timeout			=0
   1.180 +synchronous             =FALSE
   1.181 +black                   ={colour,black}
   1.182 +white                   ={colour,white}
   1.183 +errorMargin             ={generic,errorMargin}
   1.184 +
   1.185 +exitRectangle_minX      ={exitBox,minX}
   1.186 +exitRectangle_minY      ={exitBox,minY}
   1.187 +exitRectangle_maxX      ={exitBox,maxX}
   1.188 +exitRectangle_maxY      ={exitBox,maxY}
   1.189 +
   1.190 +tests                   ={preDrawnRect,eventTotal}
   1.191 +
   1.192 +eventType1		={rawEvent,button1Down}
   1.193 +eventOccurance1		=EEventOccuranceOnce
   1.194 +dataDraw1               =TRUE
   1.195 +dataVerify1		=TRUE
   1.196 +
   1.197 +eventType2		={rawEvent,pointerMove}
   1.198 +eventOccurance2		=EEventOccuranceOneOrMore
   1.199 +dataDraw2               =TRUE
   1.200 +dataVerify2		=TRUE
   1.201 +
   1.202 +eventType3		={rawEvent,button1Up}
   1.203 +eventOccurance3		=EEventOccuranceOnce
   1.204 +dataDraw3               =TRUE
   1.205 +dataVerify3		=TRUE
   1.206 +
   1.207 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0005-PenState]
   1.208 +text                    =Please touch the screen manual checking of penstate off we should not recieve a pen event ( a pixel should NOT highlight). If no reaction please let this read timeout.
   1.209 +halEValue               =EPenState
   1.210 +value                   ={halDataOff,value}
   1.211 +expected                ={halDataOff,expected}
   1.212 +timeout			={generic,maxTimeout}
   1.213 +timeoutExpected         =TRUE
   1.214 +synchronous             =FALSE
   1.215 +
   1.216 +tests                   =1
   1.217 +eventType1		={rawEvent,button1Down}
   1.218 +eventOccurance1		=EEventOccuranceOnce
   1.219 +dataDraw1               =FALSE
   1.220 +dataVerify1		=FALSE
   1.221 +
   1.222 +eventType2		={rawEvent,pointerMove}
   1.223 +eventOccurance2		=EEventOccuranceZeroOrMore
   1.224 +dataVerify2		=FALSE
   1.225 +dataDraw2               =FALSE
   1.226 +
   1.227 +eventType3		={rawEvent,button1Up}
   1.228 +eventOccurance3		=EEventOccuranceOnce
   1.229 +dataVerify3		=FALSE
   1.230 +dataDraw3               =TRUE
   1.231 +
   1.232 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0005-WriteFeedback]
   1.233 +text                    =EPen state should be off if pen event recieved please fail the testcase.
   1.234 +
   1.235 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0006-PenState]
   1.236 +text                    =Please touch the screen manual checking of penstate On we should recieve a pen event (a pixel should highlight). If no reaction please let this read timeout.
   1.237 +timeout			={generic,maxTimeout}
   1.238 +timeoutExpected         =FALSE
   1.239 +synchronous             =FALSE
   1.240 +halEValue               =EPenState
   1.241 +value                   ={halDataOn,value}
   1.242 +expected                ={halDataOn,expected}
   1.243 +
   1.244 +tests                   =1
   1.245 +eventType1		={rawEvent,button1Down}
   1.246 +eventOccurance1		=EEventOccuranceOnce
   1.247 +dataDraw1               =FALSE
   1.248 +dataVerify1		=FALSE
   1.249 +
   1.250 +eventType2		={rawEvent,pointerMove}
   1.251 +eventOccurance2		=EEventOccuranceZeroOrMore
   1.252 +dataVerify2		=FALSE
   1.253 +dataDraw2               =FALSE
   1.254 +
   1.255 +eventType3		={rawEvent,button1Up}
   1.256 +eventOccurance3		=EEventOccuranceOnce
   1.257 +dataVerify3		=FALSE
   1.258 +dataDraw3               =TRUE
   1.259 +
   1.260 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0006-WriteFeedback]
   1.261 +text                    =EPen state should be ON if pen event recieved please pass the testcase.
   1.262 +
   1.263 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0007-WriteFeedback]
   1.264 +text                    =EPenClick should be on, Did a pen click produce a Click sound?.
   1.265 +
   1.266 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0007-PenClick]
   1.267 +text                    =Please touch the screen manual checking of EPenClick,we should hear a click sound. If no reaction please let this read timeout.
   1.268 +halEValue               =EPenClick
   1.269 +value                   ={halDataOn,value}
   1.270 +expected                ={halDataOn,expected}
   1.271 +timeout			={generic,maxTimeout}
   1.272 +synchronous             =FALSE
   1.273 +
   1.274 +tests                   =1
   1.275 +eventType1		={rawEvent,button1Down}
   1.276 +eventOccurance1		=EEventOccuranceOnce
   1.277 +dataDraw1               =FALSE
   1.278 +dataVerify1		=FALSE
   1.279 +
   1.280 +eventType2		={rawEvent,pointerMove}
   1.281 +eventOccurance2		=EEventOccuranceZeroOrMore
   1.282 +dataVerify2		=FALSE
   1.283 +dataDraw2               =FALSE
   1.284 +
   1.285 +eventType3		={rawEvent,button1Up}
   1.286 +eventOccurance3		=EEventOccuranceOnce
   1.287 +dataVerify3		=FALSE
   1.288 +dataDraw3               =TRUE
   1.289 +
   1.290 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0008-WriteFeedback]
   1.291 +text                    =EPenClick should be off, Did a pen click produce a Click sound?.
   1.292 +
   1.293 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0008-Setup]
   1.294 +halEValue               =EPenState
   1.295 +value                   ={halDataOn,value}
   1.296 +expected                ={halDataOn,value}
   1.297 +
   1.298 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0008-PenClick]
   1.299 +text                    =Please touch the screen manual checking of EPenClick,we should NOT hear a click sound. If no reaction please let this read timeout.
   1.300 +halEValue               =EPenClick
   1.301 +value                   ={halDataOff,value}
   1.302 +expected                ={halDataOff,expected}
   1.303 +timeout			={generic,maxTimeout}
   1.304 +synchronous             =FALSE
   1.305 +
   1.306 +tests                   =1
   1.307 +eventType1		={rawEvent,button1Down}
   1.308 +eventOccurance1		=EEventOccuranceOnce
   1.309 +dataDraw1               =FALSE
   1.310 +dataVerify1		=FALSE
   1.311 +
   1.312 +eventType2		={rawEvent,pointerMove}
   1.313 +eventOccurance2		=EEventOccuranceZeroOrMore
   1.314 +dataVerify2		=FALSE
   1.315 +dataDraw2               =FALSE
   1.316 +
   1.317 +eventType3		={rawEvent,button1Up}
   1.318 +eventOccurance3		=EEventOccuranceOnce
   1.319 +dataVerify3		=FALSE
   1.320 +dataDraw3               =TRUE
   1.321 +
   1.322 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-EDisplayStateOn]
   1.323 +halEValue               =EDisplayState
   1.324 +value                   ={halDataOn,value}
   1.325 +expected                ={halDataOn,expected}
   1.326 +
   1.327 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-EDisplayStateOff]
   1.328 +halEValue               =EDisplayState
   1.329 +value                   ={halDataOff,value}
   1.330 +expected                ={halDataOff,expected}
   1.331 +
   1.332 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0011-EPenDisplayOn]
   1.333 +text                    =Pen tap state switched on, a pen click should switch on the display. Please wait for the backlight to switch off before tapping screen. If no reaction please let this read timeout.
   1.334 +halEValue               =EPenDisplayOn
   1.335 +value                   ={halDataOn,value}
   1.336 +expected                ={halDataOn,expected}
   1.337 +timeout			={generic,maxTimeout}
   1.338 +synchronous             =FALSE
   1.339 +
   1.340 +tests                   =1
   1.341 +eventType1		={rawEvent,button1Down}
   1.342 +eventOccurance1		=EEventOccuranceOnce
   1.343 +dataDraw1               =FALSE
   1.344 +dataVerify1		=FALSE
   1.345 +
   1.346 +eventType2		={rawEvent,pointerMove}
   1.347 +eventOccurance2		=EEventOccuranceZeroOrMore
   1.348 +dataVerify2		=FALSE
   1.349 +dataDraw2               =FALSE
   1.350 +
   1.351 +eventType3		={rawEvent,button1Up}
   1.352 +eventOccurance3		=EEventOccuranceOnce
   1.353 +dataVerify3		=FALSE
   1.354 +dataDraw3               =TRUE
   1.355 +
   1.356 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0011-WriteFeedback]
   1.357 +text                    =Pen tap state switched on, Did a pen tap switch on the display? 
   1.358 +
   1.359 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0011-EPenDisplayOnRestore]
   1.360 +halEValue               =EPenDisplayOn
   1.361 +expected                =1
   1.362 +value                   =1
   1.363 +
   1.364 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0012-EPenDisplayOn]
   1.365 +halEValue               =EPenDisplayOn
   1.366 +text                    =Pen tap state switched off, a pen click should NOT switch on the display. Please wait for the backlight to switch off before tapping screen. If no reaction please let this read timeout.
   1.367 +value                   ={halDataOff,value}
   1.368 +expected                ={halDataOff,expected}
   1.369 +timeout			={generic,maxTimeout}
   1.370 +synchronous             =FALSE
   1.371 +
   1.372 +tests                   =1
   1.373 +eventType1		={rawEvent,button1Down}
   1.374 +eventOccurance1		=EEventOccuranceOnce
   1.375 +dataDraw1               =FALSE
   1.376 +dataVerify1		=FALSE
   1.377 +
   1.378 +eventType2		={rawEvent,pointerMove}
   1.379 +eventOccurance2		=EEventOccuranceZeroOrMore
   1.380 +dataVerify2		=FALSE
   1.381 +dataDraw2               =FALSE
   1.382 +
   1.383 +eventType3		={rawEvent,button1Up}
   1.384 +eventOccurance3		=EEventOccuranceOnce
   1.385 +dataVerify3		=FALSE
   1.386 +dataDraw3               =TRUE
   1.387 +
   1.388 +[BASE-BSP-DIGITISER-DRIVER-MANUAL-0012-WriteFeedback]
   1.389 +text                    =Pen tap state switched off,  a pen tap should not switch on the display fail if it did.