author | Maria Zhelezova <ext-maria.zhelezova@nokia.com> |
Tue, 07 Sep 2010 11:31:37 +0300 | |
changeset 18 | 6b5192124082 |
parent 17 | aa3399e01058 |
child 28 | ba36477f408e |
permissions | -rw-r--r-- |
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" |
|
17
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
10
diff
changeset
|
5 |
version="1.5.0" |
0 | 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> |
|
10
2715b6594cd9
RemoteControl 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
0
diff
changeset
|
14 |
Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
2715b6594cd9
RemoteControl 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
0
diff
changeset
|
15 |
All rights reserved. License:: "http://www.eclipse.org/legal/epl-v10.html". |
0 | 16 |
</copyright> |
17 |
||
18 |
<license url="license.txt"> |
|
10
2715b6594cd9
RemoteControl 1.4.0
Matti Laitinen <matti.t.laitinen@nokia.com>
parents:
0
diff
changeset
|
19 |
Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 20 |
All rights reserved. |
21 |
This component and the accompanying materials are made available |
|
22 |
under the terms of "Eclipse Public License v1.0" |
|
23 |
which accompanies this distribution, and is available |
|
24 |
at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
25 |
</license> |
|
26 |
||
27 |
||
28 |
<requires> |
|
29 |
<import plugin="org.eclipse.ui"/> |
|
30 |
<import plugin="org.eclipse.core.runtime"/> |
|
17
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
10
diff
changeset
|
31 |
<import feature="com.nokia.s60tools.extensions.framework"/> |
aa3399e01058
RemoteControl 1.5.0
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents:
10
diff
changeset
|
32 |
<import feature="com.nokia.carbide.extensions.hticonnection" version="1.4.0" match="greaterOrEqual"/> |
0 | 33 |
</requires> |
34 |
||
35 |
<plugin |
|
36 |
id="com.nokia.s60tools.remotecontrol" |
|
37 |
download-size="0" |
|
38 |
install-size="0" |
|
39 |
version="0.0.0" |
|
40 |
unpack="false"/> |
|
41 |
||
42 |
<plugin |
|
43 |
id="com.nokia.s60tools.remotecontrol.help" |
|
44 |
download-size="0" |
|
45 |
install-size="0" |
|
46 |
version="0.0.0" |
|
47 |
unpack="false"/> |
|
48 |
||
49 |
</feature> |