summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/RTCCM/Priority_Test/descriptors/Worker.ssd
blob: 33dd667e512f76e7eb627a0ede2484d840550107 (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
<?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">

<!-- Worker's Servant Software Descriptor  -->
<!-- This file describes various Worker servant -->
<!-- implementations. -->


<softpkg name="Priority-Test-Worker-Servant" version="1.0">
  <pkgtype>CIAO Servant</pkgtype>
  <title>Priority_Test::Worker Servants</title>
  <author>
    <company>Washington University in St. Louis</company>
    <webpage href="http://www.cs.wustl.edu/~doc/"/>
  </author>
  <description>A Worker servant implementation.</description>
  <license href="http://www.cs.wustl.edu/~schmidt/ACE-copying.html"/>
  <idl id="IDL:Priority_Test/Worker:1.0" homeid="IDL:Priority_Test/WorkerHome:1.0">
    <fileinarchive name="Worker.idl"/>
  </idl>

  <!-- Duplicate information.  We should use the copy in Worker.csd -->
  <!-- So, do we really need this one? -->
  <descriptor type="CORBA Component">
    <fileinarchive name="Worker.ccd"/> <!-- Compoenent descriptors -->
  </descriptor>

  <implementation id="DCE:53E7624B-96D9-4E2B-BD73-66A56082AA1A">

    <dependency type="ORB">
      <name>TAO</name>
    </dependency>

    <code>
      <!-- No need to specify extension below since ACE takes care of that, -->
      <fileinarchive name="Worker_svnt"/>
      <entrypoint>createWorkerHome_Servant</entrypoint>
    </code>

  </implementation>

  <!-- Let's add more implementation description later when we try to -->
  <!-- compile this stuff on, say, Solaris and Linux.                 -->

</softpkg>