debuggercdi/com.nokia.cdt.debug.launch/plugin.xml
changeset 2074 26425f5ffb07
parent 2067 92372676713a
equal deleted inserted replaced
2073:ba3793a5a5f2 2074:26425f5ffb07
     7 
     7 
     8        <launchDelegate
     8        <launchDelegate
     9             sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
     9             sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
    10             sourcePathComputerId="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer"
    10             sourcePathComputerId="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer"
    11             delegateDescription="Launch a classic Carbide Emulator debug session."          
    11             delegateDescription="Launch a classic Carbide Emulator debug session."          
    12             name="Classic Symbian OS Emulation"
    12             name="Symbian OS Emulation"
    13             delegate="com.nokia.cdt.internal.debug.launch.EmulationLaunchDelegate"
    13             delegate="com.nokia.cdt.internal.debug.launch.EmulationLaunchDelegate"
    14             modes="run,debug"
    14             modes="run,debug"
    15             type="com.nokia.cdt.debug.launch.emulationLaunch"
    15             type="com.nokia.cdt.debug.launch.emulationLaunch"
    16             id="com.nokia.cdt.debug.launch.emulationLaunchDelegate">
    16             id="com.nokia.cdt.debug.launch.emulationLaunchDelegate">
    17       </launchDelegate>
    17       </launchDelegate>
    20 
    20 
    21    <extension
    21    <extension
    22          point="org.eclipse.debug.core.launchConfigurationTypes">
    22          point="org.eclipse.debug.core.launchConfigurationTypes">
    23 
    23 
    24       <launchConfigurationType
    24       <launchConfigurationType
    25             name="Symbian OS Emulation"
    25             name="Symbian OS Emulator"
    26              public="true"
    26              public="true"
    27             id="com.nokia.cdt.debug.launch.emulationLaunch">
    27             id="com.nokia.cdt.debug.launch.emulationLaunch">
    28       </launchConfigurationType>
    28       </launchConfigurationType>
    29 
    29 
    30       <launchConfigurationType
    30       <launchConfigurationType
    31             name="Symbian OS Application TCF TRK"
    31             name="Symbian OS Device (Install SIS)"
    32             public="true"
    32             public="true"
    33             id="com.nokia.cdt.debug.launch.appTRKLaunch">
    33             id="com.nokia.cdt.debug.launch.appTRKLaunch">
    34       </launchConfigurationType>
    34       </launchConfigurationType>
    35  
    35  
    36       <launchConfigurationType
    36       <launchConfigurationType
    37             name="Symbian OS System TCF TRK"
    37             name="Symbian OS Device"
    38             public="true"
    38             public="true"
    39             id="com.nokia.cdt.debug.launch.systemTRKLaunch">
    39             id="com.nokia.cdt.debug.launch.systemTRKLaunch">
    40       </launchConfigurationType>
    40       </launchConfigurationType>
    41  
    41  
    42       <launchConfigurationType
    42       <launchConfigurationType
    43             name="Symbian OS Attach to Process"
    43             name="Symbian OS Device (Attach to Process)"
    44             public="true"
    44             public="true"
    45             id="com.nokia.cdt.debug.launch.attachLaunch">
    45             id="com.nokia.cdt.debug.launch.attachLaunch">
    46       </launchConfigurationType>
    46       </launchConfigurationType>
    47     
    47     
    48    </extension>
    48    </extension>
   112          point="org.eclipse.debug.ui.launchShortcuts">
   112          point="org.eclipse.debug.ui.launchShortcuts">
   113       <shortcut
   113       <shortcut
   114             class="com.nokia.cdt.internal.debug.launch.PhoneLaunchShortcut"
   114             class="com.nokia.cdt.internal.debug.launch.PhoneLaunchShortcut"
   115             icon="icons/launch_config_file_16x16.png"
   115             icon="icons/launch_config_file_16x16.png"
   116             id="com.nokia.cdt.debug.launch.symbianCPPShortcut.phone"
   116             id="com.nokia.cdt.debug.launch.symbianCPPShortcut.phone"
   117             label="Symbian OS Phone or Simulator Launch"
   117             label="Device"
   118             modes="run, debug">
   118             modes="run, debug">
   119          <contextualLaunch>
   119          <contextualLaunch>
   120             <enablement>
   120             <enablement>
   121                <with
   121                <with
   122                      variable="selection">
   122                      variable="selection">
   170                      </and>
   170                      </and>
   171                   </iterate>
   171                   </iterate>
   172                </with>
   172                </with>
   173             </enablement>
   173             </enablement>
   174             <contextLabel
   174             <contextLabel
   175                   label="Run Symbian OS Application on Phone or Simulator"
   175                   label="Run on Device"
   176                   mode="run">
   176                   mode="run">
   177             </contextLabel>
   177             </contextLabel>
   178             <contextLabel
   178             <contextLabel
   179                   label="Debug Symbian OS Application on Phone or Simulator"
   179                   label="Debug on Device"
   180                   mode="debug">
   180                   mode="debug">
   181             </contextLabel>
   181             </contextLabel>
   182          </contextualLaunch>
   182          </contextualLaunch>
   183          <description
   183          <description
   184                description="Debugs on a phone or simulator using CODA"
   184                description="Debug on a Symbian OS device using CODA"
   185                mode="debug">
   185                mode="debug">
   186          </description>
   186          </description>
   187          <description
   187          <description
   188                description="Runs on a phone or simulator using CODA"
   188                description="Run on a Symbian OS device using CODA"
   189                mode="run">
   189                mode="run">
   190          </description>
   190          </description>
   191       </shortcut>
   191       </shortcut>
   192       <shortcut
   192       <shortcut
   193             class="com.nokia.cdt.internal.debug.launch.EmulatorLaunchShortcut"
   193             class="com.nokia.cdt.internal.debug.launch.EmulatorLaunchShortcut"
   249                      </and>
   249                      </and>
   250                   </iterate>
   250                   </iterate>
   251                </with>
   251                </with>
   252             </enablement>
   252             </enablement>
   253             <contextLabel
   253             <contextLabel
   254                   label="Run Symbian OS Application on Emulator"
   254                   label="Run on Emulator"
   255                   mode="run">
   255                   mode="run">
   256             </contextLabel>
   256             </contextLabel>
   257             <contextLabel
   257             <contextLabel
   258                   label="Debug Symbian OS Application on Emulator"
   258                   label="Debug on Emulator"
   259                   mode="debug">
   259                   mode="debug">
   260             </contextLabel>
   260             </contextLabel>
   261          </contextualLaunch>
   261          </contextualLaunch>
   262          <description
   262          <description
   263                description="Debugs using a WINSCW emulator"
   263                description="Debug on the Symbian OS emulator (WINSCW)"
   264                mode="debug">
   264                mode="debug">
   265          </description>
   265          </description>
   266          <description
   266          <description
   267                description="Runs using a WINSCW emulator"
   267                description="Run on the Symbian OS emulator (WINSCW)"
   268                mode="run">
   268                mode="run">
   269          </description>
   269          </description>
   270       </shortcut>
   270       </shortcut>
   271      </extension>
   271      </extension>
   272    
   272