0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.0"?>
|
|
3 |
<plugin>
|
|
4 |
<extension
|
|
5 |
point="org.eclipse.ui.actionSets">
|
|
6 |
<actionSet
|
|
7 |
description="HTI Console Tool's Actions"
|
|
8 |
id="com.nokia.s60tools.hticonnection.actionSet"
|
|
9 |
label="HTI Connection"
|
|
10 |
visible="true">
|
|
11 |
<menu
|
|
12 |
id="com.nokia.carbide.cpp.ui.CarbideMenu"
|
|
13 |
label="&Carbide"
|
|
14 |
path="additions">
|
|
15 |
<groupMarker name="additions"/>
|
|
16 |
</menu>
|
|
17 |
<action
|
|
18 |
class="com.nokia.s60tools.hticonnection.actions.MainViewOpenAction"
|
|
19 |
icon="icons/hti_console.png"
|
|
20 |
id="com.nokia.s60tools.hticonnection.screen.actions.MainViewOpenAction"
|
|
21 |
label="HTI Connection"
|
|
22 |
menubarPath="com.nokia.carbide.cpp.ui.CarbideMenu/CarbideExtensions"
|
|
23 |
style="push"
|
|
24 |
tooltip="HTI Connection"/>
|
|
25 |
</actionSet>
|
|
26 |
</extension>
|
|
27 |
<extension
|
|
28 |
point="org.eclipse.ui.preferencePages">
|
|
29 |
<page
|
|
30 |
category="com.nokia.carbide.cpp.preferences.ExtensionsPreferencesPage"
|
|
31 |
class="com.nokia.s60tools.hticonnection.preferences.HtiApiPreferencePage"
|
|
32 |
id="com.nokia.s60tools.hticonnection.preferences.HtiApiPreferencePage"
|
|
33 |
name="HTI Connection Preferences">
|
|
34 |
</page>
|
|
35 |
</extension>
|
|
36 |
<extension
|
|
37 |
point="org.eclipse.ui.views">
|
|
38 |
<category
|
|
39 |
id="com.nokia.s60tools"
|
|
40 |
name="Carbide Extensions"/>
|
|
41 |
<view
|
|
42 |
category="com.nokia.s60tools"
|
|
43 |
class="com.nokia.s60tools.hticonnection.ui.views.main.MainView"
|
|
44 |
icon="icons/hti_console.png"
|
|
45 |
id="com.nokia.s60tools.hticonnection.ui.views.main.MainView"
|
|
46 |
name="HTI Connection"/>
|
|
47 |
</extension>
|
|
48 |
<extension
|
|
49 |
point="com.nokia.carbide.remoteConnections.service">
|
|
50 |
<service
|
|
51 |
class="com.nokia.s60tools.hticonnection.connection.HTIService">
|
|
52 |
</service>
|
|
53 |
</extension>
|
|
54 |
<extension
|
|
55 |
point="com.nokia.carbide.remoteConnections.connectedServiceFactory">
|
|
56 |
<connectedServiceFactory
|
|
57 |
class="com.nokia.s60tools.hticonnection.connection.HTIConnectedServiceFactory">
|
|
58 |
</connectedServiceFactory>
|
|
59 |
</extension>
|
|
60 |
|
|
61 |
</plugin>
|