testmgmt/testdriver/plugins/com.symbian.driver.plugins.reboot/plugin.xml
changeset 0 f1112f777ce9
equal deleted inserted replaced
-1:000000000000 0:f1112f777ce9
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?eclipse version="3.2"?>
       
     3 <plugin>
       
     4    <extension
       
     5    		id = "devicereboot"
       
     6    		name = "Symbian Device Reboot"
       
     7         point="com.symbian.driver.core.DeviceReboot">
       
     8      <DeviceReboot class="com.symbian.driver.plugins.reboot.Activator">
       
     9         <variable name="rebootmethod" value="PortTalk"/>
       
    10         <variable
       
    11               name="username"
       
    12               value="apc"/>
       
    13         <variable
       
    14               name="password"
       
    15               value="apc"/>
       
    16         <variable
       
    17               name="hostaddress"
       
    18               value="10.16.54.166"/>
       
    19         <variable
       
    20               name="outletnumber"
       
    21               value="3"/>
       
    22      </DeviceReboot>
       
    23    </extension>
       
    24    <extension
       
    25          id="DeviceRebootConfig"
       
    26          point="com.symbian.driver.core.TDConfig">
       
    27          <TDConfig class="com.symbian.driver.plugins.reboot.Activator"/>
       
    28    </extension>
       
    29    <extension
       
    30          id="TDLaunch"
       
    31          name="UIConfigDeviceReboot"
       
    32          point="com.symbian.driver.core.TDLauncher">
       
    33          <TDLauncher class="com.symbian.driver.plugins.reboot.RebootLaunchTab"/>
       
    34    </extension>
       
    35 </plugin>