debuggercdi/com.nokia.cdt.debug.launch/plugin.xml
author timkelly
Tue, 03 Aug 2010 16:29:13 -0500
branchC3_BUILDER_WORK
changeset 1757 ec3c1e4702be
parent 1384 10b788ab16fe
child 1839 42bb3f6881da
permissions -rw-r--r--
Remove makefile dependency checks on SBSv2 builder since they don't apply. Remove SBSv2BuilderInfo.java and functionality. That has been used for loading the SBSv2 tab, which no longer exists. Now the SBSv2 data in the .cproject is loaded directly by the build configuration loading mechanism.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     2
<?eclipse version="3.0"?>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     3
<plugin>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     4
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
     5
   <extension
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
     6
         point="org.eclipse.debug.core.launchDelegates">
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
     7
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
     8
       <launchDelegate
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
     9
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
1099
88ab187cbeb8 Refactor source mapping to com.nokia.cdt.debug.common plugin
timkelly
parents: 989
diff changeset
    10
            sourcePathComputerId="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    11
            delegateDescription="Launch a classic Carbide Emulator debug session."          
747
11dc6d4e9da5 Add 'Classic' to all DE-based launch delegate names for which there exist EDC variants
Ed Swartz <ed.swartz@nokia.com>
parents: 496
diff changeset
    12
            name="Classic Symbian OS Emulation"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    13
            delegate="com.nokia.cdt.internal.debug.launch.EmulationLaunchDelegate"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    14
            modes="run,debug"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    15
            type="com.nokia.cdt.debug.launch.emulationLaunch"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    16
            id="com.nokia.cdt.debug.launch.emulationLaunchDelegate">
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    17
      </launchDelegate>
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    18
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    19
      <launchDelegate
496
6d66d6e31690 Change name to "Classic"
ryall
parents: 444
diff changeset
    20
            name="Classic Symbian OS Application TRK"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    21
            delegateDescription="Launch a classic Symbian OS Application TRK debug session."          
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    22
            delegate="com.nokia.cdt.internal.debug.launch.TRKLaunchDelegate"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    23
            modes="run,debug"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    24
            type="com.nokia.cdt.debug.launch.appTRKLaunch"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    25
            id="com.nokia.cdt.debug.launch.appTRKLaunchDelegate"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    26
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
1099
88ab187cbeb8 Refactor source mapping to com.nokia.cdt.debug.common plugin
timkelly
parents: 989
diff changeset
    27
            sourcePathComputerId="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer">
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    28
      </launchDelegate>
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    29
 
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    30
      <launchDelegate
747
11dc6d4e9da5 Add 'Classic' to all DE-based launch delegate names for which there exist EDC variants
Ed Swartz <ed.swartz@nokia.com>
parents: 496
diff changeset
    31
            name="Classic Symbian OS System TRK"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    32
            delegateDescription="Launch a classic Symbian OS System TRK debug session."          
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    33
            delegate="com.nokia.cdt.internal.debug.launch.TRKLaunchDelegate"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    34
            modes="run,debug"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    35
            type="com.nokia.cdt.debug.launch.systemTRKLaunch"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    36
            id="com.nokia.cdt.debug.launch.systemTRKLaunchDelegate"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    37
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
1099
88ab187cbeb8 Refactor source mapping to com.nokia.cdt.debug.common plugin
timkelly
parents: 989
diff changeset
    38
            sourcePathComputerId="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer">
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    39
      </launchDelegate>
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    40
 
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    41
      <launchDelegate
747
11dc6d4e9da5 Add 'Classic' to all DE-based launch delegate names for which there exist EDC variants
Ed Swartz <ed.swartz@nokia.com>
parents: 496
diff changeset
    42
            name="Classic Symbian OS Attach to Process"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    43
            delegate="com.nokia.cdt.internal.debug.launch.AttachLaunchDelegate"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    44
            delegateDescription="Launch a classic Symbian OS Attach to Process debug session."          
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    45
            modes="debug"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    46
            type="com.nokia.cdt.debug.launch.attachLaunch"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    47
            id="com.nokia.cdt.debug.launch.attachLaunchDelegate"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    48
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
1099
88ab187cbeb8 Refactor source mapping to com.nokia.cdt.debug.common plugin
timkelly
parents: 989
diff changeset
    49
            sourcePathComputerId="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer">
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    50
      </launchDelegate>
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    51
    
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    52
   </extension>
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    53
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    54
   <extension
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    55
         point="org.eclipse.debug.core.launchConfigurationTypes">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    56
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    57
      <launchConfigurationType
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    58
            name="Symbian OS Emulation"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    59
             public="true"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    60
            id="com.nokia.cdt.debug.launch.emulationLaunch">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    61
      </launchConfigurationType>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    62
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    63
      <launchConfigurationType
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    64
            name="Symbian OS Application TRK"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    65
            public="true"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    66
            id="com.nokia.cdt.debug.launch.appTRKLaunch">
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    67
      </launchConfigurationType>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    68
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    69
      <launchConfigurationType
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    70
            name="Symbian OS System TRK"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    71
            public="true"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    72
            id="com.nokia.cdt.debug.launch.systemTRKLaunch">
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    73
      </launchConfigurationType>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    74
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    75
      <launchConfigurationType
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    76
            name="Symbian OS Attach to Process"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    77
            public="true"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    78
            id="com.nokia.cdt.debug.launch.attachLaunch">
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    79
      </launchConfigurationType>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    80
    
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    81
   </extension>
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    82
   
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    83
  <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    84
         point="org.eclipse.debug.ui.launchConfigurationTypeImages">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    85
      <launchConfigurationTypeImage
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    86
            icon="icons/launch_config_file_16x16.png"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    87
            configTypeID="com.nokia.cdt.debug.launch.emulationLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    88
            id="com.nokia.cdt.debug.launch.emulationLaunchImage">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    89
      </launchConfigurationTypeImage>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    90
      <launchConfigurationTypeImage
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    91
            icon="icons/launch_config_file_16x16.png"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    92
            configTypeID="com.nokia.cdt.debug.launch.appTRKLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    93
            id="com.nokia.cdt.debug.launch.appTRKLaunchImage">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    94
      </launchConfigurationTypeImage>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    95
      <launchConfigurationTypeImage
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    96
            icon="icons/launch_config_file_16x16.png"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    97
            configTypeID="com.nokia.cdt.debug.launch.systemTRKLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    98
            id="com.nokia.cdt.debug.launch.systemTRKLaunchImage">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    99
      </launchConfigurationTypeImage>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   100
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   101
      <launchConfigurationTypeImage
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   102
            icon="icons/launch_config_file_16x16.png"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   103
            configTypeID="com.nokia.cdt.debug.launch.attachLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   104
            id="com.nokia.cdt.debug.launch.attachLaunchImage">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   105
      </launchConfigurationTypeImage>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   106
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   107
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   108
   <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   109
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   110
      <launchConfigurationTabGroup
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   111
            type="com.nokia.cdt.debug.launch.emulationLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   112
            class="com.nokia.cdt.internal.debug.launch.ui.EmulationConfigurationTabGroup"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   113
            id="com.nokia.cdt.debug.launch.emulationLaunchTabGroup">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   114
      </launchConfigurationTabGroup>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   115
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   116
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   117
    <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   118
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   119
      <launchConfigurationTabGroup
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   120
            type="com.nokia.cdt.debug.launch.appTRKLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   121
            class="com.nokia.cdt.internal.debug.launch.ui.AppTRKConfigurationTabGroup"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   122
            id="com.nokia.cdt.debug.launch.appTRKLaunchTabGroup">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   123
      </launchConfigurationTabGroup>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   124
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   125
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   126
    <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   127
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   128
      <launchConfigurationTabGroup
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   129
            type="com.nokia.cdt.debug.launch.systemTRKLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   130
            class="com.nokia.cdt.internal.debug.launch.ui.SystemTRKConfigurationTabGroup"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   131
            id="com.nokia.cdt.debug.launch.systemTRKLaunchTabGroup">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   132
      </launchConfigurationTabGroup>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   133
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   134
    
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   135
    <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   136
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   137
      <launchConfigurationTabGroup
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   138
            type="com.nokia.cdt.debug.launch.attachLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   139
            class="com.nokia.cdt.internal.debug.launch.ui.AttachConfigurationTabGroup"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   140
            id="com.nokia.cdt.debug.launch.attachLaunchTabGroup">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   141
      </launchConfigurationTabGroup>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   142
    </extension>
956
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   143
 
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   144
    <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   145
         point="org.eclipse.debug.ui.launchShortcuts">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   146
      <shortcut
956
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   147
            class="com.nokia.cdt.internal.debug.launch.PhoneLaunchShortcut"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   148
            icon="icons/launch_config_file_16x16.png"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   149
            id="com.nokia.cdt.debug.launch.symbianCPPShortcut.phone"
1260
f3b387a17eb7 Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
Ed Swartz <ed.swartz@nokia.com>
parents: 1099
diff changeset
   150
            label="Symbian OS Phone or Simulator Launch"
956
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   151
            modes="run, debug">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   152
         <contextualLaunch>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   153
            <enablement>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   154
               <with
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   155
                     variable="selection">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   156
                  <count
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   157
                        value="1">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   158
                  </count>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   159
                  <iterate>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   160
                     <and>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   161
                        <or>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   162
                           <instanceof
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   163
                                 value="org.eclipse.cdt.core.model.IBinary">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   164
                           </instanceof>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   165
                           <instanceof
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   166
                                 value="org.eclipse.cdt.core.model.ICProject">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   167
                           </instanceof>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   168
                           <instanceof
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   169
                                 value="org.eclipse.cdt.debug.core.executables.Executable">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   170
                           </instanceof>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   171
                           <test
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   172
                                 forcePluginActivation="true"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   173
                                 property="org.eclipse.cdt.launch.isExecutable">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   174
                           </test>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   175
                           <test
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   176
                                 forcePluginActivation="true"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   177
                                 property="org.eclipse.cdt.launch.isCProject">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   178
                           </test>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   179
                           <and>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   180
                              <instanceof
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   181
                                    value="org.eclipse.ui.IFileEditorInput">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   182
                              </instanceof>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   183
                              <adapt
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   184
                                    type="org.eclipse.core.resources.IResource">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   185
                                 <adapt
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   186
                                       type="org.eclipse.cdt.core.model.ICElement">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   187
                                 </adapt>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   188
                              </adapt>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   189
                           </and>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   190
                           <test
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   191
                                 forcePluginActivation="true"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   192
                                 property="com.nokia.cdt.debug.launch.isCarbideProject">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   193
                           </test>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   194
                           <test
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   195
                                 forcePluginActivation="true"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   196
                                 property="com.nokia.cdt.debug.launch.isExecutable">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   197
                           </test>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   198
                        </or>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   199
                        <test
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   200
                              forcePluginActivation="true"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   201
                              property="com.nokia.cdt.debug.launch.isNotEmulator">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   202
                        </test>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   203
                     </and>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   204
                  </iterate>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   205
               </with>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   206
            </enablement>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   207
            <contextLabel
1260
f3b387a17eb7 Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
Ed Swartz <ed.swartz@nokia.com>
parents: 1099
diff changeset
   208
                  label="Run Symbian OS Application on Phone or Simulator"
956
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   209
                  mode="run">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   210
            </contextLabel>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   211
            <contextLabel
1260
f3b387a17eb7 Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
Ed Swartz <ed.swartz@nokia.com>
parents: 1099
diff changeset
   212
                  label="Debug Symbian OS Application on Phone or Simulator"
956
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   213
                  mode="debug">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   214
            </contextLabel>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   215
         </contextualLaunch>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   216
         <description
1260
f3b387a17eb7 Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
Ed Swartz <ed.swartz@nokia.com>
parents: 1099
diff changeset
   217
               description="Debugs on a phone or simulator using System TRK or Application TRK"
956
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   218
               mode="debug">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   219
         </description>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   220
         <description
1260
f3b387a17eb7 Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
Ed Swartz <ed.swartz@nokia.com>
parents: 1099
diff changeset
   221
               description="Runs on a phone or simulator using System TRK or Application TRK"
956
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   222
               mode="run">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   223
         </description>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   224
      </shortcut>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   225
      <shortcut
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   226
            class="com.nokia.cdt.internal.debug.launch.EmulatorLaunchShortcut"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   227
            icon="icons/launch_config_file_16x16.png"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   228
            id="com.nokia.cdt.debug.launch.symbianCPPShortcut.emulator"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   229
            label="Symbian OS Emulator Launch"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   230
            modes="run, debug">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   231
         <contextualLaunch>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   232
            <enablement>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   233
               <with
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   234
                     variable="selection">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   235
                  <count
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   236
                        value="1">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   237
                  </count>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   238
                  <iterate>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   239
                     <and>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   240
                        <or>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   241
                           <instanceof
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   242
                                 value="org.eclipse.cdt.core.model.IBinary">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   243
                           </instanceof>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   244
                           <instanceof
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   245
                                 value="org.eclipse.cdt.core.model.ICProject">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   246
                           </instanceof>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   247
                           <instanceof
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   248
                                 value="org.eclipse.cdt.debug.core.executables.Executable">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   249
                           </instanceof>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   250
                           <test
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   251
                                 forcePluginActivation="true"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   252
                                 property="org.eclipse.cdt.launch.isExecutable">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   253
                           </test>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   254
                           <test
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   255
                                 forcePluginActivation="true"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   256
                                 property="org.eclipse.cdt.launch.isCProject">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   257
                           </test>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   258
                           <and>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   259
                              <instanceof
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   260
                                    value="org.eclipse.ui.IFileEditorInput">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   261
                              </instanceof>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   262
                              <adapt
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   263
                                    type="org.eclipse.core.resources.IResource">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   264
                                 <adapt
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   265
                                       type="org.eclipse.cdt.core.model.ICElement">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   266
                                 </adapt>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   267
                              </adapt>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   268
                           </and>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   269
                           <test
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   270
                                 forcePluginActivation="true"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   271
                                 property="com.nokia.cdt.debug.launch.isCarbideProject">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   272
                           </test>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   273
                           <test
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   274
                                 forcePluginActivation="true"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   275
                                 property="com.nokia.cdt.debug.launch.isExecutable">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   276
                           </test>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   277
                        </or>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   278
                        <test
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   279
                              forcePluginActivation="true"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   280
                              property="com.nokia.cdt.debug.launch.isEmulator">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   281
                        </test>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   282
                     </and>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   283
                  </iterate>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   284
               </with>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   285
            </enablement>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   286
            <contextLabel
985
e40f3bd8c5a0 reorder launch shortcuts
dadubrow
parents: 956
diff changeset
   287
                  label="Run Symbian OS Application on Emulator"
956
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   288
                  mode="run">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   289
            </contextLabel>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   290
            <contextLabel
985
e40f3bd8c5a0 reorder launch shortcuts
dadubrow
parents: 956
diff changeset
   291
                  label="Debug Symbian OS Application on Emulator"
956
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   292
                  mode="debug">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   293
            </contextLabel>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   294
         </contextualLaunch>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   295
         <description
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   296
               description="Debugs using a WINSCW emulator"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   297
               mode="debug">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   298
         </description>
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   299
         <description
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   300
               description="Runs using a WINSCW emulator"
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   301
               mode="run">
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   302
         </description>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   303
      </shortcut>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   304
     </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   305
   
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   306
 <!-- Property testers -->
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   307
   <extension point="org.eclipse.core.expressions.propertyTesters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   308
      <propertyTester
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   309
      		namespace="com.nokia.cdt.debug.launch"
956
d1e221a2875f new launch wizard implementation
dadubrow
parents: 821
diff changeset
   310
            properties="isExecutable, isCarbideProject, isEmulator, isNotEmulator"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   311
            type="org.eclipse.core.runtime.IAdaptable"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   312
            class="com.nokia.cdt.internal.debug.launch.SymbianProjectPropertyTester"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   313
            id="com.nokia.cdt.debug.launch.SymbianProjectPropertyTester">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   314
      </propertyTester>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   315
   </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   316
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   317
	<!-- Adapters for contextual launch -->
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   318
	<extension point="org.eclipse.core.runtime.adapters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   319
          <factory 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   320
            class="" 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   321
            adaptableType="org.eclipse.cdt.core.model.ICProject">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   322
            <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   323
         </factory>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   324
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   325
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   326
 	<!-- Adapters for contextual launch -->
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   327
	<extension point="org.eclipse.core.runtime.adapters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   328
         <factory 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   329
            class="" 
202
4eeba852ae0b removed unnecessary context launch stuff and fixed up some warnings.
wpaul
parents: 0
diff changeset
   330
            adaptableType="org.eclipse.cdt.debug.core.executables.Executable">
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   331
            <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   332
         </factory>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   333
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   334
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   335
   <!-- hack to make the traditional memory rendering the default.  we probaly
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   336
   		need to keep it this way until CDT adopts this rendering as the default.
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   337
   		see Eclipse bugzilla #146667 for more information. -->
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   338
   <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   339
         point="org.eclipse.debug.ui.memoryRenderings">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   340
      <renderingBindings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   341
            defaultIds="org.eclipse.dd.debug.memory.renderings.traditional.TraditionalRendering"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   342
            primaryId="org.eclipse.dd.debug.memory.renderings.traditional.TraditionalRendering"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   343
            renderingIds="org.eclipse.dd.debug.memory.renderings.traditional.TraditionalRendering">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   344
         <enablement>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   345
            <instanceof value="org.eclipse.cdt.debug.internal.core.model.CMemoryBlockExtension"/>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   346
         </enablement>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   347
      </renderingBindings>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   348
   </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   349
   
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   350
   <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   351
         point="org.eclipse.ui.startup">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   352
   </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   353
212
0e84cf0560e1 added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
wpaul
parents: 202
diff changeset
   354
   <extension-point id="launchWizardExtension" name="Launch Wizard Page" schema="schema/launchWizardExtension.exsd"/>
0e84cf0560e1 added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
wpaul
parents: 202
diff changeset
   355
   <extension-point id="launchCategoryExtension" name="Launch Category" schema="schema/launchCategoryExtension.exsd"/>
1260
f3b387a17eb7 Merge PlatSim changes from 2.x, but move ILaunchDelegateConnectionExtension into com.nokia.cdt.debug.common so EDC can use it
Ed Swartz <ed.swartz@nokia.com>
parents: 1099
diff changeset
   356
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   357
</plugin>