1Manifest-Version: 1.0 2Bundle-ManifestVersion: 2 3Bundle-Name: %Bundle-Name 4Bundle-SymbolicName: com.android.ide.eclipse.ddms;singleton:=true 5Bundle-Version: 24.3.3.qualifier 6Bundle-Activator: com.android.ide.eclipse.ddms.DdmsPlugin 7Bundle-Vendor: %Bundle-Vendor 8Bundle-Localization: plugin 9Require-Bundle: org.eclipse.ui, 10 org.eclipse.core.runtime, 11 org.eclipse.ui.console, 12 org.eclipse.core.resources, 13 org.eclipse.ui.ide, 14 org.eclipse.core.filesystem, 15 com.android.ide.eclipse.base 16Bundle-ActivationPolicy: lazy 17Export-Package: com.android.ddmlib, 18 com.android.ddmlib.log, 19 com.android.ddmlib.testrunner, 20 com.android.ddmlib.utils, 21 com.android.ddmuilib, 22 com.android.ddmuilib.actions, 23 com.android.ddmuilib.annotation, 24 com.android.ddmuilib.console, 25 com.android.ddmuilib.explorer, 26 com.android.ddmuilib.handler, 27 com.android.ddmuilib.heap, 28 com.android.ddmuilib.location, 29 com.android.ddmuilib.log.event, 30 com.android.ddmuilib.logcat, 31 com.android.ddmuilib.net, 32 com.android.ide.eclipse.ddms, 33 com.android.ide.eclipse.ddms.i18n, 34 com.android.ide.eclipse.ddms.preferences, 35 com.android.ide.eclipse.ddms.views 36Bundle-ClassPath: ., 37 libs/ddmlib.jar, 38 libs/ddmuilib.jar, 39 libs/jcommon-1.0.12.jar, 40 libs/jfreechart-1.0.9.jar, 41 libs/jfreechart-swt-1.0.9.jar, 42 libs/uiautomatorviewer.jar 43Bundle-RequiredExecutionEnvironment: JavaSE-1.6 44