common/tools/ats/bctest/graphics/graphicssvs.xml
author Simon Howkins <simonh@symbian.org>
Tue, 10 Aug 2010 18:11:17 +0100
changeset 1206 4518bca1baf0
parent 822 1a356be50bf9
child 1235 92cce0f922c2
permissions -rw-r--r--
Improved diagnostic output: when the build fails because a package cannot be cloned into the build drive, it says which package and the repo source and destination. Improved caching logic, so that it doesn't depend on network availability as much. Improved indentation.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
409
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     1
<?xml version="1.0"?>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     2
<test>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     3
    <id>1</id>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     4
    <owner>admin</owner>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
     5
    <priority>10</priority>
411
72b4f11581d3 removed build id
Brendan Donegan brendand@symbian.org
parents: 409
diff changeset
     6
    <buildid></buildid>
822
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 631
diff changeset
     7
	<postAction>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 631
diff changeset
     8
		<type>FileStoreAction</type>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 631
diff changeset
     9
		<params>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 631
diff changeset
    10
			<param name="report-type" value="ATS3_REPORT"/>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 631
diff changeset
    11
		</params>
1a356be50bf9 Implemented FileStoreAction for BC tests
Maciej Seroka <maciejs@symbian.org>
parents: 631
diff changeset
    12
    </postAction>
409
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    13
    <name>Graphics SVS Tests</name>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    14
    <target>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    15
        <device rank="master" alias="emulator_udeb">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    16
            <property name="HARNESS" value="GENERIC" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    17
        </device>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    18
    </target>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    19
    <plan id="" name="Graphics SVS Plan" harness="GENERIC" enabled="true" passrate="100">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    20
        <target>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    21
            <device rank="master" alias="emulator_udeb"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    22
        </target>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    23
        <session id="" name="Graphics SVS Session" harness="GENERIC" enabled="true" passrate="100">
631
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
    24
            <set id="" name="Font and Bitmap Server" harness="GENERIC" enabled="true" passrate="100">
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
    25
                <case id="" name="Font and Bitmap Server Tests" harness="GENERIC" enabled="true" passrate="100">
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
    26
                    <step id="" name="t_fbservapi.exe (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
409
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    27
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    28
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    29
                            <param type="binary"/>
631
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
    30
                            <param src="t_fbservapi.exe"/>
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
    31
                            <param dst="c:\sys\bin\t_fbservapi.exe"/>
409
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    32
                            <param component-path="graphicssvs" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    33
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    34
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    35
                    <step id="" name="t_graphics.ini (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    36
						<command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    37
						<params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    38
							<param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    39
							<param src="t_graphics.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    40
							<param dst="c:\graphics\t_graphics.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    41
							<param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    42
						</params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    43
					</step>
631
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
    44
                    <step id="" name="graphics-fbserv-publicapi.tcs (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
409
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    45
						<command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    46
						<params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    47
							<param type="data"/>
631
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
    48
							<param src="graphics-fbserv-publicapi.tcs"/>
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
    49
							<param dst="c:\graphics\graphics-fbserv-publicapi.tcs"/>
409
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    50
							<param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    51
						</params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    52
					</step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    53
                    <step id="" name="empty_file.txt (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    54
						<command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    55
						<params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    56
							<param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    57
							<param src="empty_file.txt"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    58
							<param dst="c:\graphics\t_fbservapi\empty_file.txt"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    59
							<param component-path="graphicssvs\graphics\t_fbservapi" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    60
						</params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    61
					</step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    62
                    <step id="" name="scaniline_10bytes.txt (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    63
						<command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    64
						<params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    65
							<param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    66
							<param src="scaniline_10bytes.txt"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    67
							<param dst="c:\graphics\t_fbservapi\scaniline_10bytes.txt"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    68
							<param component-path="graphicssvs\graphics\t_fbservapi" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    69
						</params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    70
					</step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    71
                    <step id="" name="testfontfb.gdr (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    72
						<command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    73
						<params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    74
							<param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    75
							<param src="testfontfb.gdr"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    76
							<param dst="c:\graphics\t_fbservapi\testfontfb.gdr"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    77
							<param component-path="graphicssvs\graphics\t_fbservapi" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    78
						</params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    79
					</step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    80
                    <step id="" name="test_bitmap.mbm (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    81
						<command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    82
						<params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    83
							<param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    84
							<param src="test_bitmap.mbm"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    85
							<param dst="c:\graphics\t_fbservapi\test_bitmap.mbm"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    86
							<param component-path="graphicssvs\graphics\t_fbservapi" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    87
						</params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    88
					</step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    89
                    <step id="" name="test_bitmap_24bit_400x300.mbm (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    90
						<command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    91
						<params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    92
							<param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    93
							<param src="test_bitmap_24bit_400x300.mbm"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    94
							<param dst="c:\graphics\t_fbservapi\test_bitmap_24bit_400x300.mbm"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    95
							<param component-path="graphicssvs\graphics\t_fbservapi" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    96
						</params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    97
					</step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    98
                    <step id="" name="test_bitmap_32x8.mbm (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
    99
						<command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   100
						<params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   101
							<param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   102
							<param src="test_bitmap_32x8.mbm"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   103
							<param dst="c:\graphics\t_fbservapi\test_bitmap_32x8.mbm"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   104
							<param component-path="graphicssvs\graphics\t_fbservapi" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   105
						</params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   106
					</step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   107
                    <step id="" name="test_bitmap_offset8.mbm (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   108
						<command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   109
						<params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   110
							<param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   111
							<param src="test_bitmap_offset8.mbm"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   112
							<param dst="c:\graphics\t_fbservapi\test_bitmap_offset8.mbm"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   113
							<param component-path="graphicssvs\graphics\t_fbservapi" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   114
						</params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   115
					</step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   116
                    <step id="" name="test_bitmap_rom.rbm (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   117
						<command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   118
						<params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   119
							<param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   120
							<param src="test_bitmap_rom.rbm"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   121
							<param dst="z:\graphics\t_fbservapi\test_bitmap_rom.rbm"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   122
							<param component-path="graphicssvs\graphics\t_fbservapi" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   123
						</params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   124
					</step>
631
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   125
                    <step id="" name="graphics-fbserv-publicapi.script (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   126
                        <command>install</command>
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   127
                        <params>
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   128
                            <param type="data"/>
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   129
                            <param src="graphics-fbserv-publicapi.script"/>
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   130
                            <param dst="c:\graphics\graphics-fbserv-publicapi.script"/>
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   131
                            <param component-path="graphicssvs\graphics" />
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   132
                        </params>
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   133
                    </step>
409
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   134
                    <step id="" name="graphics-fbserv-bitmaputil-publicapi.script (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   135
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   136
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   137
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   138
                            <param src="graphics-fbserv-bitmaputil-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   139
                            <param dst="c:\graphics\graphics-fbserv-bitmaputil-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   140
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   141
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   142
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   143
                    <step id="" name="graphics-fbserv-bitmaputil-publicapi.ini (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   144
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   145
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   146
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   147
                            <param src="graphics-fbserv-bitmaputil-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   148
                            <param dst="c:\graphics\graphics-fbserv-bitmaputil-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   149
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   150
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   151
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   152
                    <step id="" name="graphics-fbserv-fbsbitmap-publicapi.script (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   153
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   154
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   155
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   156
                            <param src="graphics-fbserv-fbsbitmap-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   157
                            <param dst="c:\graphics\graphics-fbserv-fbsbitmap-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   158
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   159
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   160
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   161
                    <step id="" name="graphics-fbserv-fbsbitmap-publicapi.ini (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   162
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   163
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   164
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   165
                            <param src="graphics-fbserv-fbsbitmap-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   166
                            <param dst="c:\graphics\graphics-fbserv-fbsbitmap-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   167
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   168
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   169
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   170
                    <step id="" name="graphics-fbserv-fbscolor256bitmaputil-publicapi.script (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   171
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   172
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   173
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   174
                            <param src="graphics-fbserv-fbscolor256bitmaputil-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   175
                            <param dst="c:\graphics\graphics-fbserv-fbscolor256bitmaputil-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   176
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   177
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   178
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   179
                    <step id="" name="graphics-fbserv-fbscolor256bitmaputil-publicapi.ini (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   180
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   181
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   182
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   183
                            <param src="graphics-fbserv-fbscolor256bitmaputil-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   184
                            <param dst="c:\graphics\graphics-fbserv-fbscolor256bitmaputil-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   185
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   186
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   187
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   188
                    <step id="" name="graphics-fbserv-fbsfont-publicapi.script (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   189
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   190
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   191
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   192
                            <param src="graphics-fbserv-fbsfont-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   193
                            <param dst="c:\graphics\graphics-fbserv-fbsfont-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   194
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   195
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   196
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   197
                    <step id="" name="graphics-fbserv-fbsfont-publicapi.ini (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   198
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   199
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   200
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   201
                            <param src="graphics-fbserv-fbsfont-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   202
                            <param dst="c:\graphics\graphics-fbserv-fbsfont-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   203
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   204
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   205
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   206
                    <step id="" name="graphics-fbserv-fbssession-publicapi.script (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   207
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   208
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   209
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   210
                            <param src="graphics-fbserv-fbssession-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   211
                            <param dst="c:\graphics\graphics-fbserv-fbssession-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   212
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   213
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   214
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   215
                    <step id="" name="graphics-fbserv-fbssession-publicapi.ini (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   216
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   217
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   218
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   219
                            <param src="graphics-fbserv-fbssession-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   220
                            <param dst="c:\graphics\graphics-fbserv-fbssession-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   221
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   222
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   223
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   224
                    <step id="" name="graphics-fbserv-fbstypefacestore-publicapi.script (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   225
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   226
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   227
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   228
                            <param src="graphics-fbserv-fbstypefacestore-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   229
                            <param dst="c:\graphics\graphics-fbserv-fbstypefacestore-publicapi.script"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   230
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   231
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   232
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   233
                    <step id="" name="graphics-fbserv-fbstypefacestore-publicapi.ini (install)" harness="GENERIC" enabled="true" passrate="100" significant="false">
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   234
                        <command>install</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   235
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   236
                            <param type="data"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   237
                            <param src="graphics-fbserv-fbstypefacestore-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   238
                            <param dst="c:\graphics\graphics-fbserv-fbstypefacestore-publicapi.ini"/>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   239
                            <param component-path="graphicssvs\graphics" />
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   240
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   241
                    </step>
631
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   242
                    <step id="" name="graphics-fbserv-publicapi.script (execute)" harness="GENERIC" enabled="true" passrate="100" significant="false">
409
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   243
                        <command>execute</command>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   244
                        <params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   245
                            <param file="testexecute.exe" /> 
631
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   246
                            <param parameters="c:\graphics\graphics-fbserv-publicapi.script -tcx \graphics\graphics-fbserv-publicapi.tcs" /> 
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   247
                            <param result-file="c:\logs\testexecute\graphics-fbserv-publicapi.htm" /> 
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   248
                            <param timeout="3600" /> 
409
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   249
                            <param parser="TEFTestResultParser" /> 
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   250
                            <param leave-old-result="true" /> 
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   251
                        </params>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   252
                    </step>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   253
                </case>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   254
            </set>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   255
        </session>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   256
	</plan>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   257
	<files>
487
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   258
        <file>graphicssvs/winscw_udeb/t_fbservapi.exe</file>
631
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   259
		<file>graphicssvs/graphics/general/t_graphics.ini</file>
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   260
		<file>graphicssvs/graphics/general/graphics-fbserv-publicapi.tcs</file>
4762134f02d0 graphics test plan now only runs fbserv tests
brendand
parents: 498
diff changeset
   261
		<file>graphicssvs/graphics/general/graphics-fbserv-publicapi.script</file>
487
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   262
        <file>graphicssvs/graphics/general/graphics-fbserv-bitmaputil-publicapi.script</file>
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   263
        <file>graphicssvs/graphics/general/graphics-fbserv-bitmaputil-publicapi.ini</file>
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   264
        <file>graphicssvs/graphics/general/graphics-fbserv-fbsbitmap-publicapi.script</file>
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   265
        <file>graphicssvs/graphics/general/graphics-fbserv-fbsbitmap-publicapi.ini</file>
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   266
        <file>graphicssvs/graphics/general/graphics-fbserv-fbscolor256bitmaputil-publicapi.script</file>
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   267
        <file>graphicssvs/graphics/general/graphics-fbserv-fbscolor256bitmaputil-publicapi.ini</file>
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   268
        <file>graphicssvs/graphics/general/graphics-fbserv-fbsfont-publicapi.script</file>
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   269
        <file>graphicssvs/graphics/general/graphics-fbserv-fbsfont-publicapi.ini</file>
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   270
        <file>graphicssvs/graphics/general/graphics-fbserv-fbssession-publicapi.script</file>
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   271
        <file>graphicssvs/graphics/general/graphics-fbserv-fbssession-publicapi.ini</file>
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   272
        <file>graphicssvs/graphics/general/graphics-fbserv-fbstypefacestore-publicapi.script</file>
80174516a610 fixed up the ats errors with graphics svs
Brendan Donegan brendand@symbian.org
parents: 411
diff changeset
   273
        <file>graphicssvs/graphics/general/graphics-fbserv-fbstypefacestore-publicapi.ini</file>
409
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   274
        <file>graphicssvs/graphics/t_fbservapi/general/test_bitmap_rom.rbm</file>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   275
        <file>graphicssvs/graphics/t_fbservapi/general/empty_file.txt</file>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   276
        <file>graphicssvs/graphics/t_fbservapi/general/scaniline_10bytes.txt</file>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   277
        <file>graphicssvs/graphics/t_fbservapi/general/testfontfb.gdr</file>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   278
        <file>graphicssvs/graphics/t_fbservapi/general/test_bitmap.mbm</file>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   279
        <file>graphicssvs/graphics/t_fbservapi/general/test_bitmap_24bit_400x300.mbm</file>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   280
        <file>graphicssvs/graphics/t_fbservapi/general/test_bitmap_32x8.mbm</file>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   281
        <file>graphicssvs/graphics/t_fbservapi/general/test_bitmap_offset8.mbm</file>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   282
    </files>
cb3c2f87162c renamed to graphicssvs.xml
Brendan Donegan brendand@symbian.org
parents:
diff changeset
   283
</test>