Bug 11067: fix some issues with the PNP launch wizard
1) If Sys TRK is detected, and you select to install a package, a Sys TRK launch is created
2) Error message was confusing when Carbide chose to install a package but SIS configuration was not complete.
3) In an internal layout, assume Sys TRK is more likely than App TRK if we cannot tell from the connection.
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: KernelAware Plug-in
Bundle-SymbolicName: com.nokia.carbide.cpp.debug.kernelaware;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Activator: com.nokia.carbide.cpp.debug.kernelaware.KernelawarePlugin
Bundle-Vendor: Nokia
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
com.freescale.cdt.debug.cw.core,
org.eclipse.ui.views,
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.cdt.debug.core,
org.eclipse.cdt.debug.ui,
org.eclipse.cdt.ui,
org.eclipse.core.resources,
com.nokia.carbide.cpp.featureTracker;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Export-Package: com.nokia.carbide.cpp.debug.kernelaware,
com.nokia.carbide.cpp.debug.kernelaware.testapi;x-friends:="com.nokia.carbide.automation.utils"