connectivity/com.nokia.carbide.remoteConnections.tests/plugin.xml
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 163 b25acbfc406a
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.2"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
   <extension
cawthron
parents:
diff changeset
     5
         point="com.nokia.carbide.remoteConnections.connectionType">
cawthron
parents:
diff changeset
     6
      <connectionType
cawthron
parents:
diff changeset
     7
            class="com.nokia.carbide.remoteconnections.tests.extensions.IntervalConnectionType">
cawthron
parents:
diff changeset
     8
      </connectionType>
cawthron
parents:
diff changeset
     9
   </extension>
cawthron
parents:
diff changeset
    10
   <extension
cawthron
parents:
diff changeset
    11
         point="com.nokia.carbide.remoteConnections.service">
cawthron
parents:
diff changeset
    12
      <service
cawthron
parents:
diff changeset
    13
            class="com.nokia.carbide.remoteconnections.tests.extensions.RandomCycleService">
cawthron
parents:
diff changeset
    14
      </service>
cawthron
parents:
diff changeset
    15
   </extension>
cawthron
parents:
diff changeset
    16
   <extension
cawthron
parents:
diff changeset
    17
         point="com.nokia.carbide.remoteConnections.connectionType">
cawthron
parents:
diff changeset
    18
      <connectionType
cawthron
parents:
diff changeset
    19
            class="com.nokia.carbide.remoteconnections.tests.extensions.NoSettingsConnectionType">
cawthron
parents:
diff changeset
    20
      </connectionType>
cawthron
parents:
diff changeset
    21
   </extension>
cawthron
parents:
diff changeset
    22
   <extension
cawthron
parents:
diff changeset
    23
         point="com.nokia.carbide.remoteConnections.service">
cawthron
parents:
diff changeset
    24
      <service
cawthron
parents:
diff changeset
    25
            class="com.nokia.carbide.remoteconnections.tests.extensions.UnknownStatusService">
cawthron
parents:
diff changeset
    26
      </service>
cawthron
parents:
diff changeset
    27
   </extension>
cawthron
parents:
diff changeset
    28
   <extension
cawthron
parents:
diff changeset
    29
         point="org.eclipse.ui.actionSets">
cawthron
parents:
diff changeset
    30
      <actionSet
cawthron
parents:
diff changeset
    31
            id="com.nokia.carbide.remoteconnections.tests.extensions.actionSet"
cawthron
parents:
diff changeset
    32
            label="Service Dialogs"
cawthron
parents:
diff changeset
    33
            visible="true">
cawthron
parents:
diff changeset
    34
         <action
cawthron
parents:
diff changeset
    35
               class="com.nokia.carbide.remoteconnections.tests.extensions.RandomCycleServiceDialogAction"
cawthron
parents:
diff changeset
    36
               id="com.nokia.carbide.remoteconnections.tests.randomCycle.action"
cawthron
parents:
diff changeset
    37
               label="Random Cycle Service Dialog..."
cawthron
parents:
diff changeset
    38
               menubarPath="help/TestServiceDialogs">
cawthron
parents:
diff changeset
    39
         </action>
cawthron
parents:
diff changeset
    40
         <action
cawthron
parents:
diff changeset
    41
               class="com.nokia.carbide.remoteconnections.tests.extensions.UnknownStatusServiceDialogAction"
cawthron
parents:
diff changeset
    42
               id="com.nokia.carbide.remoteconnections.tests.unknownStatus.action"
cawthron
parents:
diff changeset
    43
               label="Unknown Status Service Dialog..."
cawthron
parents:
diff changeset
    44
               menubarPath="help/TestServiceDialogs">
cawthron
parents:
diff changeset
    45
         </action>
cawthron
parents:
diff changeset
    46
      </actionSet>
cawthron
parents:
diff changeset
    47
   </extension>
cawthron
parents:
diff changeset
    48
   <extension
cawthron
parents:
diff changeset
    49
         point="com.nokia.carbide.remoteConnections.extensionFilter">
cawthron
parents:
diff changeset
    50
      <extensionFilter
cawthron
parents:
diff changeset
    51
            class="com.nokia.carbide.remoteconnections.tests.extensions.TestFilter">
cawthron
parents:
diff changeset
    52
      </extensionFilter>
cawthron
parents:
diff changeset
    53
   </extension>
cawthron
parents:
diff changeset
    54
   <extension
cawthron
parents:
diff changeset
    55
         point="com.nokia.carbide.remoteConnections.connectedServiceFactory">
cawthron
parents:
diff changeset
    56
      <connectedServiceFactory
cawthron
parents:
diff changeset
    57
            class="com.nokia.carbide.remoteconnections.tests.extensions.ConnectedServiceFactory">
cawthron
parents:
diff changeset
    58
      </connectedServiceFactory>
cawthron
parents:
diff changeset
    59
   </extension>
cawthron
parents:
diff changeset
    60
cawthron
parents:
diff changeset
    61
</plugin>