|
0
|
1 |
<?xml version="1.0"?>
|
|
|
2 |
<!DOCTYPE testExecuteTest SYSTEM "file:///testdriver/xml/testExecuteTest.dtd" [ ]>
|
|
|
3 |
<testExecuteTest>
|
|
|
4 |
<name>example</name>
|
|
|
5 |
<timeout>1000</timeout>
|
|
|
6 |
<testScripts>
|
|
|
7 |
<script>
|
|
|
8 |
<hostPath>\epoc32\EngineeringTools\TEFUtilities\EventLogServer\Scripts\example.script</hostPath>
|
|
|
9 |
<devicePath>c:\EventLogController\example.script</devicePath>
|
|
|
10 |
</script>
|
|
|
11 |
</testScripts>
|
|
|
12 |
<dependencies>
|
|
|
13 |
<data>
|
|
|
14 |
<hostPath>\epoc32\EngineeringTools\TEFUtilities\EventLogServer\data\EventLogControler.ini</hostPath>
|
|
|
15 |
<devicePath>c:\EventLogController\EventLogControler.ini</devicePath>
|
|
|
16 |
</data>
|
|
|
17 |
<data>
|
|
|
18 |
<hostPath>\epoc32\release\${platform}\${build}\SystemMonitor.dll</hostPath>
|
|
|
19 |
<devicePath>c:\sys\bin\SystemMonitor.dll</devicePath>
|
|
|
20 |
</data>
|
|
|
21 |
<data>
|
|
|
22 |
<hostPath>\epoc32\release\${platform}\${build}\instrumentationhandler.dll</hostPath>
|
|
|
23 |
<devicePath>c:\sys\bin\instrumentationhandler.dll</devicePath>
|
|
|
24 |
</data>
|
|
|
25 |
<data>
|
|
|
26 |
<hostPath>\epoc32\release\${platform}\${build}\EventLogServer.exe</hostPath>
|
|
|
27 |
<devicePath>c:\sys\bin\EventLogServer.exe</devicePath>
|
|
|
28 |
</data>
|
|
|
29 |
</dependencies>
|
|
|
30 |
</testExecuteTest>
|