os/ossrv/syslibsapitest/syslibssvs/testsuites/syslibs/syslibs.driver
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/syslibsapitest/syslibssvs/testsuites/syslibs/syslibs.driver	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<driver:driver xmlns:driver="http://www.symbian.com/TestDriver">
     1.6 +	<task name="syslibs" timeout="100000">
     1.7 +		<transferToSymbian>
     1.8 +			<transfer move="false" PCPath="${epocroot}\epoc32\data\z\syslibs\${platform}\t_syslibs.ini" SymbianPath="$:\syslibs\t_syslibs.ini"/>
     1.9 +		</transferToSymbian>
    1.10 +		<task name="ecom">
    1.11 +			<executeOnPC>
    1.12 +				<build testBuild="true" URI="${sourceroot}\group\">
    1.13 +					<componentName>t_ecom</componentName>
    1.14 +				</build>
    1.15 +			</executeOnPC>
    1.16 +			<task name="SYSLIB-ECOM-PublicAPI-suite" timeout="1000">
    1.17 +				<transferToSymbian>
    1.18 +					<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\TPCopyFileUtility.exe" SymbianPath="$:\sys\bin\TPCopyFileUtility.exe"/>
    1.19 +					<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\TPDeleteFileUtility.exe" SymbianPath="$:\sys\bin\TPDeleteFileUtility.exe"/>
    1.20 +					<transfer move="false" PCPath="${epocroot}\epoc32\release\${platform}\${build}\TestProduct_PlugIn.dll" SymbianPath="$:\ecom\TestProduct_PlugIn.dll"/>
    1.21 +					<transfer move="false" PCPath="${epocroot}\epoc32\data\z\ecom\TestProduct_PlugIn.rsc" SymbianPath="$:\ecom\TestProduct_PlugIn.rsc"/>
    1.22 +					<transfer move="false" PCPath="${epocroot}\epoc32\data\z\ecom\SYSLIB-ECOM-PublicAPI.ini" SymbianPath="$:\ecom\SYSLIB-ECOM-PublicAPI.ini"/>
    1.23 +				</transferToSymbian>
    1.24 +				<executeOnSymbian>
    1.25 +					<testExecuteScript PCPath="${epocroot}\epoc32\data\z\ecom\SYSLIB-ECOM-PublicAPI.script" SymbianPath="$:\ecom\SYSLIB-ECOM-PublicAPI.script">
    1.26 +						<testCasesList operator="exclude">
    1.27 +							<testCase target="${epocroot}\epoc32\data\z\syslibs\t_syslibs.tcs"/>
    1.28 +						</testCasesList>
    1.29 +					</testExecuteScript>
    1.30 +				</executeOnSymbian>
    1.31 +			</task>
    1.32 +		</task>
    1.33 +	</task>
    1.34 +</driver:driver>