testmgmt/testdriver/plugins/com.symbian.driver.plugins.comms.stat/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          point="com.symbian.driver.core.TDConfig">
       
     6       <TDConfig class="com.symbian.driver.plugins.comms.stat.StatConfig"/>
       
     7    </extension>
       
     8    <extension
       
     9          point="com.symbian.driver.core.TDLauncher">
       
    10       <TDLauncher/>
       
    11    </extension>
       
    12    <extension
       
    13          id="com.symbian.driver.plugins.comms.stat"
       
    14          name="STAT"
       
    15          point="com.symbian.driver.core.DeviceComms">
       
    16       <DeviceComms class="com.symbian.driver.plugins.comms.stat.Activator">
       
    17          <DeviceFileTransfer class="com.symbian.driver.plugins.comms.stat.StatTransfer"/>
       
    18          <DeviceProcess class="com.symbian.driver.plugins.comms.stat.StatProcess"/>
       
    19       </DeviceComms>
       
    20    </extension>
       
    21 
       
    22 </plugin>