summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/descriptors/DeploymentPlan.cdp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/Display/descriptors/DeploymentPlan.cdp')
-rw-r--r--CIAO/examples/Display/descriptors/DeploymentPlan.cdp26
1 files changed, 26 insertions, 0 deletions
diff --git a/CIAO/examples/Display/descriptors/DeploymentPlan.cdp b/CIAO/examples/Display/descriptors/DeploymentPlan.cdp
new file mode 100644
index 00000000000..2ebfcbc5f3a
--- /dev/null
+++ b/CIAO/examples/Display/descriptors/DeploymentPlan.cdp
@@ -0,0 +1,26 @@
+<?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 Deployment.xsd">
+
+ <label>Display Deployment Plan</label>
+
+ <instance xmi:id="RateGen_Instance">
+ <name>RateGen_Instance</name>
+ <node>RateGenNode</node>
+ </instance>
+
+ <instance xmi:id="GPS_Instance">
+ <name>GPS_Instance</name>
+ <node>GPSNode</node>
+ </instance>
+
+ <instance xmi:id="NavDisplay_Instance">
+ <name>NavDisplay_Instance</name>
+ <node>NavDisplayNode</node>
+ </instance>
+
+</Deployment:DeploymentPlan>