os/ossrv/syslibsapitest/syslibssvs/testsuites/syslibs/syslibs.driver
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
<?xml version="1.0" encoding="UTF-8"?>
sl@0
     2
<driver:driver xmlns:driver="http://www.symbian.com/TestDriver">
sl@0
     3
	<task name="syslibs" timeout="100000">
sl@0
     4
		<transferToSymbian>
sl@0
     5
			<transfer move="false" PCPath="${epocroot}\epoc32\data\z\syslibs\${platform}\t_syslibs.ini" SymbianPath="$:\syslibs\t_syslibs.ini"/>
sl@0
     6
		</transferToSymbian>
sl@0
     7
		<task name="ecom">
sl@0
     8
			<executeOnPC>
sl@0
     9
				<build testBuild="true" URI="${sourceroot}\group\">
sl@0
    10
					<componentName>t_ecom</componentName>
sl@0
    11
				</build>
sl@0
    12
			</executeOnPC>
sl@0
    13
			<task name="SYSLIB-ECOM-PublicAPI-suite" timeout="1000">
sl@0
    14
				<transferToSymbian>
sl@0
    15
					<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\TPCopyFileUtility.exe" SymbianPath="$:\sys\bin\TPCopyFileUtility.exe"/>
sl@0
    16
					<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\TPDeleteFileUtility.exe" SymbianPath="$:\sys\bin\TPDeleteFileUtility.exe"/>
sl@0
    17
					<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\TestProduct_PlugIn.dll" SymbianPath="$:\ecom\TestProduct_PlugIn.dll"/>
sl@0
    18
					<transfer move="false" PCPath="${epocroot}\epoc32\data\z\ecom\TestProduct_PlugIn.rsc" SymbianPath="$:\ecom\TestProduct_PlugIn.rsc"/>
sl@0
    19
					<transfer move="false" PCPath="${epocroot}\epoc32\data\z\ecom\SYSLIB-ECOM-PublicAPI.ini" SymbianPath="$:\ecom\SYSLIB-ECOM-PublicAPI.ini"/>
sl@0
    20
				</transferToSymbian>
sl@0
    21
				<executeOnSymbian>
sl@0
    22
					<testExecuteScript PCPath="${epocroot}\epoc32\data\z\ecom\SYSLIB-ECOM-PublicAPI.script" SymbianPath="$:\ecom\SYSLIB-ECOM-PublicAPI.script">
sl@0
    23
						<testCasesList operator="exclude">
sl@0
    24
							<testCase target="${epocroot}\epoc32\data\z\syslibs\t_syslibs.tcs"/>
sl@0
    25
						</testCasesList>
sl@0
    26
					</testExecuteScript>
sl@0
    27
				</executeOnSymbian>
sl@0
    28
			</task>
sl@0
    29
		</task>
sl@0
    30
	</task>
sl@0
    31
</driver:driver>