0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<tool name="FTP Daemon"
|
|
3 |
description="A file transfer protocol server (FTP) to manage files on devices, reference hardware or emulators."
|
|
4 |
version="1.0.1000"
|
|
5 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
|
|
6 |
|
|
7 |
<files>
|
|
8 |
<file source="/epoc32/release/winscw/udeb/test_ftpd.exe" target="$EPOCROOT/epoc32/release/winscw/udeb"/>
|
|
9 |
<file source="/epoc32/release/winscw/urel/test_ftpd.exe" target="$EPOCROOT/epoc32/release/winscw/urel"/>
|
|
10 |
<file source="/epoc32/release/armv5/udeb/test_ftpd.exe" target="$EPOCROOT/epoc32/release/armv5/udeb"/>
|
|
11 |
<file source="/epoc32/release/armv5/urel/test_ftpd.exe" target="$EPOCROOT/epoc32/release/armv5/urel"/>
|
|
12 |
<file source="/epoc32/rom/include/test_ftpd.iby" target="$EPOCROOT/epoc32/rom/include"/>
|
|
13 |
</files>
|
|
14 |
|
|
15 |
</tool>
|