connectivity/com.nokia.carbide.remoteConnections.tests/plugin.xml
author wpaul
Mon, 24 May 2010 21:20:25 -0500
changeset 1395 0ca4f91f68bb
parent 719 a6f7bb38d188
child 1591 e909ab661a7a
permissions -rw-r--r--
add project validation to our launch types as it's not done by CDT with us passing the DONT_CHECK_PROGRAM flag.

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         point="com.nokia.carbide.remoteConnections.connectionType">
      <connectionType
            class="com.nokia.carbide.remoteconnections.tests.extensions.IntervalConnectionType">
      </connectionType>
   </extension>
   <extension
         point="com.nokia.carbide.remoteConnections.service">
      <service
            class="com.nokia.carbide.remoteconnections.tests.extensions.RandomCycleService">
      </service>
   </extension>
   <extension
         point="com.nokia.carbide.remoteConnections.connectionType">
      <connectionType
            class="com.nokia.carbide.remoteconnections.tests.extensions.NoSettingsConnectionType">
      </connectionType>
   </extension>
   <extension
         point="com.nokia.carbide.remoteConnections.service">
      <service
            class="com.nokia.carbide.remoteconnections.tests.extensions.UnknownStatusService">
      </service>
   </extension>
   <extension
         point="org.eclipse.ui.actionSets">
      <actionSet
            id="com.nokia.carbide.remoteconnections.tests.extensions.actionSet"
            label="Service Dialogs"
            visible="true">
         <action
               class="com.nokia.carbide.remoteconnections.tests.extensions.RandomCycleServiceDialogAction"
               id="com.nokia.carbide.remoteconnections.tests.randomCycle.action"
               label="Random Cycle Service Dialog..."
               menubarPath="help/TestServiceDialogs">
         </action>
         <action
               class="com.nokia.carbide.remoteconnections.tests.extensions.UnknownStatusServiceDialogAction"
               id="com.nokia.carbide.remoteconnections.tests.unknownStatus.action"
               label="Unknown Status Service Dialog..."
               menubarPath="help/TestServiceDialogs">
         </action>
      </actionSet>
   </extension>
   <extension
         point="com.nokia.carbide.remoteConnections.extensionFilter">
      <extensionFilter
            class="com.nokia.carbide.remoteconnections.tests.extensions.TestFilter">
      </extensionFilter>
   </extension>
   <extension
         point="com.nokia.carbide.remoteConnections.connectedServiceFactory">
      <connectedServiceFactory
            class="com.nokia.carbide.remoteconnections.tests.extensions.ConnectedServiceFactory">
      </connectedServiceFactory>
   </extension>
   <extension
         point="com.nokia.carbide.remoteConnections.service">
      <service
            class="com.nokia.carbide.remoteconnections.tests.extensions.DefaultProvidingTCPIPService">
      </service>
   </extension>
   <extension
         point="com.nokia.carbide.remoteConnections.deviceDiscoveryAgent">
      <deviceDiscoveryAgent
            class="com.nokia.carbide.remoteconnections.tests.discovery.RandomDiscoveryAgent">
      </deviceDiscoveryAgent>
   </extension>

</plugin>