author | Ed Swartz <ed.swartz@nokia.com> |
Tue, 20 Apr 2010 15:36:01 -0500 | |
branch | RCL_2_4 |
changeset 1254 | 0e45b6356eac |
permissions | -rw-r--r-- |
1254
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
1 |
<?xml version='1.0' encoding='UTF-8'?> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
2 |
<!-- Schema file written by PDE --> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
3 |
<schema targetNamespace="com.nokia.cdt.debug.launch" xmlns="http://www.w3.org/2001/XMLSchema"> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
4 |
<annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
5 |
<appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
6 |
<meta.schema plugin="com.nokia.cdt.debug.launch" id="launchDelegateExtension" name="Launch Delegate Extension"/> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
7 |
</appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
8 |
<documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
9 |
This extension allows customizing the startup and shutdown behavior of a launch for a specific remote connection type associated with the launch. |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
10 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
11 |
Every extension is called for each launch. Use the provided ILaunchConfiguration and IConnection arguments to filter for your purposes. |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
12 |
</documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
13 |
</annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
14 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
15 |
<element name="extension"> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
16 |
<annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
17 |
<appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
18 |
<meta.element /> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
19 |
</appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
20 |
<documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
21 |
This extension allows for connection-specific launch behavior. Launch delegates that use connections will typically only check for TRK and then launch. You can add additional behavior to validate other things as well as clean up. |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
22 |
</documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
23 |
</annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
24 |
<complexType> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
25 |
<sequence minOccurs="1" maxOccurs="unbounded"> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
26 |
<element ref="delegate"/> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
27 |
</sequence> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
28 |
<attribute name="point" type="string" use="required"> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
29 |
<annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
30 |
<documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
31 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
32 |
</documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
33 |
</annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
34 |
</attribute> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
35 |
<attribute name="id" type="string"> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
36 |
<annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
37 |
<documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
38 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
39 |
</documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
40 |
</annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
41 |
</attribute> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
42 |
<attribute name="name" type="string"> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
43 |
<annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
44 |
<documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
45 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
46 |
</documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
47 |
<appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
48 |
<meta.attribute translatable="true"/> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
49 |
</appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
50 |
</annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
51 |
</attribute> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
52 |
</complexType> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
53 |
</element> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
54 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
55 |
<element name="delegate"> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
56 |
<complexType> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
57 |
<attribute name="class" type="string" use="required"> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
58 |
<annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
59 |
<documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
60 |
This class implements behavior that is called after the remote connection is selected and after the session terminates. |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
61 |
</documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
62 |
<appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
63 |
<meta.attribute kind="java" basedOn=":com.nokia.cdt.internal.debug.launch.ILaunchDelegateConnectionExtension"/> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
64 |
</appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
65 |
</annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
66 |
</attribute> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
67 |
</complexType> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
68 |
</element> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
69 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
70 |
<annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
71 |
<appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
72 |
<meta.section type="since"/> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
73 |
</appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
74 |
<documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
75 |
2.6 |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
76 |
</documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
77 |
</annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
78 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
79 |
<annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
80 |
<appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
81 |
<meta.section type="examples"/> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
82 |
</appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
83 |
<documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
84 |
[Enter extension point usage example here.] |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
85 |
</documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
86 |
</annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
87 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
88 |
<annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
89 |
<appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
90 |
<meta.section type="apiinfo"/> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
91 |
</appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
92 |
<documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
93 |
See com.nokia.cdt.internal.debug.launch.ILaunchWizardExtension |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
94 |
</documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
95 |
</annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
96 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
97 |
<annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
98 |
<appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
99 |
<meta.section type="implementation"/> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
100 |
</appInfo> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
101 |
<documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
102 |
[Enter information about supplied implementation of this extension point.] |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
103 |
</documentation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
104 |
</annotation> |
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
105 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
106 |
|
0e45b6356eac
Initial pass getting PlatSim connections to work in App/Sys TRK configurations. Add extension for TRK launch delegate for PlatSim-specific behavior.
Ed Swartz <ed.swartz@nokia.com>
parents:
diff
changeset
|
107 |
</schema> |