debuggercdi/com.nokia.cdt.debug.launch/plugin.xml
author timkelly
Tue, 04 May 2010 09:39:10 -0500
branchRCL_2_4
changeset 1325 98aebbb322f3
parent 1254 0e45b6356eac
permissions -rw-r--r--
Fix bug 11210. NPEs when editing SBSv2 config tab data on old SBSv2 build configs. Now allows saving SBSv2 variant data for old SBSv2 configs (i.e. before we display the build alias in the config name)
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"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    10
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    11
            delegateDescription="Launch a classic Carbide Emulator debug session."          
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    12
            name="Symbian OS Emulation"
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
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    20
            name="Symbian OS Application TRK"
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"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    27
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer">
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
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    31
            name="Symbian OS System TRK"
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"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    38
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer">
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
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    42
            name="Symbian OS Attach to Process"
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"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    49
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer">
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
      <launchDelegate
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    53
            name="Symbian OS Trace32"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    54
            delegate="com.nokia.cdt.internal.debug.launch.Trace32LaunchDelegate"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    55
            delegateDescription="Launch a classic Symbian OS Trace32 debug session."          
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    56
            modes="debug"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    57
            type="com.nokia.cdt.debug.launch.t32Launch"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    58
            id="com.nokia.cdt.debug.launch.t32LaunchDelegate"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    59
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    60
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer">
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    61
      </launchDelegate>
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    62
      
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    63
   </extension>
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    64
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    65
   <extension
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    66
         point="org.eclipse.debug.core.launchConfigurationTypes">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    67
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    68
      <launchConfigurationType
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    69
            name="Symbian OS Emulation"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    70
             public="true"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    71
            id="com.nokia.cdt.debug.launch.emulationLaunch">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    72
      </launchConfigurationType>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    73
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    74
      <launchConfigurationType
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    75
            name="Symbian OS Application TRK"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    76
            public="true"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    77
            id="com.nokia.cdt.debug.launch.appTRKLaunch">
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    78
      </launchConfigurationType>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    79
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    80
      <launchConfigurationType
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    81
            name="Symbian OS System TRK"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    82
            public="true"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    83
            id="com.nokia.cdt.debug.launch.systemTRKLaunch">
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    84
      </launchConfigurationType>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    85
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    86
      <launchConfigurationType
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    87
            name="Symbian OS Attach to Process"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    88
            public="true"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    89
            id="com.nokia.cdt.debug.launch.attachLaunch">
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    90
      </launchConfigurationType>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    91
    
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    92
      <launchConfigurationType
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    93
            name="Symbian OS Trace32"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    94
            public="true"
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    95
            id="com.nokia.cdt.debug.launch.t32Launch">
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    96
      </launchConfigurationType>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    97
      
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
    98
   </extension>
444
281526d91b64 Break out launch types from delegates
ryall
parents: 212
diff changeset
    99
   
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   100
  <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   101
         point="org.eclipse.debug.ui.launchConfigurationTypeImages">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   102
      <launchConfigurationTypeImage
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   103
            icon="icons/launch_config_file_16x16.png"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   104
            configTypeID="com.nokia.cdt.debug.launch.emulationLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   105
            id="com.nokia.cdt.debug.launch.emulationLaunchImage">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   106
      </launchConfigurationTypeImage>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   107
      <launchConfigurationTypeImage
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   108
            icon="icons/launch_config_file_16x16.png"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   109
            configTypeID="com.nokia.cdt.debug.launch.appTRKLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   110
            id="com.nokia.cdt.debug.launch.appTRKLaunchImage">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   111
      </launchConfigurationTypeImage>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   112
      <launchConfigurationTypeImage
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   113
            icon="icons/launch_config_file_16x16.png"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   114
            configTypeID="com.nokia.cdt.debug.launch.systemTRKLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   115
            id="com.nokia.cdt.debug.launch.systemTRKLaunchImage">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   116
      </launchConfigurationTypeImage>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   117
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   118
      <launchConfigurationTypeImage
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   119
            icon="icons/launch_config_file_16x16.png"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   120
            configTypeID="com.nokia.cdt.debug.launch.attachLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   121
            id="com.nokia.cdt.debug.launch.attachLaunchImage">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   122
      </launchConfigurationTypeImage>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   123
      <launchConfigurationTypeImage
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   124
            icon="icons/launch_config_file_16x16.png"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   125
            configTypeID="com.nokia.cdt.debug.launch.t32Launch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   126
            id="com.nokia.cdt.debug.launch.t32LaunchImage">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   127
      </launchConfigurationTypeImage>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   128
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   129
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   130
   <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   131
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
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
            type="com.nokia.cdt.debug.launch.emulationLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   134
            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
   135
            id="com.nokia.cdt.debug.launch.emulationLaunchTabGroup">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   136
      </launchConfigurationTabGroup>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   137
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   138
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   139
    <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   140
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
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
            type="com.nokia.cdt.debug.launch.appTRKLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   143
            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
   144
            id="com.nokia.cdt.debug.launch.appTRKLaunchTabGroup">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   145
      </launchConfigurationTabGroup>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   146
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   147
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   148
    <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   149
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   150
      <launchConfigurationTabGroup
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   151
            type="com.nokia.cdt.debug.launch.systemTRKLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   152
            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
   153
            id="com.nokia.cdt.debug.launch.systemTRKLaunchTabGroup">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   154
      </launchConfigurationTabGroup>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   155
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   156
    
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   157
    <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   158
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   159
      <launchConfigurationTabGroup
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   160
            type="com.nokia.cdt.debug.launch.attachLaunch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   161
            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
   162
            id="com.nokia.cdt.debug.launch.attachLaunchTabGroup">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   163
      </launchConfigurationTabGroup>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   164
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   165
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   166
	<extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   167
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   168
      <launchConfigurationTabGroup
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   169
            type="com.nokia.cdt.debug.launch.t32Launch"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   170
            class="com.nokia.cdt.internal.debug.launch.ui.T32StopModeConfigurationTabGroup"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   171
            id="com.nokia.cdt.debug.launch.t32LaunchTabGroup">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   172
      </launchConfigurationTabGroup>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   173
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   174
    
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   175
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   176
    <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   177
         point="org.eclipse.debug.ui.launchShortcuts">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   178
      <shortcut
953
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   179
            class="com.nokia.cdt.internal.debug.launch.PhoneLaunchShortcut"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   180
            icon="icons/launch_config_file_16x16.png"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   181
            id="com.nokia.cdt.debug.launch.symbianCPPShortcut.phone"
1254
0e45b6356eac Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents: 988
diff changeset
   182
            label="Symbian OS Phone or Simulator Launch"
953
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   183
            modes="run, debug">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   184
         <contextualLaunch>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   185
            <enablement>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   186
               <with
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   187
                     variable="selection">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   188
                  <count
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   189
                        value="1">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   190
                  </count>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   191
                  <iterate>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   192
                     <and>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   193
                        <or>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   194
                           <instanceof
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   195
                                 value="org.eclipse.cdt.core.model.IBinary">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   196
                           </instanceof>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   197
                           <instanceof
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   198
                                 value="org.eclipse.cdt.core.model.ICProject">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   199
                           </instanceof>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   200
                           <instanceof
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   201
                                 value="org.eclipse.cdt.debug.core.executables.Executable">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   202
                           </instanceof>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   203
                           <test
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   204
                                 forcePluginActivation="true"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   205
                                 property="org.eclipse.cdt.launch.isExecutable">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   206
                           </test>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   207
                           <test
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   208
                                 forcePluginActivation="true"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   209
                                 property="org.eclipse.cdt.launch.isCProject">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   210
                           </test>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   211
                           <and>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   212
                              <instanceof
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   213
                                    value="org.eclipse.ui.IFileEditorInput">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   214
                              </instanceof>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   215
                              <adapt
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   216
                                    type="org.eclipse.core.resources.IResource">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   217
                                 <adapt
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   218
                                       type="org.eclipse.cdt.core.model.ICElement">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   219
                                 </adapt>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   220
                              </adapt>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   221
                           </and>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   222
                           <test
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   223
                                 forcePluginActivation="true"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   224
                                 property="com.nokia.cdt.debug.launch.isCarbideProject">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   225
                           </test>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   226
                           <test
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   227
                                 forcePluginActivation="true"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   228
                                 property="com.nokia.cdt.debug.launch.isExecutable">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   229
                           </test>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   230
                        </or>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   231
                        <test
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   232
                              forcePluginActivation="true"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   233
                              property="com.nokia.cdt.debug.launch.isNotEmulator">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   234
                        </test>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   235
                     </and>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   236
                  </iterate>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   237
               </with>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   238
            </enablement>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   239
            <contextLabel
1254
0e45b6356eac Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents: 988
diff changeset
   240
                  label="Run Symbian OS Application on Phone or Simulator"
953
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   241
                  mode="run">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   242
            </contextLabel>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   243
            <contextLabel
1254
0e45b6356eac Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents: 988
diff changeset
   244
                  label="Debug Symbian OS Application on Phone or Simulator"
953
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   245
                  mode="debug">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   246
            </contextLabel>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   247
         </contextualLaunch>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   248
         <description
1254
0e45b6356eac Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents: 988
diff changeset
   249
               description="Debugs on a phone or simulator using System TRK or Application TRK"
953
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   250
               mode="debug">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   251
         </description>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   252
         <description
1254
0e45b6356eac Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents: 988
diff changeset
   253
               description="Runs on a phone or simulator using System TRK or Application TRK"
953
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   254
               mode="run">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   255
         </description>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   256
      </shortcut>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   257
      <shortcut
984
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   258
            class="com.nokia.cdt.internal.debug.launch.BoardLaunchShortcut"
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   259
            icon="icons/launch_config_file_16x16.png"
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   260
            id="com.nokia.cdt.debug.launch.symbianCPPShortcut.refboard"
988
bf9a2104bee6 Fix typo
dadubrow
parents: 984
diff changeset
   261
            label="Symbian OS Reference Board Launch"
984
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   262
            modes="run, debug">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   263
         <contextualLaunch>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   264
            <enablement>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   265
               <with
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   266
                     variable="selection">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   267
                  <count
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   268
                        value="1">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   269
                  </count>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   270
                  <iterate>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   271
                     <and>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   272
                        <or>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   273
                           <instanceof
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   274
                                 value="org.eclipse.cdt.core.model.IBinary">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   275
                           </instanceof>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   276
                           <instanceof
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   277
                                 value="org.eclipse.cdt.core.model.ICProject">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   278
                           </instanceof>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   279
                           <instanceof
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   280
                                 value="org.eclipse.cdt.debug.core.executables.Executable">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   281
                           </instanceof>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   282
                           <test
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   283
                                 forcePluginActivation="true"
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   284
                                 property="org.eclipse.cdt.launch.isExecutable">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   285
                           </test>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   286
                           <test
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   287
                                 forcePluginActivation="true"
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   288
                                 property="org.eclipse.cdt.launch.isCProject">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   289
                           </test>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   290
                           <and>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   291
                              <instanceof
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   292
                                    value="org.eclipse.ui.IFileEditorInput">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   293
                              </instanceof>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   294
                              <adapt
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   295
                                    type="org.eclipse.core.resources.IResource">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   296
                                 <adapt
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   297
                                       type="org.eclipse.cdt.core.model.ICElement">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   298
                                 </adapt>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   299
                              </adapt>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   300
                           </and>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   301
                           <test
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   302
                                 forcePluginActivation="true"
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   303
                                 property="com.nokia.cdt.debug.launch.isCarbideProject">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   304
                           </test>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   305
                           <test
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   306
                                 forcePluginActivation="true"
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   307
                                 property="com.nokia.cdt.debug.launch.isExecutable">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   308
                           </test>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   309
                        </or>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   310
                        <test
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   311
                              forcePluginActivation="true"
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   312
                              property="com.nokia.cdt.debug.launch.isNotEmulator">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   313
                        </test>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   314
                     </and>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   315
                  </iterate>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   316
               </with>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   317
            </enablement>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   318
            <contextLabel
1254
0e45b6356eac Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents: 988
diff changeset
   319
                  label="Run Symbian OS System on Reference Board"
984
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   320
                  mode="run">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   321
            </contextLabel>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   322
            <contextLabel
1254
0e45b6356eac Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents: 988
diff changeset
   323
                  label="Debug Symbian OS System on Reference Board"
984
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   324
                  mode="debug">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   325
            </contextLabel>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   326
         </contextualLaunch>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   327
         <description
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   328
               description="Runs on a development board or reference hardware using a JTAG connection."
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   329
               mode="run">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   330
         </description>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   331
         <description
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   332
               description="Debugs on a development board or reference hardware using a JTAG connection."
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   333
               mode="debug">
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   334
         </description>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   335
      </shortcut>
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   336
      <shortcut
953
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   337
            class="com.nokia.cdt.internal.debug.launch.EmulatorLaunchShortcut"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   338
            icon="icons/launch_config_file_16x16.png"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   339
            id="com.nokia.cdt.debug.launch.symbianCPPShortcut.emulator"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   340
            label="Symbian OS Emulator Launch"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   341
            modes="run, debug">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   342
         <contextualLaunch>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   343
            <enablement>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   344
               <with
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   345
                     variable="selection">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   346
                  <count
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   347
                        value="1">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   348
                  </count>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   349
                  <iterate>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   350
                     <and>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   351
                        <or>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   352
                           <instanceof
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   353
                                 value="org.eclipse.cdt.core.model.IBinary">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   354
                           </instanceof>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   355
                           <instanceof
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   356
                                 value="org.eclipse.cdt.core.model.ICProject">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   357
                           </instanceof>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   358
                           <instanceof
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   359
                                 value="org.eclipse.cdt.debug.core.executables.Executable">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   360
                           </instanceof>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   361
                           <test
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   362
                                 forcePluginActivation="true"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   363
                                 property="org.eclipse.cdt.launch.isExecutable">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   364
                           </test>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   365
                           <test
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   366
                                 forcePluginActivation="true"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   367
                                 property="org.eclipse.cdt.launch.isCProject">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   368
                           </test>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   369
                           <and>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   370
                              <instanceof
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   371
                                    value="org.eclipse.ui.IFileEditorInput">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   372
                              </instanceof>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   373
                              <adapt
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   374
                                    type="org.eclipse.core.resources.IResource">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   375
                                 <adapt
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   376
                                       type="org.eclipse.cdt.core.model.ICElement">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   377
                                 </adapt>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   378
                              </adapt>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   379
                           </and>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   380
                           <test
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   381
                                 forcePluginActivation="true"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   382
                                 property="com.nokia.cdt.debug.launch.isCarbideProject">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   383
                           </test>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   384
                           <test
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   385
                                 forcePluginActivation="true"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   386
                                 property="com.nokia.cdt.debug.launch.isExecutable">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   387
                           </test>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   388
                        </or>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   389
                        <test
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   390
                              forcePluginActivation="true"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   391
                              property="com.nokia.cdt.debug.launch.isEmulator">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   392
                        </test>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   393
                     </and>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   394
                  </iterate>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   395
               </with>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   396
            </enablement>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   397
            <contextLabel
984
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   398
                  label="Run Symbian OS Application on Emulator"
953
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   399
                  mode="run">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   400
            </contextLabel>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   401
            <contextLabel
984
390ddbca1d61 reorder launch shortcuts
dadubrow
parents: 953
diff changeset
   402
                  label="Debug Symbian OS Application on Emulator"
953
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   403
                  mode="debug">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   404
            </contextLabel>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   405
         </contextualLaunch>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   406
         <description
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   407
               description="Debugs using a WINSCW emulator"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   408
               mode="debug">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   409
         </description>
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   410
         <description
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   411
               description="Runs using a WINSCW emulator"
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   412
               mode="run">
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   413
         </description>
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   414
      </shortcut>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   415
     </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   416
   
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   417
 <!-- Property testers -->
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   418
   <extension point="org.eclipse.core.expressions.propertyTesters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   419
      <propertyTester
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   420
      		namespace="com.nokia.cdt.debug.launch"
953
68b6a294ab01 new launch wizard implementation
dadubrow
parents: 911
diff changeset
   421
            properties="isExecutable, isCarbideProject, isEmulator, isNotEmulator"
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   422
            type="org.eclipse.core.runtime.IAdaptable"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   423
            class="com.nokia.cdt.internal.debug.launch.SymbianProjectPropertyTester"
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   424
            id="com.nokia.cdt.debug.launch.SymbianProjectPropertyTester">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   425
      </propertyTester>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   426
   </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   427
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   428
	<!-- Adapters for contextual launch -->
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   429
	<extension point="org.eclipse.core.runtime.adapters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   430
          <factory 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   431
            class="" 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   432
            adaptableType="org.eclipse.cdt.core.model.ICProject">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   433
            <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   434
         </factory>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   435
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   436
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   437
 	<!-- Adapters for contextual launch -->
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   438
	<extension point="org.eclipse.core.runtime.adapters">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   439
         <factory 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   440
            class="" 
202
4eeba852ae0b removed unnecessary context launch stuff and fixed up some warnings.
wpaul
parents: 0
diff changeset
   441
            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
   442
            <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   443
         </factory>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   444
    </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   445
 
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   446
   <!-- 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
   447
   		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
   448
   		see Eclipse bugzilla #146667 for more information. -->
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   449
   <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   450
         point="org.eclipse.debug.ui.memoryRenderings">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   451
      <renderingBindings
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   452
            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
   453
            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
   454
            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
   455
         <enablement>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   456
            <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
   457
         </enablement>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   458
      </renderingBindings>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   459
   </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   460
   
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   461
   <extension
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   462
         point="org.eclipse.ui.startup">
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   463
   </extension>
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   464
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
   465
   <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
   466
   <extension-point id="launchCategoryExtension" name="Launch Category" schema="schema/launchCategoryExtension.exsd"/>
1254
0e45b6356eac Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents: 988
diff changeset
   467
   <extension-point id="launchDelegateConnectionExtension" name="Launch Delegate Connection Extension" schema="schema/launchDelegateConnectionExtension.exsd"/>
0e45b6356eac Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents: 988
diff changeset
   468
0
fb279309251b DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff changeset
   469
</plugin>