debuggercdi/com.nokia.carbide.trk.support/plugin.xml
author stechong
Tue, 14 Sep 2010 14:32:24 -0500
changeset 2003 576284888c71
parent 1968 3482df86a51d
permissions -rw-r--r--
Added checkbox "Scan for installable features in SDKs" to Symbian SDK prefs page. It controls whether Carbide dynamically discover and install features from SDKs during startup and rescanning SDKs, and is on by default.

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

<!-- C3TCF: removing TRK support, which is the service, and any connections that only support TRK, from C3
   <extension
         point="com.nokia.carbide.remoteConnections.service">
      <service
            class="com.nokia.carbide.trk.support.service.TRKService">
      </service>
   </extension>
   <extension
         point="com.nokia.carbide.remoteConnections.connectionType">
      <connectionType
            class="com.nokia.carbide.trk.support.connection.SerialConnectionType">
      </connectionType>
   </extension>
   <extension
         point="com.nokia.carbide.remoteConnections.connectionType">
      <connectionType
            class="com.nokia.carbide.trk.support.connection.SerialBTConnectionType">
      </connectionType>
   </extension>
-->

   <extension
         point="com.nokia.carbide.remoteConnections.connectionType">
      <connectionType
            class="com.nokia.carbide.trk.support.connection.USBConnectionType">
      </connectionType>
   </extension>
   
   <extension
         point="com.nokia.carbide.remoteConnections.service">
      <service
            class="com.nokia.carbide.trk.support.service.TracingService">
      </service>
   </extension>
   
   <extension
         point="com.nokia.carbide.remoteConnections.connectedServiceFactory">
      <connectedServiceFactory
            class="com.nokia.carbide.trk.support.service.ConnectedServiceFactory">
      </connectedServiceFactory>
   </extension>
   <extension
         point="com.nokia.carbide.remoteConnections.connectionType">
      <connectionType
            class="com.nokia.carbide.trk.support.connection.TCPIPConnectionType">
      </connectionType>
   </extension>

</plugin>