debuggercdi/com.nokia.cdt.debug.cw.symbian/META-INF/MANIFEST.MF
author Ed Swartz <ed.swartz@nokia.com>
Wed, 02 Dec 2009 14:39:17 -0600
changeset 608 d2a651a847a5
parent 388 de0b44a3d1d2
child 1254 0e45b6356eac
permissions -rw-r--r--
Initial work to support an ISDKManager implementation that only understands SBSv2 (meaning, no devices.xml support). This abstracts the common behavior of both SDKManagers into AbstractSDKManager but does not change API. SBSv2Utils is extended to encapsulate some repeated patterns to find sbs.bat.

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Symbian Plug-in
Bundle-SymbolicName: com.nokia.cdt.debug.cw.symbian; singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Activator: com.nokia.cdt.debug.cw.symbian.SymbianPlugin
Bundle-Vendor: Nokia
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.resources,
 org.eclipse.cdt.ui,
 org.eclipse.ui,
 org.eclipse.cdt.core,
 org.eclipse.debug.ui,
 org.eclipse.debug.core,
 org.eclipse.cdt.debug.ui,
 org.eclipse.cdt.debug.core,
 org.eclipse.core.runtime,
 com.freescale.cdt.debug.cw.core,
 com.freescale.cdt.debug.cw.core.ui,
 org.eclipse.ui.console,
 com.nokia.carbide.cpp.support,
 com.nokia.carbide.cdt.builder,
 org.eclipse.help,
 com.nokia.carbide.cpp.sdk.core,
 com.nokia.carbide.cpp.ui,
 org.eclipse.jface.text,
 com.nokia.cpp.utils.core,
 org.eclipse.ui.workbench.texteditor,
 org.eclipse.core.filesystem,
 com.nokia.carbide.remoteConnections
Bundle-ActivationPolicy: lazy
Export-Package: com.nokia.cdt.debug.cw.symbian;
  x-friends:="com.nokia.carbide.automation.smoke.test,
   com.nokia.carbide.automation.utils,
   com.nokia.carbide.cpp.debug.crashdebugger,
   com.nokia.cdt.debug.cw.symbian.tests,
   com.nokia.cdt.debug.launch",
 com.nokia.cdt.debug.cw.symbian.binaryparser;
  x-friends:="com.nokia.carbide.automation.smoke.test,
   com.nokia.carbide.automation.utils,
   com.nokia.carbide.cpp.debug.crashdebugger,
   com.nokia.cdt.debug.cw.symbian.tests,
   com.nokia.cdt.debug.launch",
 com.nokia.cdt.debug.cw.symbian.symbolreader;
  x-friends:="com.nokia.carbide.automation.smoke.test,
   com.nokia.carbide.automation.utils,
   com.nokia.carbide.cpp.debug.crashdebugger,
   com.nokia.cdt.debug.cw.symbian.tests,
   com.nokia.cdt.debug.launch",
 com.nokia.cdt.debug.cw.symbian.ui;
  x-friends:="com.nokia.carbide.automation.smoke.test,
   com.nokia.carbide.automation.utils,
   com.nokia.carbide.cpp.debug.crashdebugger,
   com.nokia.cdt.debug.cw.symbian.tests,
   com.nokia.cdt.debug.launch",
 com.nokia.cdt.debug.cw.symbian.ui.executables;
  x-friends:="com.nokia.carbide.automation.smoke.test,
   com.nokia.carbide.automation.utils,
   com.nokia.carbide.cpp.debug.crashdebugger,
   com.nokia.cdt.debug.cw.symbian.tests,
   com.nokia.cdt.debug.launch"