summaryrefslogtreecommitdiff
path: root/ACE/TAO/CIAO/tests/IDL_Test/Double_Inherited_Component/ComponentC.cdp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/CIAO/tests/IDL_Test/Double_Inherited_Component/ComponentC.cdp')
-rw-r--r--ACE/TAO/CIAO/tests/IDL_Test/Double_Inherited_Component/ComponentC.cdp125
1 files changed, 125 insertions, 0 deletions
diff --git a/ACE/TAO/CIAO/tests/IDL_Test/Double_Inherited_Component/ComponentC.cdp b/ACE/TAO/CIAO/tests/IDL_Test/Double_Inherited_Component/ComponentC.cdp
new file mode 100644
index 00000000000..c8d41557c7b
--- /dev/null
+++ b/ACE/TAO/CIAO/tests/IDL_Test/Double_Inherited_Component/ComponentC.cdp
@@ -0,0 +1,125 @@
+<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 Deployment.xsd">
+ <label>Inherited_Components_Deployment_1</label>
+ <UUID>Inherited_Components_Deployment_1</UUID>
+
+ <!-- Implementations declarations -->
+
+ <!-- Home implementation -->
+ <implementation xmi:id="ComponentCComponentImplementation">
+ <name>ComponentCComponentImplementation</name>
+ <source/>
+ <artifact xmi:idref="ComponentC_ExecArtifact" />
+ <artifact xmi:idref="ComponentC_SvntArtifact" />
+ <execParameter>
+ <!-- entrypoint as exec parameter (see 10.6.1) -->
+ <name>component factory</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>create_ComponentC_Impl</string>
+ </value>
+ </value>
+ </execParameter>
+ <execParameter>
+ <name>edu.vanderbilt.dre.CIAO.ServantEntrypoint</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>create_connector_test_C_Servant</string>
+ </value>
+ </value>
+ </execParameter>
+ <execParameter>
+ <name>edu.vanderbilt.dre.CIAO.ServantArtifact</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>ComponentC_svnt</string>
+ </value>
+ </value>
+ </execParameter>
+ <execParameter>
+ <name>edu.vanderbilt.dre.CIAO.ExecutorArtifact</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>ComponentC_exec</string>
+ </value>
+ </value>
+ </execParameter>
+ </implementation>
+
+ <instance xmi:id="ComponentCComponentInstance">
+ <name>ComponentCComponent</name>
+ <node>ComponentCNode</node>
+ <!-- hostname -->
+ <source/>
+ <implementation xmi:idref="ComponentCComponentImplementation" />
+ <configProperty>
+ <name>topic_name_c</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>ComponentC</string>
+ </value>
+ </value>
+ </configProperty>
+ <configProperty>
+ <name>topic_name_b</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>ComponentB</string>
+ </value>
+ </value>
+ </configProperty>
+ <configProperty>
+ <name>topic_name_a</name>
+ <value>
+ <type>
+ <kind>tk_string</kind>
+ </type>
+ <value>
+ <string>ComponentA</string>
+ </value>
+ </value>
+ </configProperty>
+ </instance>
+
+ <!-- Artifacts declarations -->
+ <artifact xmi:id="ComponentC_ExecArtifact">
+ <name>ComponentC_exec</name>
+ <source/>
+ <node/>
+ <location>ComponentC_exec</location>
+ </artifact>
+ <artifact xmi:id="ComponentC_SvntArtifact">
+ <name>ComponentC_svnt</name>
+ <source/>
+ <node/>
+ <location>ComponentC_svnt</location>
+ </artifact>
+ <artifact xmi:id="ComponentC_StubArtifact">
+ <name>ComponentC_stub</name>
+ <source/>
+ <node/>
+ <location>ComponentC_stub</location>
+ </artifact>
+
+</Deployment:DeploymentPlan>