summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/Controller.ssd
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/Controller.ssd')
-rw-r--r--TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/Controller.ssd48
1 files changed, 48 insertions, 0 deletions
diff --git a/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/Controller.ssd b/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/Controller.ssd
new file mode 100644
index 00000000000..856f95ed191
--- /dev/null
+++ b/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/Controller.ssd
@@ -0,0 +1,48 @@
+<?xml version="1.0"?> <!-- -*- SGML -*- -->
+
+<!-- If this file is moved to a different directory, make sure to change the
+ path to the DTD below. Otherwise the examples won't work. -->
+<!DOCTYPE softpkg SYSTEM "../../../docs/XML/softpkg.dtd">
+
+<!-- Controller's Servant Software Descriptor -->
+<!-- This file describes various Controller servants -->
+<!-- implementations. -->
+
+
+<softpkg name="Priority-Test-Controller-Servant" version="1.0">
+ <pkgtype>CIAO Servant</pkgtype>
+ <title>Priority_Test::Controller Servants</title>
+ <author>
+ <company>Washington University in St. Louis</company>
+ <webpage href="http://www.cs.wustl.edu/~doc/"/>
+ </author>
+ <description>A Controller servant implementation.</description>
+ <license href="http://www.cs.wustl.edu/~schmidt/ACE-copying.html"/>
+ <idl id="IDL:Priority_Test/Controller:1.0" homeid="IDL:Priority_Test/ControllerHome:1.0">
+ <fileinarchive name="Controller.idl"/>
+ </idl>
+
+ <!-- Duplicate information. We should use the copy in Controller.csd -->
+ <!-- So, do we really need this one? -->
+ <descriptor type="CORBA Component">
+ <fileinarchive name="Controller.ccd"/> <!-- Compoenent descriptors -->
+ </descriptor>
+
+ <implementation id="DCE:A4981A0E-DF91-46B1-A77C-58B6052CC799">
+
+ <dependency type="ORB">
+ <name>TAO</name>
+ </dependency>
+
+ <code>
+ <!-- No need to specify extension below since ACE takes care of that, -->
+ <fileinarchive name="Controller_svnt"/>
+ <entrypoint>createControllerHome_Servant</entrypoint>
+ </code>
+
+ </implementation>
+
+ <!-- Let's add more implementation description later when we try to -->
+ <!-- compile this stuff on, say, Solaris and Linux. -->
+
+</softpkg>