summaryrefslogtreecommitdiff
path: root/trunk/CIAO/tests/Bug_2130_Regression/descriptors/DeploymentPlan.cdp
blob: d814af11a50cdc060d0fd0f7a70f4dc2d7bc6220 (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<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>CheckPoint-DeploymentPlan</label>

  <UUID>CheckPoint_Plan_UUID_0001</UUID>

  <realizes>
    <label>CheckPoint-realizes-cid</label>
    <UUID>c0965470-7b83-11d9-9669-0800200c9a66</UUID>
    <specificType/>
    <supportedType>IDL:ENW/Sender:1.0</supportedType>
    <port>
      <name>read_message</name>
      <specificType>IDL:ENW/ISessionService:1.0</specificType>
      <supportedType>IDL:ENW/ISessionService:1.0</supportedType>
      <provider>false</provider>
      <exclusiveProvider>false</exclusiveProvider>
      <exclusiveUser>true</exclusiveUser>
      <optional>false</optional>
      <kind>SimplexReceptacle</kind>
    </port>
  </realizes>

  <implementation id="CheckPoint-TSEC_CheckPoint-mdd">
    <name>CheckPoint-TSEC_CheckPoint-mdd</name>
    <source><!-- @@ Don't know what goes here --></source>
    <artifact>CheckPoint-TSEC_CheckPoint_exec</artifact>
    <artifact>CheckPoint-TSEC_CheckPoint_svnt</artifact>
  </implementation>

  <instance id="CheckPoint-TSEC_CheckPoint-idd">
    <name>CheckPoint-TSEC_CheckPoint-idd</name>
    <node>CheckPointNode</node>
    <source/>
    <implementation>CheckPoint-TSEC_CheckPoint-mdd</implementation>
    <configProperty>
      <name>ComponentIOR</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>TSEC_CheckPoint.ior</string>
        </value>
      </value>
    </configProperty>
    
    <deployedResource>
      <resourceUsage>InstanceUsesResource</resourceUsage>
      <requirementName>CIAO:PolicySet</requirementName>
      <resourceName>test_server_resource_id</resourceName>
      <resourceValue>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>test_policy_set_id</string>
        </value>
      </resourceValue>
    </deployedResource>
  </instance>

  <artifact id="CheckPoint-TSEC_CheckPoint_exec">
    <name>TSEC_CheckPoint_exec</name>
    <source/>
    <node/>
    <location>TSEC_CheckPoint_exec</location>
    <execParameter>
      <name>entryPoint</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>createTSEC_CheckPointHome_Impl</string>
        </value>
      </value>
    </execParameter>
  </artifact>

  <artifact id="CheckPoint-TSEC_CheckPoint_svnt">
    <name>TSEC_CheckPoint_svnt</name>
    <source/>
    <node/>
    <location>TSEC_CheckPoint_svnt</location>
    <execParameter>
      <name>entryPoint</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>create_ENW_TSEC_CheckPointHome_Servant</string>
        </value>
      </value>
    </execParameter>
  </artifact>

  <infoProperty>
    <name>CIAOServerResources</name>
    <value>
      <type>
        <kind>tk_string</kind>
      </type>
      <value>
        <string>rt-config-example.csr</string>
      </value>
    </value>
  </infoProperty>

</Deployment:deploymentPlan>