testexecmdw/tef/tef/tefutilities/systemmonitor/testdriver/example.xml
changeset 0 20abbd395761
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testexecmdw/tef/tef/tefutilities/systemmonitor/testdriver/example.xml	Wed Aug 25 15:52:14 2010 +0300
@@ -0,0 +1,30 @@
+<?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>