0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.2"?>
|
|
3 |
<plugin>
|
|
4 |
<extension
|
|
5 |
point="com.nokia.carbide.remoteConnections.connectionType">
|
|
6 |
<connectionType
|
|
7 |
class="com.nokia.carbide.remoteconnections.tests.extensions.IntervalConnectionType">
|
|
8 |
</connectionType>
|
|
9 |
</extension>
|
|
10 |
<extension
|
|
11 |
point="com.nokia.carbide.remoteConnections.service">
|
|
12 |
<service
|
|
13 |
class="com.nokia.carbide.remoteconnections.tests.extensions.RandomCycleService">
|
|
14 |
</service>
|
|
15 |
</extension>
|
|
16 |
<extension
|
|
17 |
point="com.nokia.carbide.remoteConnections.connectionType">
|
|
18 |
<connectionType
|
|
19 |
class="com.nokia.carbide.remoteconnections.tests.extensions.NoSettingsConnectionType">
|
|
20 |
</connectionType>
|
|
21 |
</extension>
|
|
22 |
<extension
|
|
23 |
point="com.nokia.carbide.remoteConnections.service">
|
|
24 |
<service
|
|
25 |
class="com.nokia.carbide.remoteconnections.tests.extensions.UnknownStatusService">
|
|
26 |
</service>
|
|
27 |
</extension>
|
|
28 |
<extension
|
|
29 |
point="com.nokia.carbide.remoteConnections.extensionFilter">
|
|
30 |
<extensionFilter
|
|
31 |
class="com.nokia.carbide.remoteconnections.tests.extensions.TestFilter">
|
|
32 |
</extensionFilter>
|
|
33 |
</extension>
|
|
34 |
<extension
|
|
35 |
point="com.nokia.carbide.remoteConnections.connectedServiceFactory">
|
|
36 |
<connectedServiceFactory
|
|
37 |
class="com.nokia.carbide.remoteconnections.tests.extensions.ConnectedServiceFactory">
|
|
38 |
</connectedServiceFactory>
|
|
39 |
</extension>
|
163
b25acbfc406a
[Bug 9085] Add new TCP/IP connection type with port mappings and new service interface to optionally provide defaults.
dadubrow
diff
changeset
|
40 |
<extension
|
b25acbfc406a
[Bug 9085] Add new TCP/IP connection type with port mappings and new service interface to optionally provide defaults.
dadubrow
diff
changeset
|
41 |
point="com.nokia.carbide.remoteConnections.service">
|
b25acbfc406a
[Bug 9085] Add new TCP/IP connection type with port mappings and new service interface to optionally provide defaults.
dadubrow
diff
changeset
|
42 |
<service
|
b25acbfc406a
[Bug 9085] Add new TCP/IP connection type with port mappings and new service interface to optionally provide defaults.
dadubrow
diff
changeset
|
43 |
class="com.nokia.carbide.remoteconnections.tests.extensions.DefaultProvidingTCPIPService">
|
b25acbfc406a
[Bug 9085] Add new TCP/IP connection type with port mappings and new service interface to optionally provide defaults.
dadubrow
diff
changeset
|
44 |
</service>
|
b25acbfc406a
[Bug 9085] Add new TCP/IP connection type with port mappings and new service interface to optionally provide defaults.
dadubrow
diff
changeset
|
45 |
</extension>
|
719
|
46 |
<extension
|
|
47 |
point="com.nokia.carbide.remoteConnections.deviceDiscoveryAgent">
|
|
48 |
<deviceDiscoveryAgent
|
|
49 |
class="com.nokia.carbide.remoteconnections.tests.discovery.RandomDiscoveryAgent">
|
|
50 |
</deviceDiscoveryAgent>
|
|
51 |
</extension>
|
0
|
52 |
|
|
53 |
</plugin>
|