testexecmgmt/ucc/BuildScripts/group/ucc.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="UCC" 
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     3
	description="Use Case Controller"  
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="toolType" type="toolLogic" value="console"></property>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     9
    <property name="Path" type="toolLogic" value="$INSTDIR\ucc\bin"></property>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    10
    <property name="dirRemove" type="uninstall" value="$INSTDIR\ucc"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    11
  </properties>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    12
  <templates>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    13
    <template type="nsis" operation="configure" name="\epoc32\engineeringtools\ucc\ucc.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\ucc\docs\sgl.gt0248.135_ucc_user_guide.doc" target="$INSTDIR\ucc\docs"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    18
    <file source="\epoc32\rom\include\ucc.iby" target="$EPOCROOT\epoc32\rom\include"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    19
    <file source="\epoc32\engineeringtools\ucc\bin\ucc.exe" target="$INSTDIR\ucc\bin"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    20
    <file source="\epoc32\engineeringtools\ucc\bin\ucc.ini" target="$INSTDIR\ucc\bin"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    21
    <file source="\epoc32\engineeringtools\ucc\genericservice\lib\genericservice.lib" target="$INSTDIR\ucc\genericservice\lib"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    22
    <file source="\epoc32\engineeringtools\ucc\genericservice\inc\ccall.h" target="$INSTDIR\ucc\genericservice\inc"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    23
    <file source="\epoc32\engineeringtools\ucc\genericservice\inc\cservice.h" target="$INSTDIR\ucc\genericservice\inc"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    24
    <file source="\epoc32\engineeringtools\ucc\genericservice\inc\genericstub.h" target="$INSTDIR\ucc\genericservice\inc"/>    
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    25
    <file source="\epoc32\engineeringtools\ucc\syncservice\bin\syncservice.exe" target="$INSTDIR\ucc\bin"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    26
    <file source="\epoc32\engineeringtools\ucc\syncservice\bin\syncservice.ini" target="$INSTDIR\ucc\bin"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    27
    <file source="\epoc32\engineeringtools\ucc\syncservice\interface\device\syncservice.ini" target="$INSTDIR\ucc\syncservice\interface\device"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    28
    <file source="\epoc32\engineeringtools\ucc\syncservice\interface\host\syncserviceinterface.ini" target="$INSTDIR\ucc\syncservice\interface\host"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    29
    <file source="\epoc32\engineeringtools\ucc\syncservice\testscripts\master\master.script" target="$INSTDIR\ucc\syncservice\testscripts\master"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    30
    <file source="\epoc32\engineeringtools\ucc\syncservice\testscripts\master\syncservice.ini" target="$INSTDIR\ucc\syncservice\testscripts\master"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    31
    <file source="\epoc32\engineeringtools\ucc\testdriverservice\bin\testdriverservice.exe" target="$INSTDIR\ucc\bin"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    32
    <file source="\epoc32\engineeringtools\ucc\testdriverservice\bin\testdriverservice.ini" target="$INSTDIR\ucc\bin"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    33
    <file source="\epoc32\engineeringtools\ucc\testdriverservice\interface\device\testdriverservice.ini" target="$INSTDIR\ucc\testdriverservice\interface\device"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    34
    <file source="\epoc32\engineeringtools\ucc\testdriverservice\interface\host\testdriverserviceinterface.ini" target="$INSTDIR\ucc\testdriverservice\interface\host"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    35
    <file source="\epoc32\engineeringtools\ucc\syncservice\testscripts\slave\slave.script" target="$INSTDIR\ucc\syncservice\testscripts\slave"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    36
    <file source="\epoc32\engineeringtools\ucc\syncservice\testscripts\slave\sampletest.ini" target="$INSTDIR\ucc\syncservice\testscripts\slave"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    37
    <file source="\epoc32\engineeringtools\ucc\remoteinterface\lib\remoteinterface.lib" target="$INSTDIR\ucc\remoteinterface\lib"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    38
    <file source="\epoc32\engineeringtools\ucc\remoteinterface\inc\cremoteinterface.h" target="$INSTDIR\ucc\remoteinterface\inc"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    39
    <file source="\epoc32\engineeringtools\ucc\remoteinterface\inc\mucctransport.h" target="$INSTDIR\ucc\remoteinterface\inc"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    40
    <file source="\epoc32\include\networkemulator\cnetworkemulatorsetupcommdb.h" target="$EPOCROOT\epoc32\include\networkemulator"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    41
    <file source="\epoc32\include\networkemulator\cuccsdevicecontrol.h" target="$EPOCROOT\epoc32\include\networkemulator"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    42
    <file source="\epoc32\include\networkemulator\networkemulatorcontrol.h" target="$EPOCROOT\epoc32\include\networkemulator"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    43
    <file source="\epoc32\include\networkemulator\uccs_errorcodes.h" target="$EPOCROOT\epoc32\include\networkemulator"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    44
    <file source="\epoc32\release\winscw\udeb\networkemulatorcontrol.lib" target="$EPOCROOT\epoc32\release\winscw\udeb"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    45
    <file source="\epoc32\release\winscw\udeb\networkemulatorcontrol.dll" target="$EPOCROOT\epoc32\release\winscw\udeb"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    46
    <file source="\epoc32\release\winscw\udeb\ucccontrolte.exe" target="$EPOCROOT\epoc32\release\winscw\udeb"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    47
    <file source="\epoc32\release\winscw\urel\networkemulatorcontrol.dll" target="$EPOCROOT\epoc32\release\winscw\urel"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    48
    <file source="\epoc32\release\winscw\urel\networkemulatorcontrol.dll.map" target="$EPOCROOT\epoc32\release\winscw\urel"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    49
    <file source="\epoc32\release\winscw\urel\ucccontrolte.exe" target="$EPOCROOT\epoc32\release\winscw\urel"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    50
    <file source="\epoc32\release\winscw\urel\ucccontrolte.exe.map" target="$EPOCROOT\epoc32\release\winscw\urel"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    51
    <file source="\epoc32\release\armv5\lib\networkemulatorcontrol.dso" target="$EPOCROOT\epoc32\release\armv5\lib"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    52
    <file source="\epoc32\release\armv5\lib\networkemulatorcontrol.lib" target="$EPOCROOT\epoc32\release\armv5\lib"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    53
    <file source="\epoc32\release\armv5\lib\networkemulatorcontrol{000a0000}.dso" target="$EPOCROOT\epoc32\release\armv5\lib"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    54
    <file source="\epoc32\release\armv5\lib\networkemulatorcontrol{000a0000}.lib" target="$EPOCROOT\epoc32\release\armv5\lib"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    55
    <file source="\epoc32\release\armv5\udeb\networkemulatorcontrol.dll" target="$EPOCROOT\epoc32\release\armv5\udeb"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    56
    <file source="\epoc32\release\armv5\udeb\networkemulatorcontrol.dll.map" target="$EPOCROOT\epoc32\release\armv5\udeb"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    57
    <file source="\epoc32\release\armv5\udeb\ucccontrolte.exe" target="$EPOCROOT\epoc32\release\armv5\udeb"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    58
    <file source="\epoc32\release\armv5\udeb\ucccontrolte.exe.map" target="$EPOCROOT\epoc32\release\armv5\udeb"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    59
    <file source="\epoc32\release\armv5\urel\networkemulatorcontrol.dll" target="$EPOCROOT\epoc32\release\armv5\urel"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    60
    <file source="\epoc32\release\armv5\urel\networkemulatorcontrol.dll.map" target="$EPOCROOT\epoc32\release\armv5\urel"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    61
    <file source="\epoc32\release\armv5\urel\ucccontrolte.exe" target="$EPOCROOT\epoc32\release\armv5\urel"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    62
    <file source="\epoc32\release\armv5\urel\ucccontrolte.exe.map" target="$EPOCROOT\epoc32\release\armv5\urel"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    63
  </files>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    64
  <dependencies>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    65
    <dependency name="ONCRPC"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    66
    <dependency name="STATDesktop"/>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    67
  </dependencies>
3da2a79470a7 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    68
</tool>