testtoolsconn/wintap/group/wintap.tdf
author Johnson Ma <johnson.ma@nokia.com>
Mon, 08 Mar 2010 15:04:18 +0800
changeset 0 3da2a79470a7
permissions -rw-r--r--
Initial EPL Contribution
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     2
<tool name="WinTap" 
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     3
	description="WinTap is a tool that is used to provide internet connectivity between the device and the workstation"  
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     4
	version="2.1.2001" 
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     5
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     6
	xsi:noNamespaceSchemaLocation="TDF_v1.1.xsd">
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     7
  <properties>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     8
    <property name="visible" type="toolLogic" value="false"></property>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     9
  </properties>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    10
  <templates>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    11
    <template type="nsis" operation="uninstall" name="\epoc32\engineeringtools\driver\wintap.uninstaller.nsh" output="wintap.uninstaller.nsh">
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    12
    </template>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    13
    <template type="nsis" operation="configure" name="\epoc32\engineeringtools\driver\wintap.configure.nsh" output="wintap.configure.nsh">
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    14
    </template>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    15
  </templates>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    16
  <files>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    17
    <file source="\epoc32\engineeringtools\driver\license.txt" target="$INSTDIR\driver"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    18
    <file source="\epoc32\engineeringtools\driver\OemWin2k.inf" target="$INSTDIR\driver"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    19
    <file source="\epoc32\engineeringtools\driver\tap0801.sys" target="$INSTDIR\driver"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    20
    <file source="\epoc32\engineeringtools\driver\tap0901.cat" target="$INSTDIR\driver"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    21
    <file source="\epoc32\engineeringtools\driver\tap0901.sys" target="$INSTDIR\driver"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    22
    <file source="\epoc32\engineeringtools\driver\tap0901.inf" target="$INSTDIR\driver"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    23
    <file source="\epoc32\engineeringtools\driver\x64driver\tap0901.cat" target="$INSTDIR\driver\x64driver"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    24
    <file source="\epoc32\engineeringtools\driver\x64driver\tap0901.sys" target="$INSTDIR\driver\x64driver"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    25
    <file source="\epoc32\engineeringtools\driver\x64driver\tap0901.inf" target="$INSTDIR\driver\x64driver"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    26
    <file source="\epoc32\engineeringtools\driver\x64driver\tapinstaller.x64.exe" target="$INSTDIR\driver\x64driver"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    27
    <file source="\epoc32\engineeringtools\driver\tapinstaller.exe" target="$INSTDIR\driver"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    28
    <file source="\epoc32\release\winscw\udeb\wintap.lib" target="$EPOCROOT\epoc32\release\winscw\udeb"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    29
    <file source="\epoc32\release\winscw\udeb\ethertap.pdd" target="$EPOCROOT\epoc32\release\winscw\udeb"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    30
    <file source="\epoc32\release\winscw\urel\wintap.lib" target="$EPOCROOT\epoc32\release\winscw\urel"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    31
    <file source="\epoc32\release\winscw\urel\ethertap.pdd" target="$EPOCROOT\epoc32\release\winscw\urel"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    32
    <file source="\epoc32\release\winscw\urel\ethertap.pdd.map" target="$EPOCROOT\epoc32\release\winscw\urel"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    33
  </files>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    34
</tool>