sysperfana/memspyext/com.nokia.carbide.extensions.memspy/feature.xml
changeset 7 8e12a575a9b5
child 14 bb339882c6e9
equal deleted inserted replaced
6:f65f740e69f9 7:8e12a575a9b5
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <feature
       
     3       id="com.nokia.carbide.extensions.memspy"
       
     4       label="Carbide.c++ Extensions - MemSpy"
       
     5       version="1.6.0"
       
     6       provider-name="Nokia"
       
     7       plugin="com.nokia.s60tools.memspy">
       
     8 
       
     9    <description>
       
    10       MemSpy tool is used for analysing memory state and chances of s60 device over time.
       
    11    </description>
       
    12 
       
    13    <copyright>
       
    14       Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
    15       All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html.
       
    16    </copyright>
       
    17 
       
    18    <license url="license.txt">
       
    19       Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
    20 All rights reserved.
       
    21 This component and the accompanying materials are made available
       
    22 under the terms of &quot;Eclipse Public License v1.0&quot;
       
    23 which accompanies this distribution, and is available
       
    24 at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.
       
    25    </license>
       
    26 
       
    27 
       
    28    <requires>
       
    29       <import plugin="org.eclipse.ui"/>
       
    30       <import plugin="org.eclipse.core.runtime"/>
       
    31       <import plugin="org.eclipse.ui.console"/>
       
    32       <import plugin="org.eclipse.cdt.core"/>
       
    33       <import plugin="org.eclipse.ui.ide"/>
       
    34       <import plugin="org.eclipse.core.resources"/>
       
    35       <import plugin="com.nokia.carbide.cdt.builder"/>
       
    36       <import plugin="com.nokia.s60tools.ui" version="1.2.1" match="greaterOrEqual"/>
       
    37       <import plugin="com.nokia.s60tools.util" version="1.1.12" match="greaterOrEqual"/>
       
    38       <import plugin="com.nokia.s60tools.sdk" version="1.1.6" match="greaterOrEqual"/>
       
    39    </requires>
       
    40 
       
    41    <plugin
       
    42          id="com.nokia.s60tools.heapanalyser"
       
    43          download-size="0"
       
    44          install-size="0"
       
    45          version="0.0.0"
       
    46          unpack="false"/>
       
    47 
       
    48    <plugin
       
    49          id="com.nokia.s60tools.memspy.help"
       
    50          download-size="0"
       
    51          install-size="0"
       
    52          version="0.0.0"
       
    53          unpack="false"/>
       
    54 
       
    55    <plugin
       
    56          id="com.nokia.s60tools.memspy"
       
    57          download-size="0"
       
    58          install-size="0"
       
    59          version="0.0.0"
       
    60          unpack="false"/>
       
    61 
       
    62    <plugin
       
    63          id="com.nokia.s60tools.swmtanalyser"
       
    64          download-size="0"
       
    65          install-size="0"
       
    66          version="0.0.0"
       
    67          unpack="false"/>
       
    68 
       
    69    <plugin
       
    70          id="com.nokia.s60tools.swmtanalyser.thirdpartysources"
       
    71          download-size="0"
       
    72          install-size="0"
       
    73          version="0.0.0"
       
    74          unpack="false"/>
       
    75 
       
    76 
       
    77 </feature>