|
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="Remote Control Tool's Actions" |
|
8 id="com.nokia.s60tools.remotecontrol.ui.actionSet" |
|
9 label="Remote Control Tool" |
|
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.remotecontrol.actions.MainViewOpenAction" |
|
19 icon="icons/remote_control.png" |
|
20 id="com.nokia.s60tools.remotecontrol.actions.MainViewOpenAction" |
|
21 label="Remote Control" |
|
22 menubarPath="com.nokia.carbide.cpp.ui.CarbideMenu/CarbideExtensions" |
|
23 style="push" |
|
24 tooltip="Remote Control"/> |
|
25 </actionSet> |
|
26 </extension> |
|
27 <extension |
|
28 point="org.eclipse.ui.views"> |
|
29 <category |
|
30 id="com.nokia.s60tools" |
|
31 name="Carbide Extensions"/> |
|
32 <stickyView |
|
33 closeable="true" |
|
34 id="com.nokia.s60tools.remotecontrol.ui.views.main.MainView" |
|
35 location="LEFT" |
|
36 moveable="true"/> |
|
37 <view |
|
38 category="com.nokia.s60tools" |
|
39 class="com.nokia.s60tools.remotecontrol.keyboard.ui.view.KeyboardView" |
|
40 icon="icons/keyboard_view.png" |
|
41 id="com.nokia.s60tools.remotecontrol.keyboard.ui.view.KeyboardView" |
|
42 name="Keyboard (Remote Control)" |
|
43 restorable="true"> |
|
44 </view> |
|
45 <view |
|
46 category="com.nokia.s60tools" |
|
47 class="com.nokia.s60tools.remotecontrol.ui.views.main.MainView" |
|
48 icon="icons/remote_control.png" |
|
49 id="com.nokia.s60tools.remotecontrol.ui.views.main.MainView" |
|
50 name="Remote Control"/> |
|
51 </extension> |
|
52 <extension |
|
53 point="org.eclipse.ui.preferencePages"> |
|
54 <page |
|
55 category="com.nokia.carbide.cpp.preferences.ExtensionsPreferencesPage" |
|
56 class="com.nokia.s60tools.remotecontrol.preferences.RCPreferencePage" |
|
57 id="com.nokia.s60tools.remotecontrol.RCPreferencePage" |
|
58 name="Remote Control Preferences"> |
|
59 </page> |
|
60 </extension> |
|
61 <extension |
|
62 point="org.eclipse.ui.commands"> |
|
63 <category |
|
64 description="Commands for hardware key shortcuts" |
|
65 id="com.nokia.s60tools.remotecontrol.screen.category" |
|
66 name="RemoteControl - key emulation"> |
|
67 </category> |
|
68 <command |
|
69 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
70 id="com.nokia.s60tools.remotecontrol.screen.AppKeyCommand" |
|
71 name="RemoteControl - Application key emulation"> |
|
72 </command> |
|
73 <command |
|
74 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
75 id="com.nokia.s60tools.remotecontrol.screen.LeftSoftKeyCommand" |
|
76 name="RemoteControl - Left soft key emulation"> |
|
77 </command> |
|
78 <command |
|
79 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
80 id="com.nokia.s60tools.remotecontrol.screen.RightSoftKeyCommand" |
|
81 name="RemoteControl - Right soft key emulation"> |
|
82 </command> |
|
83 <command |
|
84 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
85 id="com.nokia.s60tools.remotecontrol.screen.NaviSouthKeyCommand" |
|
86 name="RemoteControl - South navi key emulation"> |
|
87 </command> |
|
88 <command |
|
89 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
90 id="com.nokia.s60tools.remotecontrol.screen.NaviNorthKeyCommand" |
|
91 name="RemoteControl - North navi key emulation"> |
|
92 </command> |
|
93 <command |
|
94 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
95 id="com.nokia.s60tools.remotecontrol.screen.NaviEastKeyCommand" |
|
96 name="RemoteControl - East navi key emulation"> |
|
97 </command> |
|
98 <command |
|
99 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
100 id="com.nokia.s60tools.remotecontrol.screen.NaviWestKeyCommand" |
|
101 name="RemoteControl - West navi key emulation"> |
|
102 </command> |
|
103 <command |
|
104 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
105 id="com.nokia.s60tools.remotecontrol.screen.NaviCenterKeyCommand" |
|
106 name="RemoteControl - Center navi key emulation"> |
|
107 </command> |
|
108 <command |
|
109 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
110 id="com.nokia.s60tools.remotecontrol.screen.SendKeyCommand" |
|
111 name="RemoteControl - Send key emulation"> |
|
112 </command> |
|
113 <command |
|
114 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
115 id="com.nokia.s60tools.remotecontrol.screen.EndKeyCommand" |
|
116 name="RemoteControl - End key emulation"> |
|
117 </command> |
|
118 <command |
|
119 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
120 id="com.nokia.s60tools.remotecontrol.screen.ClearKeyCommand" |
|
121 name="RemoteControl - Clear key emulation"> |
|
122 </command> |
|
123 <command |
|
124 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
125 id="com.nokia.s60tools.remotecontrol.screen.PowerKeyCommand" |
|
126 name="RemoteControl - Power key emulation"> |
|
127 </command> |
|
128 <command |
|
129 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
130 id="com.nokia.s60tools.remotecontrol.screen.GripOpenKeyCommand" |
|
131 name="RemoteControl - Grip open key emulation"> |
|
132 </command> |
|
133 <command |
|
134 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
135 id="com.nokia.s60tools.remotecontrol.screen.GripClosedKeyCommand" |
|
136 name="RemoteControl - Grip closed key emulation"> |
|
137 </command> |
|
138 <command |
|
139 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
140 id="com.nokia.s60tools.remotecontrol.screen.EditKeyCommand" |
|
141 name="RemoteControl - Edit key emulation"> |
|
142 </command> |
|
143 <command |
|
144 categoryId="com.nokia.s60tools.remotecontrol.screen.category" |
|
145 id="com.nokia.s60tools.remotecontrol.screen.SideKeyCommand" |
|
146 name="RemoteControl - Side (Voice) key emulation"> |
|
147 </command> |
|
148 </extension> |
|
149 <extension |
|
150 point="org.eclipse.ui.handlers"> |
|
151 <handler |
|
152 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.AppKeyCommandHandler" |
|
153 commandId="com.nokia.s60tools.remotecontrol.screen.AppKeyCommand"> |
|
154 </handler> |
|
155 <handler |
|
156 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.LeftSoftKeyCommandHandler" |
|
157 commandId="com.nokia.s60tools.remotecontrol.screen.LeftSoftKeyCommand"> |
|
158 </handler> |
|
159 <handler |
|
160 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.RightSoftKeyCommandHandler" |
|
161 commandId="com.nokia.s60tools.remotecontrol.screen.RightSoftKeyCommand"> |
|
162 </handler> |
|
163 <handler |
|
164 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviSouthKeyCommandHandler" |
|
165 commandId="com.nokia.s60tools.remotecontrol.screen.NaviSouthKeyCommand"> |
|
166 </handler> |
|
167 <handler |
|
168 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviNorthKeyCommandHandler" |
|
169 commandId="com.nokia.s60tools.remotecontrol.screen.NaviNorthKeyCommand"> |
|
170 </handler> |
|
171 <handler |
|
172 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviEastKeyCommandHandler" |
|
173 commandId="com.nokia.s60tools.remotecontrol.screen.NaviEastKeyCommand"> |
|
174 </handler> |
|
175 <handler |
|
176 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviWestKeyCommandHandler" |
|
177 commandId="com.nokia.s60tools.remotecontrol.screen.NaviWestKeyCommand"> |
|
178 </handler> |
|
179 <handler |
|
180 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.NaviCenterKeyCommandHandler" |
|
181 commandId="com.nokia.s60tools.remotecontrol.screen.NaviCenterKeyCommand"> |
|
182 </handler> |
|
183 <handler |
|
184 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.SendKeyCommandHandler" |
|
185 commandId="com.nokia.s60tools.remotecontrol.screen.SendKeyCommand"> |
|
186 </handler> |
|
187 <handler |
|
188 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.EndKeyCommandHandler" |
|
189 commandId="com.nokia.s60tools.remotecontrol.screen.EndKeyCommand"> |
|
190 </handler> |
|
191 <handler |
|
192 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.ClearKeyCommandHandler" |
|
193 commandId="com.nokia.s60tools.remotecontrol.screen.ClearKeyCommand"> |
|
194 </handler> |
|
195 <handler |
|
196 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.PowerKeyCommandHandler" |
|
197 commandId="com.nokia.s60tools.remotecontrol.screen.PowerKeyCommand"> |
|
198 </handler> |
|
199 <handler |
|
200 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.GripOpenKeyCommandHandler" |
|
201 commandId="com.nokia.s60tools.remotecontrol.screen.GripOpenKeyCommand"> |
|
202 </handler> |
|
203 <handler |
|
204 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.GripClosedKeyCommandHandler" |
|
205 commandId="com.nokia.s60tools.remotecontrol.screen.GripClosedKeyCommand"> |
|
206 </handler> |
|
207 <handler |
|
208 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.EditKeyCommandHandler" |
|
209 commandId="com.nokia.s60tools.remotecontrol.screen.EditKeyCommand"> |
|
210 </handler> |
|
211 <handler |
|
212 class="com.nokia.s60tools.remotecontrol.screen.ui.commands.SideKeyCommandHandler" |
|
213 commandId="com.nokia.s60tools.remotecontrol.screen.SideKeyCommand"> |
|
214 </handler> |
|
215 </extension> |
|
216 <extension |
|
217 point="org.eclipse.ui.contexts"> |
|
218 <context |
|
219 id="com.nokia.s60tools.remotecontrol.SreenView" |
|
220 name="In ScreenView" |
|
221 parentId="org.eclipse.ui.contexts.window"> |
|
222 </context> |
|
223 </extension> |
|
224 |
|
225 </plugin> |