debuggercdi/com.nokia.carbide.cpp.debug.kernelaware/plugin.xml
author timkelly
Fri, 12 Feb 2010 09:56:50 -0600
changeset 945 67437bfc7c6f
parent 0 fb279309251b
child 1514 2f6eab894fc5
permissions -rw-r--r--
Add ISymbianManagerLoadedHook - currently used to notify com.nokia.qt plugins that need to ensure that Qt SDKs have been scanned and added to the Qt preferences and that ICarbideBuildConfiguration listeners are added so the proper Qt-SDK can be set with build config changes. Scanned Qt SDKs are wrapped in a Job and added SDKs are reported to the Error log as Info.

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>

   <extension
         point="org.eclipse.ui.views">
      <category
            name="Carbide.c++"
            id="com.nokia.carbide.cpp">
      </category>
      <view
            name="Symbian OS Data"
            icon="icons/symbian-120.gif"
            category="com.nokia.carbide.cpp"
            class="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView"
            id="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView">
      </view>
   </extension>

   <extension point="org.eclipse.ui.perspectiveExtensions">
          <perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective">
               <view
               		id="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView"
                    relative="org.eclipse.debug.ui.VariableView"
                    relationship="stack"/>
               <viewShortcut id="com.nokia.carbide.cpp.debug.kernelaware.ui.SymbianOSView"/>
          </perspectiveExtension>
   </extension>

</plugin>