haitest/bspsvs/suite/bsp/lcd/testdata/base-bsp-screen-driver-mode.ini
changeset 0 cec860690d41
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/haitest/bspsvs/suite/bsp/lcd/testdata/base-bsp-screen-driver-mode.ini	Tue Feb 02 01:39:10 2010 +0200
@@ -0,0 +1,2639 @@
+[include]
+file1				=\base\screen\t_screen.ini
+file2 				=\base\t_prompt.ini
+
+[lcd1]
+name=lcd1
+
+[BASE-BSP-SCREEN-DRIVER-PromptMessage]
+message				=Press affirmative key if ok
+delay				={promptMessage, delay}
+keyCode				={promptMessage, keyCode}
+
+[BASE-BSP-SCREEN-DRIVER-RedPromptMessage]
+message				=Expect the screen to fill with red, press affirmative key to continue.
+delay				={promptMessage, delay}
+keyCode				={promptMessage, keyCode}
+
+[BASE-BSP-SCREEN-DRIVER-GreenPromptMessage]
+message				=Expect the screen to fill with green, press affirmative key to continue.
+delay				={promptMessage, delay}
+keyCode				={promptMessage, keyCode}
+
+[BASE-BSP-SCREEN-DRIVER-BluePromptMessage]
+message				=Expect the screen to fill with blue, press affirmative key to continue.
+delay				={promptMessage, delay}
+keyCode				={promptMessage, keyCode}
+
+[BASE-BSP-SCREEN-DRIVER-WhitePromptMessage]
+message				=Expect the screen to fill with white, press affirmative key to continue.
+delay				={promptMessage, delay}
+keyCode				={promptMessage, keyCode}
+
+[BASE-BSP-SCREEN-DRIVER-BlackPromptMessage]
+message				=Expect the screen to fill with black, press affirmative key to continue.
+delay				={promptMessage, delay}
+keyCode				={promptMessage, keyCode}
+
+
+[BASE-BSP-SCREEN-DRIVER-MultiColourPromptMessage]
+message				=Expect multicoloured rectangles that reduce in size as they get closer to the center of the screen, press affirmative key to continue.
+delay				={promptMessage, delay}
+keyCode				={promptMessage, keyCode}
+
+[BASE-BSP-SCREEN-DRIVER-MovingRectanglePromptMessage]
+message				=Expect a black moving rectangle on a red screen, press affirmative key to continue.
+delay				={promptMessage, delay}
+keyCode				={promptMessage, keyCode}
+
+[BASE-BSP-SCREEN-DRIVER-HorizontalStripPromptMessage]
+message				=Expect multicoloured horizontal stripes on the screen, press affirmative key to continue.
+delay				={promptMessage, delay}
+keyCode				={promptMessage, keyCode}
+
+[BASE-BSP-SCREEN-DRIVER-VerticalStripPromptMessage]
+message				=Expect multicoloured vertical stripes on the screen, press affirmative key to continue.
+delay				={promptMessage, delay}
+keyCode				={promptMessage, keyCode}
+
+
+
+[BASE-BSP-SCREEN-DRIVER-Test-EDisplayMode]
+halEValue			=EDisplayMode
+yyexpected			={screen,displaymode}
+
+[BASE-BSP-SCREEN-DRIVER-Test-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+expected			={screen,modewidth}
+
+[BASE-BSP-SCREEN-DRIVER-Test-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+expected			={screen,modeheight}
+
+[BASE-BSP-SCREEN-DRIVER-Test-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+
+[BASE-BSP-SCREEN-DRIVER-Test-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+expected			={screen,modedisplayOffsetBetweenLines}
+
+[BASE-BSP-SCREEN-DRIVER-Test-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+expected			={screen,modedisplayOffsetToFirstPixel}
+
+[BASE-BSP-SCREEN-DRIVER-Test-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+expected			={screen,modebitsPerPixel}
+
+[BASE-BSP-SCREEN-DRIVER-Test-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+expected			={screen,modedisplayIsPalettized}
+
+
+
+
+[BASE-BSP-SCREEN-DRIVER-EDisplayMode]
+halEValue			=EDisplayMode
+
+[BASE-BSP-SCREEN-DRIVER-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+
+[BASE-BSP-SCREEN-DRIVER-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+
+[BASE-BSP-SCREEN-DRIVER-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+
+[BASE-BSP-SCREEN-DRIVER-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+
+[BASE-BSP-SCREEN-DRIVER-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+
+[BASE-BSP-SCREEN-DRIVER-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+
+[BASE-BSP-SCREEN-DRIVER-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+
+[BASE-BSP-SCREEN-DRIVER-0002-utilityFillColor]
+color_red			=0xFF
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=red
+mask_red			={screen,modemaskRed}
+mask_green			={screen,modemaskGreen}
+mask_blue			={screen,modemaskBlue}
+mask_alpha			={screen,modemaskAlpha}
+shift_red			={screen,modeshiftRed}
+shift_green			={screen,modeshiftGreen}
+shift_blue			={screen,modeshiftBlue}
+shift_alpha			={screen,modeshiftAlpha}
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-0003-utilityFillColor]
+color_red			=0x00
+color_green			=0xFF
+color_blue			=0x00
+color_alpha			=0x00
+color				=green
+mask_red			={screen,modemaskRed}
+mask_green			={screen,modemaskGreen}
+mask_blue			={screen,modemaskBlue}
+mask_alpha			={screen,modemaskAlpha}
+shift_red			={screen,modeshiftRed}
+shift_green			={screen,modeshiftGreen}
+shift_blue			={screen,modeshiftBlue}
+shift_alpha			={screen,modeshiftAlpha}
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-0004-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0xFF
+color_alpha			=0x00
+color				=blue
+mask_red			={screen,modemaskRed}
+mask_green			={screen,modemaskGreen}
+mask_blue			={screen,modemaskBlue}
+mask_alpha			={screen,modemaskAlpha}
+shift_red			={screen,modeshiftRed}
+shift_green			={screen,modeshiftGreen}
+shift_blue			={screen,modeshiftBlue}
+shift_alpha			={screen,modeshiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-0005-utilityFillColor]
+color_red			=0xFF
+color_green			=0xFF
+color_blue			=0xFF
+color_alpha			=0x00
+color				=white
+mask_red			={screen,modemaskRed}
+mask_green			={screen,modemaskGreen}
+mask_blue			={screen,modemaskBlue}
+mask_alpha			={screen,modemaskAlpha}
+shift_red			={screen,modeshiftRed}
+shift_green			={screen,modeshiftGreen}
+shift_blue			={screen,modeshiftBlue}
+shift_alpha			={screen,modeshiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-0006-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=black
+mask_red			={screen,modemaskRed}
+mask_green			={screen,modemaskGreen}
+mask_blue			={screen,modemaskBlue}
+mask_alpha			={screen,modemaskAlpha}
+shift_red			={screen,modeshiftRed}
+shift_green			={screen,modeshiftGreen}
+shift_blue			={screen,modeshiftBlue}
+shift_alpha			={screen,modeshiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-0007-utilityFillMultiColor]
+color1_red			=0xFF
+color1_green			=0x00
+color1_blue			=0x00
+color1_alpha			=0x00
+color1				=red
+color2_red			=0xFF
+color2_green			=0xFF
+color2_blue			=0xFF
+color2_alpha			=0x00
+color2				=white
+color3_red			=0x00
+color3_green			=0xFF
+color3_blue			=0x00
+color3_alpha			=0x00
+color3				=green
+mask_red			={screen,modemaskRed}
+mask_green			={screen,modemaskGreen}
+mask_blue			={screen,modemaskBlue}
+mask_alpha			={screen,modemaskAlpha}
+shift_red			={screen,modeshiftRed}
+shift_green			={screen,modeshiftGreen}
+shift_blue			={screen,modeshiftBlue}
+shift_alpha			={screen,modeshiftAlpha}
+margin				=8
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-0008-utilityMovingRectangle]
+background_red			=0xFF
+background_green		=0x00
+background_blue			=0x00
+background_alpha		=0x00
+background			=red
+foreground_red			=0x00
+foreground_green		=0x00
+foreground_blue			=0x00
+foreground_alpha		=0x00
+foreground			=black
+mask_red			={screen,modemaskRed}
+mask_green			={screen,modemaskGreen}
+mask_blue			={screen,modemaskBlue}
+mask_alpha			={screen,modemaskAlpha}
+shift_red			={screen,modeshiftRed}
+shift_green			={screen,modeshiftGreen}
+shift_blue			={screen,modeshiftBlue}
+shift_alpha			={screen,modeshiftAlpha}
+length				=32
+width				=32
+step				=1
+framedelay			=10000
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-0009-utilityFillHorizontalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+color9_red			=0xFF
+color9_green		=0x00
+color9_blue			=0x00
+color9_alpha		=0x00
+color9				=red
+mask_red			={screen,modemaskRed}
+mask_green			={screen,modemaskGreen}
+mask_blue			={screen,modemaskBlue}
+mask_alpha			={screen,modemaskAlpha}
+shift_red			={screen,modeshiftRed}
+shift_green			={screen,modeshiftGreen}
+shift_blue			={screen,modeshiftBlue}
+shift_alpha			={screen,modeshiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-0010-utilityFillVerticalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen,modemaskRed}
+mask_green			={screen,modemaskGreen}
+mask_blue			={screen,modemaskBlue}
+mask_alpha			={screen,modemaskAlpha}
+shift_red			={screen,modeshiftRed}
+shift_green			={screen,modeshiftGreen}
+shift_blue			={screen,modeshiftBlue}
+shift_alpha			={screen,modeshiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-Test-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+expected			={screen0,displaymode}
+value				={screen0,displaymode}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-Test-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+expected			={screen0,modewidth}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-Test-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+expected			={screen0,modeheight}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-Test-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-Test-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+expected			={screen0,modedisplayOffsetBetweenLines}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-Test-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+expected			={screen0,modedisplayOffsetToFirstPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-Test-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+expected			={screen0,modebitsPerPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-Test-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+expected			={screen0,modedisplayIsPalettized}
+
+
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+value				={screen0,displaymode}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-0002-utilityFillColor]
+color_red			=0xFF
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=red
+mask_red			={screen0,modemaskRed}
+mask_green			={screen0,modemaskGreen}
+mask_blue			={screen0,modemaskBlue}
+mask_alpha			={screen0,modemaskAlpha}
+shift_red			={screen0,modeshiftRed}
+shift_green			={screen0,modeshiftGreen}
+shift_blue			={screen0,modeshiftBlue}
+shift_alpha			={screen0,modeshiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-0003-utilityFillColor]
+color_red			=0x00
+color_green			=0xFF
+color_blue			=0x00
+color_alpha			=0x00
+color				=green
+mask_red			={screen0,modemaskRed}
+mask_green			={screen0,modemaskGreen}
+mask_blue			={screen0,modemaskBlue}
+mask_alpha			={screen0,modemaskAlpha}
+shift_red			={screen0,modeshiftRed}
+shift_green			={screen0,modeshiftGreen}
+shift_blue			={screen0,modeshiftBlue}
+shift_alpha			={screen0,modeshiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-0004-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0xFF
+color_alpha			=0x00
+color				=blue
+mask_red			={screen0,modemaskRed}
+mask_green			={screen0,modemaskGreen}
+mask_blue			={screen0,modemaskBlue}
+mask_alpha			={screen0,modemaskAlpha}
+shift_red			={screen0,modeshiftRed}
+shift_green			={screen0,modeshiftGreen}
+shift_blue			={screen0,modeshiftBlue}
+shift_alpha			={screen0,modeshiftAlpha}
+
+screenDelay			={screen,screenDelay}
+ 
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-0005-utilityFillColor]
+color_red			=0xFF
+color_green			=0xFF
+color_blue			=0xFF
+color_alpha			=0x00
+color				=white
+mask_red			={screen0,modemaskRed}
+mask_green			={screen0,modemaskGreen}
+mask_blue			={screen0,modemaskBlue}
+mask_alpha			={screen0,modemaskAlpha}
+shift_red			={screen0,modeshiftRed}
+shift_green			={screen0,modeshiftGreen}
+shift_blue			={screen0,modeshiftBlue}
+shift_alpha			={screen0,modeshiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-0006-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=black
+mask_red			={screen0,modemaskRed}
+mask_green			={screen0,modemaskGreen}
+mask_blue			={screen0,modemaskBlue}
+mask_alpha			={screen0,modemaskAlpha}
+shift_red			={screen0,modeshiftRed}
+shift_green			={screen0,modeshiftGreen}
+shift_blue			={screen0,modeshiftBlue}
+shift_alpha			={screen0,modeshiftAlpha}
+
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-0007-utilityFillMultiColor]
+color1_red			=0xFF
+color1_green			=0x00
+color1_blue			=0x00
+color1_alpha			=0x00
+color1				=red
+color2_red			=0xFF
+color2_green			=0xFF
+color2_blue			=0xFF
+color2_alpha			=0x00
+color2				=white
+color3_red			=0x00
+color3_green			=0xFF
+color3_blue			=0x00
+color3_alpha			=0x00
+color3				=green
+mask_red			={screen0,modemaskRed}
+mask_green			={screen0,modemaskGreen}
+mask_blue			={screen0,modemaskBlue}
+mask_alpha			={screen0,modemaskAlpha}
+shift_red			={screen0,modeshiftRed}
+shift_green			={screen0,modeshiftGreen}
+shift_blue			={screen0,modeshiftBlue}
+shift_alpha			={screen0,modeshiftAlpha}
+margin				=8
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-0008-utilityMovingRectangle]
+background_red			=0xFF
+background_green		=0x00
+background_blue			=0x00
+background_alpha		=0x00
+background			    =red
+foreground_red			=0x00
+foreground_green		=0x00
+foreground_blue			=0x00
+foreground_alpha		=0x00
+foreground			=black
+mask_red			={screen0,modemaskRed}
+mask_green			={screen0,modemaskGreen}
+mask_blue			={screen0,modemaskBlue}
+mask_alpha			={screen0,modemaskAlpha}
+shift_red			={screen0,modeshiftRed}
+shift_green			={screen0,modeshiftGreen}
+shift_blue			={screen0,modeshiftBlue}
+shift_alpha			={screen0,modeshiftAlpha}
+length				=32
+width				=32
+step				=1
+framedelay			=10000
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-0009-utilityFillHorizontalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,modemaskRed}
+mask_green			={screen0,modemaskGreen}
+mask_blue			={screen0,modemaskBlue}
+mask_alpha			={screen0,modemaskAlpha}
+shift_red			={screen0,modeshiftRed}
+shift_green			={screen0,modeshiftGreen}
+shift_blue			={screen0,modeshiftBlue}
+shift_alpha			={screen0,modeshiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0-0010-utilityFillVerticalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,modemaskRed}
+mask_green			={screen0,modemaskGreen}
+mask_blue			={screen0,modemaskBlue}
+mask_alpha			={screen0,modemaskAlpha}
+shift_red			={screen0,modeshiftRed}
+shift_green			={screen0,modeshiftGreen}
+shift_blue			={screen0,modeshiftBlue}
+shift_alpha			={screen0,modeshiftAlpha}
+margin				=4
+
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-Test-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+expected			=0
+value				=0
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-Test-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+expected			={screen0,mode0width}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-Test-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+expected			={screen0,mode0height}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-Test-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-Test-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+expected			={screen0,mode0displayOffsetBetweenLines}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-Test-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+expected			={screen0,mode0displayOffsetToFirstPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-Test-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+expected			={screen0,mode0bitsPerPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-Test-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+expected			={screen0,mode0displayIsPalettized}
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+value				=0
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-0002-utilityFillColor]
+color_red			=0xFF
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=red
+mask_red			={screen0,mode0maskRed}
+mask_green			={screen0,mode0maskGreen}
+mask_blue			={screen0,mode0maskBlue}
+mask_alpha			={screen0,mode0maskAlpha}
+shift_red			={screen0,mode0shiftRed}
+shift_green			={screen0,mode0shiftGreen}
+shift_blue			={screen0,mode0shiftBlue}
+shift_alpha			={screen0,mode0shiftAlpha}
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-0003-utilityFillColor]
+color_red			=0x00
+color_green			=0xFF
+color_blue			=0x00
+color_alpha			=0x00
+color				=green
+mask_red			={screen0,mode0maskRed}
+mask_green			={screen0,mode0maskGreen}
+mask_blue			={screen0,mode0maskBlue}
+mask_alpha			={screen0,mode0maskAlpha}
+shift_red			={screen0,mode0shiftRed}
+shift_green			={screen0,mode0shiftGreen}
+shift_blue			={screen0,mode0shiftBlue}
+shift_alpha			={screen0,mode0shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-0004-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0xFF
+color_alpha			=0x00
+color				=blue
+mask_red			={screen0,mode0maskRed}
+mask_green			={screen0,mode0maskGreen}
+mask_blue			={screen0,mode0maskBlue}
+mask_alpha			={screen0,mode0maskAlpha}
+shift_red			={screen0,mode0shiftRed}
+shift_green			={screen0,mode0shiftGreen}
+shift_blue			={screen0,mode0shiftBlue}
+shift_alpha			={screen0,mode0shiftAlpha}
+
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-0005-utilityFillColor]
+color_red			=0xFF
+color_green			=0xFF
+color_blue			=0xFF
+color_alpha			=0x00
+color				=white
+mask_red			={screen0,mode0maskRed}
+mask_green			={screen0,mode0maskGreen}
+mask_blue			={screen0,mode0maskBlue}
+mask_alpha			={screen0,mode0maskAlpha}
+shift_red			={screen0,mode0shiftRed}
+shift_green			={screen0,mode0shiftGreen}
+shift_blue			={screen0,mode0shiftBlue}
+shift_alpha			={screen0,mode0shiftAlpha}
+
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-0006-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=black
+mask_red			={screen0,mode0maskRed}
+mask_green			={screen0,mode0maskGreen}
+mask_blue			={screen0,mode0maskBlue}
+mask_alpha			={screen0,mode0maskAlpha}
+shift_red			={screen0,mode0shiftRed}
+shift_green			={screen0,mode0shiftGreen}
+shift_blue			={screen0,mode0shiftBlue}
+shift_alpha			={screen0,mode0shiftAlpha}
+
+
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-0007-utilityFillMultiColor]
+color1_red			=0xFF
+color1_green			=0x00
+color1_blue			=0x00
+color1_alpha			=0x00
+color1				=red
+color2_red			=0xFF
+color2_green			=0xFF
+color2_blue			=0xFF
+color2_alpha			=0x00
+color2				=white
+color3_red			=0x00
+color3_green			=0xFF
+color3_blue			=0x00
+color3_alpha			=0x00
+color3				=green
+mask_red			={screen0,mode0maskRed}
+mask_green			={screen0,mode0maskGreen}
+mask_blue			={screen0,mode0maskBlue}
+mask_alpha			={screen0,mode0maskAlpha}
+shift_red			={screen0,mode0shiftRed}
+shift_green			={screen0,mode0shiftGreen}
+shift_blue			={screen0,mode0shiftBlue}
+shift_alpha			={screen0,mode0shiftAlpha}
+margin				=8
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-0008-utilityMovingRectangle]
+background_red			=0xFF
+background_green		=0x00
+background_blue			=0x00
+background_alpha		=0x00
+background			    =red
+foreground_red			=0x00
+foreground_green		=0x00
+foreground_blue			=0x00
+foreground_alpha		=0x00
+foreground			=black
+mask_red			={screen0,mode0maskRed}
+mask_green			={screen0,mode0maskGreen}
+mask_blue			={screen0,mode0maskBlue}
+mask_alpha			={screen0,mode0maskAlpha}
+shift_red			={screen0,mode0shiftRed}
+shift_green			={screen0,mode0shiftGreen}
+shift_blue			={screen0,mode0shiftBlue}
+shift_alpha			={screen0,mode0shiftAlpha}
+length				=32
+width				=32
+step				=1
+framedelay			=10000
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-0009-utilityFillHorizontalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,mode0maskRed}
+mask_green			={screen0,mode0maskGreen}
+mask_blue			={screen0,mode0maskBlue}
+mask_alpha			={screen0,mode0maskAlpha}
+shift_red			={screen0,mode0shiftRed}
+shift_green			={screen0,mode0shiftGreen}
+shift_blue			={screen0,mode0shiftBlue}
+shift_alpha			={screen0,mode0shiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE0-0010-utilityFillVerticalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,mode0maskRed}
+mask_green			={screen0,mode0maskGreen}
+mask_blue			={screen0,mode0maskBlue}
+mask_alpha			={screen0,mode0maskAlpha}
+shift_red			={screen0,mode0shiftRed}
+shift_green			={screen0,mode0shiftGreen}
+shift_blue			={screen0,mode0shiftBlue}
+shift_alpha			={screen0,mode0shiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-Test-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+expected			=1
+value				=1
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-Test-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+expected			={screen0,mode1width}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-Test-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+expected			={screen0,mode1height}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-Test-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-Test-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+expected			={screen0,mode1displayOffsetBetweenLines}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-Test-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+expected			={screen0,mode1displayOffsetToFirstPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-Test-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+expected			={screen0,mode1bitsPerPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-Test-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+expected			={screen0,mode1displayIsPalettized}
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+value				=1
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-0002-utilityFillColor]
+color_red			=0xFF
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=red
+mask_red			={screen0,mode1maskRed}
+mask_green			={screen0,mode1maskGreen}
+mask_blue			={screen0,mode1maskBlue}
+mask_alpha			={screen0,mode1maskAlpha}
+shift_red			={screen0,mode1shiftRed}
+shift_green			={screen0,mode1shiftGreen}
+shift_blue			={screen0,mode1shiftBlue}
+shift_alpha			={screen0,mode1shiftAlpha}
+
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-0003-utilityFillColor]
+color_red			=0x00
+color_green			=0xFF
+color_blue			=0x00
+color_alpha			=0x00
+color				=green
+mask_red			={screen0,mode1maskRed}
+mask_green			={screen0,mode1maskGreen}
+mask_blue			={screen0,mode1maskBlue}
+mask_alpha			={screen0,mode1maskAlpha}
+shift_red			={screen0,mode1shiftRed}
+shift_green			={screen0,mode1shiftGreen}
+shift_blue			={screen0,mode1shiftBlue}
+shift_alpha			={screen0,mode1shiftAlpha}
+
+
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-0004-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0xFF
+color_alpha			=0x00
+color				=blue
+mask_red			={screen0,mode1maskRed}
+mask_green			={screen0,mode1maskGreen}
+mask_blue			={screen0,mode1maskBlue}
+mask_alpha			={screen0,mode1maskAlpha}
+shift_red			={screen0,mode1shiftRed}
+shift_green			={screen0,mode1shiftGreen}
+shift_blue			={screen0,mode1shiftBlue}
+shift_alpha			={screen0,mode1shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-0005-utilityFillColor]
+color_red			=0xFF
+color_green			=0xFF
+color_blue			=0xFF
+color_alpha			=0x00
+color				=white
+mask_red			={screen0,mode1maskRed}
+mask_green			={screen0,mode1maskGreen}
+mask_blue			={screen0,mode1maskBlue}
+mask_alpha			={screen0,mode1maskAlpha}
+shift_red			={screen0,mode1shiftRed}
+shift_green			={screen0,mode1shiftGreen}
+shift_blue			={screen0,mode1shiftBlue}
+shift_alpha			={screen0,mode1shiftAlpha}
+
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-0006-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=black
+mask_red			={screen0,mode1maskRed}
+mask_green			={screen0,mode1maskGreen}
+mask_blue			={screen0,mode1maskBlue}
+mask_alpha			={screen0,mode1maskAlpha}
+shift_red			={screen0,mode1shiftRed}
+shift_green			={screen0,mode1shiftGreen}
+shift_blue			={screen0,mode1shiftBlue}
+shift_alpha			={screen0,mode1shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-0007-utilityFillMultiColor]
+color1_red			=0xFF
+color1_green			=0x00
+color1_blue			=0x00
+color1_alpha			=0x00
+color1				=red
+color2_red			=0xFF
+color2_green			=0xFF
+color2_blue			=0xFF
+color2_alpha			=0x00
+color2				=white
+color3_red			=0x00
+color3_green			=0xFF
+color3_blue			=0x00
+color3_alpha			=0x00
+color3				=green
+mask_red			={screen0,mode1maskRed}
+mask_green			={screen0,mode1maskGreen}
+mask_blue			={screen0,mode1maskBlue}
+mask_alpha			={screen0,mode1maskAlpha}
+shift_red			={screen0,mode1shiftRed}
+shift_green			={screen0,mode1shiftGreen}
+shift_blue			={screen0,mode1shiftBlue}
+shift_alpha			={screen0,mode1shiftAlpha}
+margin				=8
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-0008-utilityMovingRectangle]
+background_red			=0xFF
+background_green		=0x00
+background_blue			=0x00
+background_alpha		=0x00
+background			    =red
+foreground_red			=0x00
+foreground_green		=0x00
+foreground_blue			=0x00
+foreground_alpha		=0x00
+foreground			=black
+mask_red			={screen0,mode1maskRed}
+mask_green			={screen0,mode1maskGreen}
+mask_blue			={screen0,mode1maskBlue}
+mask_alpha			={screen0,mode1maskAlpha}
+shift_red			={screen0,mode1shiftRed}
+shift_green			={screen0,mode1shiftGreen}
+shift_blue			={screen0,mode1shiftBlue}
+shift_alpha			={screen0,mode1shiftAlpha}
+length				=32
+width				=32
+step				=1
+framedelay			=10000
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-0009-utilityFillHorizontalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,mode1maskRed}
+mask_green			={screen0,mode1maskGreen}
+mask_blue			={screen0,mode1maskBlue}
+mask_alpha			={screen0,mode1maskAlpha}
+shift_red			={screen0,mode1shiftRed}
+shift_green			={screen0,mode1shiftGreen}
+shift_blue			={screen0,mode1shiftBlue}
+shift_alpha			={screen0,mode1shiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE1-0010-utilityFillVerticalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,mode1maskRed}
+mask_green			={screen0,mode1maskGreen}
+mask_blue			={screen0,mode1maskBlue}
+mask_alpha			={screen0,mode1maskAlpha}
+shift_red			={screen0,mode1shiftRed}
+shift_green			={screen0,mode1shiftGreen}
+shift_blue			={screen0,mode1shiftBlue}
+shift_alpha			={screen0,mode1shiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-Test-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen1,id}
+expected			={screen1,displaymode}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-Test-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen1,id}
+expected			={screen1,modewidth}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-Test-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen1,id}
+expected			={screen1,modeheight}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-Test-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen1,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-Test-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen1,id}
+expected			={screen1,modedisplayOffsetBetweenLines}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-Test-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen1,id}
+expected			={screen1,modedisplayOffsetToFirstPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-Test-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen1,id}
+expected			={screen1,modebitsPerPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-Test-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen1,id}
+expected			={screen1,modedisplayIsPalettized}
+
+
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen1,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen1,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen1,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen1,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen1,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen1,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen1,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen1,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-0002-utilityFillColor]
+color_red			=0xFF
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=red
+mask_red			={screen1,modemaskRed}
+mask_green			={screen1,modemaskGreen}
+mask_blue			={screen1,modemaskBlue}
+mask_alpha			={screen1,modemaskAlpha}
+shift_red			={screen1,modeshiftRed}
+shift_green			={screen1,modeshiftGreen}
+shift_blue			={screen1,modeshiftBlue}
+shift_alpha			={screen1,modeshiftAlpha}
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-0003-utilityFillColor]
+color_red			=0x00
+color_green			=0xFF
+color_blue			=0x00
+color_alpha			=0x00
+color				=green
+mask_red			={screen1,modemaskRed}
+mask_green			={screen1,modemaskGreen}
+mask_blue			={screen1,modemaskBlue}
+mask_alpha			={screen1,modemaskAlpha}
+shift_red			={screen1,modeshiftRed}
+shift_green			={screen1,modeshiftGreen}
+shift_blue			={screen1,modeshiftBlue}
+shift_alpha			={screen1,modeshiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-0004-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0xFF
+color_alpha			=0x00
+color				=blue
+mask_red			={screen1,modemaskRed}
+mask_green			={screen1,modemaskGreen}
+mask_blue			={screen1,modemaskBlue}
+mask_alpha			={screen1,modemaskAlpha}
+shift_red			={screen1,modeshiftRed}
+shift_green			={screen1,modeshiftGreen}
+shift_blue			={screen1,modeshiftBlue}
+shift_alpha			={screen1,modeshiftAlpha}
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-0005-utilityFillColor]
+color_red			=0xFF
+color_green			=0xFF
+color_blue			=0xFF
+color_alpha			=0x00
+color				=white
+mask_red			={screen1,modemaskRed}
+mask_green			={screen1,modemaskGreen}
+mask_blue			={screen1,modemaskBlue}
+mask_alpha			={screen1,modemaskAlpha}
+shift_red			={screen1,modeshiftRed}
+shift_green			={screen1,modeshiftGreen}
+shift_blue			={screen1,modeshiftBlue}
+shift_alpha			={screen1,modeshiftAlpha}
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-0006-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=black
+mask_red			={screen1,modemaskRed}
+mask_green			={screen1,modemaskGreen}
+mask_blue			={screen1,modemaskBlue}
+mask_alpha			={screen1,modemaskAlpha}
+shift_red			={screen1,modeshiftRed}
+shift_green			={screen1,modeshiftGreen}
+shift_blue			={screen1,modeshiftBlue}
+shift_alpha			={screen1,modeshiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-0007-utilityFillMultiColor]
+color1_red			=0xFF
+color1_green			=0x00
+color1_blue			=0x00
+color1_alpha			=0x00
+color1				=red
+color2_red			=0xFF
+color2_green			=0xFF
+color2_blue			=0xFF
+color2_alpha			=0x00
+color2				=white
+color3_red			=0x00
+color3_green			=0xFF
+color3_blue			=0x00
+color3_alpha			=0x00
+color3				=green
+mask_red			={screen1,modemaskRed}
+mask_green			={screen1,modemaskGreen}
+mask_blue			={screen1,modemaskBlue}
+mask_alpha			={screen1,modemaskAlpha}
+shift_red			={screen1,modeshiftRed}
+shift_green			={screen1,modeshiftGreen}
+shift_blue			={screen1,modeshiftBlue}
+shift_alpha			={screen1,modeshiftAlpha}
+margin				=8
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-0008-utilityMovingRectangle]
+background_red			=0xFF
+background_green		=0x00
+background_blue			=0x00
+background_alpha		=0x00
+background			=red
+foreground_red			=0x00
+foreground_green		=0x00
+foreground_blue			=0x00
+foreground_alpha		=0x00
+foreground			=black
+mask_red			={screen1,modemaskRed}
+mask_green			={screen1,modemaskGreen}
+mask_blue			={screen1,modemaskBlue}
+mask_alpha			={screen1,modemaskAlpha}
+shift_red			={screen1,modeshiftRed}
+shift_green			={screen1,modeshiftGreen}
+shift_blue			={screen1,modeshiftBlue}
+shift_alpha			={screen1,modeshiftAlpha}
+length				=32
+width				=32
+step				=1
+framedelay			=10000
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-0009-utilityFillHorizontalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen1,modemaskRed}
+mask_green			={screen1,modemaskGreen}
+mask_blue			={screen1,modemaskBlue}
+mask_alpha			={screen1,modemaskAlpha}
+shift_red			={screen1,modeshiftRed}
+shift_green			={screen1,modeshiftGreen}
+shift_blue			={screen1,modeshiftBlue}
+shift_alpha			={screen1,modeshiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN1-0010-utilityFillVerticalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen1,modemaskRed}
+mask_green			={screen1,modemaskGreen}
+mask_blue			={screen1,modemaskBlue}
+mask_alpha			={screen1,modemaskAlpha}
+shift_red			={screen1,modeshiftRed}
+shift_green			={screen1,modeshiftGreen}
+shift_blue			={screen1,modeshiftBlue}
+shift_alpha			={screen1,modeshiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-Test-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+value				=2
+expected			=2
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-Test-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+expected			={screen0,mode2width}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-Test-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+expected			={screen0,mode2height}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-Test-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-Test-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+expected			={screen0,mode2displayOffsetBetweenLines}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-Test-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+expected			={screen0,mode2displayOffsetToFirstPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-Test-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+expected			={screen0,mode2bitsPerPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-Test-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+expected			={screen0,mode2displayIsPalettized}
+
+
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+value				=2
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-0002-utilityFillColor]
+color_red			=0xFF
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=red
+mask_red			={screen0,mode2maskRed}
+mask_green			={screen0,mode2maskGreen}
+mask_blue			={screen0,mode2maskBlue}
+mask_alpha			={screen0,mode2maskAlpha}
+shift_red			={screen0,mode2shiftRed}
+shift_green			={screen0,mode2shiftGreen}
+shift_blue			={screen0,mode2shiftBlue}
+shift_alpha			={screen0,mode2shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-0003-utilityFillColor]
+color_red			=0x00
+color_green			=0xFF
+color_blue			=0x00
+color_alpha			=0x00
+color				=green
+mask_red			={screen0,mode2maskRed}
+mask_green			={screen0,mode2maskGreen}
+mask_blue			={screen0,mode2maskBlue}
+mask_alpha			={screen0,mode2maskAlpha}
+shift_red			={screen0,mode2shiftRed}
+shift_green			={screen0,mode2shiftGreen}
+shift_blue			={screen0,mode2shiftBlue}
+shift_alpha			={screen0,mode2shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-0004-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0xFF
+color_alpha			=0x00
+color				=blue
+mask_red			={screen0,mode2maskRed}
+mask_green			={screen0,mode2maskGreen}
+mask_blue			={screen0,mode2maskBlue}
+mask_alpha			={screen0,mode2maskAlpha}
+shift_red			={screen0,mode2shiftRed}
+shift_green			={screen0,mode2shiftGreen}
+shift_blue			={screen0,mode2shiftBlue}
+shift_alpha			={screen0,mode2shiftAlpha}
+
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-0005-utilityFillColor]
+color_red			=0xFF
+color_green			=0xFF
+color_blue			=0xFF
+color_alpha			=0x00
+color				=white
+mask_red			={screen0,mode2maskRed}
+mask_green			={screen0,mode2maskGreen}
+mask_blue			={screen0,mode2maskBlue}
+mask_alpha			={screen0,mode2maskAlpha}
+shift_red			={screen0,mode2shiftRed}
+shift_green			={screen0,mode2shiftGreen}
+shift_blue			={screen0,mode2shiftBlue}
+shift_alpha			={screen0,mode2shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-0006-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=black
+mask_red			={screen0,mode2maskRed}
+mask_green			={screen0,mode2maskGreen}
+mask_blue			={screen0,mode2maskBlue}
+mask_alpha			={screen0,mode2maskAlpha}
+shift_red			={screen0,mode2shiftRed}
+shift_green			={screen0,mode2shiftGreen}
+shift_blue			={screen0,mode2shiftBlue}
+shift_alpha			={screen0,mode2shiftAlpha}
+
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-0007-utilityFillMultiColor]
+color1_red			=0xFF
+color1_green			=0x00
+color1_blue			=0x00
+color1_alpha			=0x00
+color1				=red
+color2_red			=0xFF
+color2_green			=0xFF
+color2_blue			=0xFF
+color2_alpha			=0x00
+color2				=white
+color3_red			=0x00
+color3_green			=0xFF
+color3_blue			=0x00
+color3_alpha			=0x00
+color3				=green
+mask_red			={screen0,mode2maskRed}
+mask_green			={screen0,mode2maskGreen}
+mask_blue			={screen0,mode2maskBlue}
+mask_alpha			={screen0,mode2maskAlpha}
+shift_red			={screen0,mode2shiftRed}
+shift_green			={screen0,mode2shiftGreen}
+shift_blue			={screen0,mode2shiftBlue}
+shift_alpha			={screen0,mode2shiftAlpha}
+margin				=8
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-0008-utilityMovingRectangle]
+background_red			=0xFF
+background_green		=0x00
+background_blue			=0x00
+background_alpha		=0x00
+background			    =red
+foreground_red			=0x00
+foreground_green		=0x00
+foreground_blue			=0x00
+foreground_alpha		=0x00
+foreground			=black
+mask_red			={screen0,mode2maskRed}
+mask_green			={screen0,mode2maskGreen}
+mask_blue			={screen0,mode2maskBlue}
+mask_alpha			={screen0,mode2maskAlpha}
+shift_red			={screen0,mode2shiftRed}
+shift_green			={screen0,mode2shiftGreen}
+shift_blue			={screen0,mode2shiftBlue}
+shift_alpha			={screen0,mode2shiftAlpha}
+length				=32
+width				=32
+step				=1
+framedelay			=10000
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-0009-utilityFillHorizontalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,mode2maskRed}
+mask_green			={screen0,mode2maskGreen}
+mask_blue			={screen0,mode2maskBlue}
+mask_alpha			={screen0,mode2maskAlpha}
+shift_red			={screen0,mode2shiftRed}
+shift_green			={screen0,mode2shiftGreen}
+shift_blue			={screen0,mode2shiftBlue}
+shift_alpha			={screen0,mode2shiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE2-0010-utilityFillVerticalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,mode2maskRed}
+mask_green			={screen0,mode2maskGreen}
+mask_blue			={screen0,mode2maskBlue}
+mask_alpha			={screen0,mode2maskAlpha}
+shift_red			={screen0,mode2shiftRed}
+shift_green			={screen0,mode2shiftGreen}
+shift_blue			={screen0,mode2shiftBlue}
+shift_alpha			={screen0,mode2shiftAlpha}
+margin				=4
+
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-Test-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+value				=3
+expected			=3
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-Test-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+expected			={screen0,mode3width}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-Test-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+expected			={screen0,mode3height}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-Test-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-Test-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+expected			={screen0,mode3displayOffsetBetweenLines}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-Test-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+expected			={screen0,mode3displayOffsetToFirstPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-Test-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+expected			={screen0,mode3bitsPerPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-Test-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+expected			={screen0,mode3displayIsPalettized}
+
+
+
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+value				=3
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-0002-utilityFillColor]
+color_red			=0xFF
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=red
+mask_red			={screen0,mode3maskRed}
+mask_green			={screen0,mode3maskGreen}
+mask_blue			={screen0,mode3maskBlue}
+mask_alpha			={screen0,mode3maskAlpha}
+shift_red			={screen0,mode3shiftRed}
+shift_green			={screen0,mode3shiftGreen}
+shift_blue			={screen0,mode3shiftBlue}
+shift_alpha			={screen0,mode3shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-0003-utilityFillColor]
+color_red			=0x00
+color_green			=0xFF
+color_blue			=0x00
+color_alpha			=0x00
+color				=green
+mask_red			={screen0,mode3maskRed}
+mask_green			={screen0,mode3maskGreen}
+mask_blue			={screen0,mode3maskBlue}
+mask_alpha			={screen0,mode3maskAlpha}
+shift_red			={screen0,mode3shiftRed}
+shift_green			={screen0,mode3shiftGreen}
+shift_blue			={screen0,mode3shiftBlue}
+shift_alpha			={screen0,mode3shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-0004-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0xFF
+color_alpha			=0x00
+color				=blue
+mask_red			={screen0,mode3maskRed}
+mask_green			={screen0,mode3maskGreen}
+mask_blue			={screen0,mode3maskBlue}
+mask_alpha			={screen0,mode3maskAlpha}
+shift_red			={screen0,mode3shiftRed}
+shift_green			={screen0,mode3shiftGreen}
+shift_blue			={screen0,mode3shiftBlue}
+shift_alpha			={screen0,mode3shiftAlpha}
+
+
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-0005-utilityFillColor]
+color_red			=0xFF
+color_green			=0xFF
+color_blue			=0xFF
+color_alpha			=0x00
+color				=white
+mask_red			={screen0,mode3maskRed}
+mask_green			={screen0,mode3maskGreen}
+mask_blue			={screen0,mode3maskBlue}
+mask_alpha			={screen0,mode3maskAlpha}
+shift_red			={screen0,mode3shiftRed}
+shift_green			={screen0,mode3shiftGreen}
+shift_blue			={screen0,mode3shiftBlue}
+shift_alpha			={screen0,mode3shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-0006-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=black
+mask_red			={screen0,mode3maskRed}
+mask_green			={screen0,mode3maskGreen}
+mask_blue			={screen0,mode3maskBlue}
+mask_alpha			={screen0,mode3maskAlpha}
+shift_red			={screen0,mode3shiftRed}
+shift_green			={screen0,mode3shiftGreen}
+shift_blue			={screen0,mode3shiftBlue}
+shift_alpha			={screen0,mode3shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-0007-utilityFillMultiColor]
+color1_red			=0xFF
+color1_green			=0x00
+color1_blue			=0x00
+color1_alpha			=0x00
+color1				=red
+color2_red			=0xFF
+color2_green			=0xFF
+color2_blue			=0xFF
+color2_alpha			=0x00
+color2				=white
+color3_red			=0x00
+color3_green			=0xFF
+color3_blue			=0x00
+color3_alpha			=0x00
+color3				=green
+mask_red			={screen0,mode3maskRed}
+mask_green			={screen0,mode3maskGreen}
+mask_blue			={screen0,mode3maskBlue}
+mask_alpha			={screen0,mode3maskAlpha}
+shift_red			={screen0,mode3shiftRed}
+shift_green			={screen0,mode3shiftGreen}
+shift_blue			={screen0,mode3shiftBlue}
+shift_alpha			={screen0,mode3shiftAlpha}
+margin				=8
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-0008-utilityMovingRectangle]
+background_red			=0xFF
+background_green		=0x00
+background_blue			=0x00
+background_alpha		=0x00
+background		        =red
+foreground_red			=0x00
+foreground_green		=0x00
+foreground_blue			=0x00
+foreground_alpha		=0x00
+foreground			=black
+mask_red			={screen0,mode3maskRed}
+mask_green			={screen0,mode3maskGreen}
+mask_blue			={screen0,mode3maskBlue}
+mask_alpha			={screen0,mode3maskAlpha}
+shift_red			={screen0,mode3shiftRed}
+shift_green			={screen0,mode3shiftGreen}
+shift_blue			={screen0,mode3shiftBlue}
+shift_alpha			={screen0,mode3shiftAlpha}
+length				=32
+width				=32
+step				=1
+framedelay			=10000
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-0009-utilityFillHorizontalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,mode3maskRed}
+mask_green			={screen0,mode3maskGreen}
+mask_blue			={screen0,mode3maskBlue}
+mask_alpha			={screen0,mode3maskAlpha}
+shift_red			={screen0,mode3shiftRed}
+shift_green			={screen0,mode3shiftGreen}
+shift_blue			={screen0,mode3shiftBlue}
+shift_alpha			={screen0,mode3shiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE3-0010-utilityFillVerticalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,mode3maskRed}
+mask_green			={screen0,mode3maskGreen}
+mask_blue			={screen0,mode3maskBlue}
+mask_alpha			={screen0,mode3maskAlpha}
+shift_red			={screen0,mode3shiftRed}
+shift_green			={screen0,mode3shiftGreen}
+shift_blue			={screen0,mode3shiftBlue}
+shift_alpha			={screen0,mode3shiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-Test-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+value				=4
+expected			=4
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-Test-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+expected			={screen0,mode4width}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-Test-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+expected			={screen0,mode4height}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-Test-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-Test-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+expected			={screen0,mode4displayOffsetBetweenLines}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-Test-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+expected			={screen0,mode4displayOffsetToFirstPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-Test-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+expected			={screen0,mode4bitsPerPixel}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-Test-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+expected			={screen0,mode4displayIsPalettized}
+
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-EDisplayMode]
+halEValue			=EDisplayMode
+deviceid			={screen0,id}
+value				=4
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-EDisplayXPixels]
+halEValue			=EDisplayXPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-EDisplayYPixels]
+halEValue			=EDisplayYPixels
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-EDisplayMemoryAddress]
+halEValue			=EDisplayMemoryAddress
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-EDisplayOffsetBetweenLines]
+halEValue			=EDisplayOffsetBetweenLines
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-EDisplayOffsetToFirstPixel]
+halEValue			=EDisplayOffsetToFirstPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-EDisplayBitsPerPixel]
+halEValue			=EDisplayBitsPerPixel
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-EDisplayIsPalettized]
+halEValue			=EDisplayIsPalettized
+deviceid			={screen0,id}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-0002-utilityFillColor]
+color_red			=0xFF
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=red
+mask_red			={screen0,mode4maskRed}
+mask_green			={screen0,mode4maskGreen}
+mask_blue			={screen0,mode4maskBlue}
+mask_alpha			={screen0,mode4maskAlpha}
+shift_red			={screen0,mode4shiftRed}
+shift_green			={screen0,mode4shiftGreen}
+shift_blue			={screen0,mode4shiftBlue}
+shift_alpha			={screen0,mode4shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-0003-utilityFillColor]
+color_red			=0x00
+color_green			=0xFF
+color_blue			=0x00
+color_alpha			=0x00
+color				=green
+mask_red			={screen0,mode4maskRed}
+mask_green			={screen0,mode4maskGreen}
+mask_blue			={screen0,mode4maskBlue}
+mask_alpha			={screen0,mode4maskAlpha}
+shift_red			={screen0,mode4shiftRed}
+shift_green			={screen0,mode4shiftGreen}
+shift_blue			={screen0,mode4shiftBlue}
+shift_alpha			={screen0,mode4shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-0004-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0xFF
+color_alpha			=0x00
+color				=blue
+mask_red			={screen0,mode4maskRed}
+mask_green			={screen0,mode4maskGreen}
+mask_blue			={screen0,mode4maskBlue}
+mask_alpha			={screen0,mode4maskAlpha}
+shift_red			={screen0,mode4shiftRed}
+shift_green			={screen0,mode4shiftGreen}
+shift_blue			={screen0,mode4shiftBlue}
+shift_alpha			={screen0,mode4shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-0005-utilityFillColor]
+color_red			=0xFF
+color_green			=0xFF
+color_blue			=0xFF
+color_alpha			=0x00
+color				=white
+mask_red			={screen0,mode4maskRed}
+mask_green			={screen0,mode4maskGreen}
+mask_blue			={screen0,mode4maskBlue}
+mask_alpha			={screen0,mode4maskAlpha}
+shift_red			={screen0,mode4shiftRed}
+shift_green			={screen0,mode4shiftGreen}
+shift_blue			={screen0,mode4shiftBlue}
+shift_alpha			={screen0,mode4shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-0006-utilityFillColor]
+color_red			=0x00
+color_green			=0x00
+color_blue			=0x00
+color_alpha			=0x00
+color				=black
+mask_red			={screen0,mode4maskRed}
+mask_green			={screen0,mode4maskGreen}
+mask_blue			={screen0,mode4maskBlue}
+mask_alpha			={screen0,mode4maskAlpha}
+shift_red			={screen0,mode4shiftRed}
+shift_green			={screen0,mode4shiftGreen}
+shift_blue			={screen0,mode4shiftBlue}
+shift_alpha			={screen0,mode4shiftAlpha}
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-0007-utilityFillMultiColor]
+color1_red			=0xFF
+color1_green			=0x00
+color1_blue			=0x00
+color1_alpha			=0x00
+color1				=red
+color2_red			=0xFF
+color2_green			=0xFF
+color2_blue			=0xFF
+color2_alpha			=0x00
+color2				=white
+color3_red			=0x00
+color3_green			=0xFF
+color3_blue			=0x00
+color3_alpha			=0x00
+color3				=green
+mask_red			={screen0,mode4maskRed}
+mask_green			={screen0,mode4maskGreen}
+mask_blue			={screen0,mode4maskBlue}
+mask_alpha			={screen0,mode4maskAlpha}
+shift_red			={screen0,mode4shiftRed}
+shift_green			={screen0,mode4shiftGreen}
+shift_blue			={screen0,mode4shiftBlue}
+shift_alpha			={screen0,mode4shiftAlpha}
+margin				=8
+screenDelay			={screen,screenDelay}
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-0008-utilityMovingRectangle]
+background_red			=0xFF
+background_green		=0x00
+background_blue			=0x00
+background_alpha		=0x00
+background			    =red
+foreground_red			=0x00
+foreground_green		=0x00
+foreground_blue			=0x00
+foreground_alpha		=0x00
+foreground			=black
+mask_red			={screen0,mode4maskRed}
+mask_green			={screen0,mode4maskGreen}
+mask_blue			={screen0,mode4maskBlue}
+mask_alpha			={screen0,mode4maskAlpha}
+shift_red			={screen0,mode4shiftRed}
+shift_green			={screen0,mode4shiftGreen}
+shift_blue			={screen0,mode4shiftBlue}
+shift_alpha			={screen0,mode4shiftAlpha}
+length				=32
+width				=32
+step				=1
+framedelay			=10000
+screenDelay			={screen,screenDelay}
+
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-0009-utilityFillHorizontalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,mode4maskRed}
+mask_green			={screen0,mode4maskGreen}
+mask_blue			={screen0,mode4maskBlue}
+mask_alpha			={screen0,mode4maskAlpha}
+shift_red			={screen0,mode4shiftRed}
+shift_green			={screen0,mode4shiftGreen}
+shift_blue			={screen0,mode4shiftBlue}
+shift_alpha			={screen0,mode4shiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+
+[BASE-BSP-SCREEN-DRIVER-SCREEN0_MODE4-0010-utilityFillVerticalStrip]
+color1_red			=0xFF
+color1_green		=0x00
+color1_blue			=0x00
+color1_alpha		=0x00
+color1				=red
+color2_red			=0xFF
+color2_green		=0xFF
+color2_blue			=0xFF
+color2_alpha		=0x00
+color2				=white
+color3_red			=0x00
+color3_green		=0xFF
+color3_blue			=0x00
+color3_alpha		=0x00
+color3				=green
+color4_red			=0xFF
+color4_green		=0xF0
+color4_blue			=0x00
+color4_alpha		=0x00
+color4				=yellow
+color5_red			=0x00
+color5_green		=0x00
+color5_blue			=0xC0
+color5_alpha		=0x00
+color5				=lightblue
+color6_red			=0xFF
+color6_green		=0xFF
+color6_blue			=0x00
+color6_alpha		=0x00
+color6				=pink
+color7_red			=0x00
+color7_green		=0xF0
+color7_blue			=0xF0
+color7_alpha		=0x00
+color7				=navyblue
+color8_red			=0xF0
+color8_green		=0x00
+color8_blue			=0xF0
+color8_alpha		=0x00
+color8				=lightgreen
+mask_red			={screen0,mode4maskRed}
+mask_green			={screen0,mode4maskGreen}
+mask_blue			={screen0,mode4maskBlue}
+mask_alpha			={screen0,mode4maskAlpha}
+shift_red			={screen0,mode4shiftRed}
+shift_green			={screen0,mode4shiftGreen}
+shift_blue			={screen0,mode4shiftBlue}
+shift_alpha			={screen0,mode4shiftAlpha}
+margin				=4
+
+screenDelay			={screen,screenDelay}
+
+
+