remotecontrol/com.nokia.carbide.extensions.remotecontrol/feature.xml
author Maria Zhelezova <ext-maria.zhelezova@nokia.com>
Tue, 21 Sep 2010 09:49:30 +0300
changeset 28 ba36477f408e
parent 17 aa3399e01058
permissions -rw-r--r--
RemoteControl 1.5.0.1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
<feature
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
      id="com.nokia.carbide.extensions.remotecontrol"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
      label="Carbide.c++ Extensions - Remote Control"
28
ba36477f408e RemoteControl 1.5.0.1
Maria Zhelezova <ext-maria.zhelezova@nokia.com>
parents: 17
diff changeset
     5
      version="1.5.0.qualifier"
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
      provider-name="Nokia"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
      plugin="com.nokia.s60tools.remotecontrol">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
   <description>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
      Remote Control is a tool for using phones remotely by commanding HTI framework in device.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
   </description>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    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:: &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
   </copyright>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    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
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
All rights reserved.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
This component and the accompanying materials are made available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
under the terms of &quot;Eclipse Public License v1.0&quot;
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
which accompanies this distribution, and is available
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
   </license>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
   <requires>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
      <import plugin="org.eclipse.ui"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    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
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
   </requires>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
   <plugin
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
         id="com.nokia.s60tools.remotecontrol"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
         download-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
         install-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
         version="0.0.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
         unpack="false"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
   <plugin
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
         id="com.nokia.s60tools.remotecontrol.help"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
         download-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
         install-size="0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
         version="0.0.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
         unpack="false"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
</feature>