testexecfw/tef/tefutilities/SystemMonitor/TestDriver/example.xml
author Johnson Ma <johnson.ma@nokia.com>
Mon, 08 Mar 2010 15:03:44 +0800
changeset 0 3e07fef1e154
permissions -rw-r--r--
Initial EPL Contribution

<?xml version="1.0"?>
<!DOCTYPE testExecuteTest SYSTEM "file:///testdriver/xml/testExecuteTest.dtd" [ ]>
<testExecuteTest>
	<name>example</name>
	<timeout>1000</timeout>
	<testScripts>
		<script>
			<hostPath>\epoc32\EngineeringTools\TEFUtilities\EventLogServer\Scripts\example.script</hostPath>
			<devicePath>c:\EventLogController\example.script</devicePath>
		</script>
	</testScripts>
	<dependencies>
		<data>
			<hostPath>\epoc32\EngineeringTools\TEFUtilities\EventLogServer\data\EventLogControler.ini</hostPath>
			<devicePath>c:\EventLogController\EventLogControler.ini</devicePath>
		</data>
		<data>
			<hostPath>\epoc32\release\${platform}\${build}\SystemMonitor.dll</hostPath>
			<devicePath>c:\sys\bin\SystemMonitor.dll</devicePath>
		</data>
		<data>
			<hostPath>\epoc32\release\${platform}\${build}\instrumentationhandler.dll</hostPath>
			<devicePath>c:\sys\bin\instrumentationhandler.dll</devicePath>
		</data>		
		<data>
			<hostPath>\epoc32\release\${platform}\${build}\EventLogServer.exe</hostPath>
			<devicePath>c:\sys\bin\EventLogServer.exe</devicePath>
		</data>
	</dependencies>
</testExecuteTest>