0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<feature
|
|
3 |
id="com.nokia.carbide.extensions.remotecontrol"
|
|
4 |
label="Carbide.c++ Extensions - Remote Control"
|
|
5 |
version="1.3.1"
|
|
6 |
provider-name="Nokia"
|
|
7 |
plugin="com.nokia.s60tools.remotecontrol">
|
|
8 |
|
|
9 |
<description>
|
|
10 |
Remote Control is a tool for using phones remotely by commanding HTI framework in device.
|
|
11 |
</description>
|
|
12 |
|
|
13 |
<copyright>
|
|
14 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License:: "http://www.eclipse.org/legal/epl-v10.html".
|
|
15 |
</copyright>
|
|
16 |
|
|
17 |
<license url="license.txt">
|
|
18 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
19 |
All rights reserved.
|
|
20 |
This component and the accompanying materials are made available
|
|
21 |
under the terms of "Eclipse Public License v1.0"
|
|
22 |
which accompanies this distribution, and is available
|
|
23 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
24 |
</license>
|
|
25 |
|
|
26 |
<url>
|
|
27 |
<update label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
|
|
28 |
<discovery label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
|
|
29 |
</url>
|
|
30 |
|
|
31 |
<requires>
|
|
32 |
<import plugin="org.eclipse.ui"/>
|
|
33 |
<import plugin="org.eclipse.core.runtime"/>
|
|
34 |
<import plugin="com.nokia.s60tools.util" version="1.1.11" match="greaterOrEqual"/>
|
|
35 |
<import plugin="com.nokia.s60tools.hticonnection" version="1.2.0" match="greaterOrEqual"/>
|
|
36 |
</requires>
|
|
37 |
|
|
38 |
<plugin
|
|
39 |
id="com.nokia.s60tools.remotecontrol"
|
|
40 |
download-size="0"
|
|
41 |
install-size="0"
|
|
42 |
version="0.0.0"
|
|
43 |
unpack="false"/>
|
|
44 |
|
|
45 |
<plugin
|
|
46 |
id="com.nokia.s60tools.remotecontrol.help"
|
|
47 |
download-size="0"
|
|
48 |
install-size="0"
|
|
49 |
version="0.0.0"
|
|
50 |
unpack="false"/>
|
|
51 |
|
|
52 |
</feature>
|