remotecontrol/com.nokia.carbide.extensions.remotecontrol/feature.xml
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
child 10 2715b6594cd9
permissions -rw-r--r--
initial EPL conversion

<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="com.nokia.carbide.extensions.remotecontrol"
      label="Carbide.c++ Extensions - Remote Control"
      version="1.3.1"
      provider-name="Nokia"
      plugin="com.nokia.s60tools.remotecontrol">

   <description>
      Remote Control is a tool for using phones remotely by commanding HTI framework in device.
   </description>

   <copyright>
      Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License:: "http://www.eclipse.org/legal/epl-v10.html".
   </copyright>

   <license url="license.txt">
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
under the terms of &quot;Eclipse Public License v1.0&quot;
which accompanies this distribution, and is available
at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
   </license>

   <url>
      <update label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
      <discovery label="Carbide.c++ Update Site" url="http://tools.ext.nokia.com/updates/carbide22"/>
   </url>

   <requires>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="com.nokia.s60tools.util" version="1.1.11" match="greaterOrEqual"/>
      <import plugin="com.nokia.s60tools.hticonnection" version="1.2.0" match="greaterOrEqual"/>
   </requires>

   <plugin
         id="com.nokia.s60tools.remotecontrol"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="com.nokia.s60tools.remotecontrol.help"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>