summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/TargetManager/descriptors/flattened_deploymentplan.cdp
blob: fae71c39fa199c96aa1dc77f5d91239d6742c0b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<Deployment:deploymentPlan
 xmlns:Deployment="http://www.omg.org/Deployment"
 xmlns:xmi="http://www.omg.org/XMI"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.omg.org/Deployment Modified_Deployment.xsd">

  <label>Hello-DeploymentPlan</label>
  <!-- Could be ZERO  -->
  <realizes>
    <label>BasicSP-realizes-cid</label>
    <UUID>c0965470-7b83-11d9-9669-0800200c9a66</UUID>
    <specificType><!-- @@ What does here? --></specificType>
    <supportedType>IDL:BasicSP/EC:1.0</supportedType>
    <port>
      <name>read_message</name>
      <specificType>IDL:Hello/ReadMessage:1.0</specificType>
      <supportedType>IDL:Hello/ReadMessage:1.0</supportedType>
      <provider>false></provider>
      <exclusiveProvider>false</exclusiveProvider>
      <exclusiveUser>true</exclusiveUser>
      <optional>false</optional>
      <kind>SimplexReceptacle</kind>
    </port>
  </realizes>

  <implementation id="TargetManager-mdd">
    <name>TargetManager-mdd</name>
    <source><!-- @@ Don't know what goes here --></source>
    <artifact>TargetManager_exec</artifact>
    <artifact>TargetManager_svnt</artifact>
    <!--
    <execParameter></execParameter>
    <deployRequirement></deployRequirement>
    -->
  </implementation>

  <instance id="TargetManager-idd">
    <name>TargetManager-idd</name>
    <node>TargetManagerNode_1</node>
    <source><!-- @@ What goes here --></source>
    <implementation>TargetManager-mdd</implementation>
    <configProperty>
      <name>ComponentIOR</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>TargetManager.ior</string>
        </value>
      </value>
    </configProperty>
  </instance>

  <!-- @@ Runtime library name must match exactly in "location" tag -->

  <artifact id="TargetManager_exec">
    <name>TargetManager_exec</name>
    <source><!-- @@ Not sure about this--></source>
    <node><!-- blank --></node>
    <location>TargetManager_exec</location>
    <execParameter>
      <name>entryPoint</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>create_CIAO_TargetManagerHome_Impl</string>
        </value>
      </value>
    </execParameter>
  </artifact>

  <artifact id="TargetManager_svnt">
    <name>TargetManager_svnt</name>
    <source><!-- @@ Not sure --></source>
    <node><!-- blank --></node>
    <location>TargetManager_svnt</location>
    <execParameter>
      <name>entryPoint</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>create_CIAO_TargetManagerHome_Servant</string>
        </value>
      </value>
    </execParameter>
  </artifact>
</Deployment:deploymentPlan>