summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP_EC2/descriptors/BMDisplay.csd
blob: 1f1d5ff006098d7886574e5d3d734f89894a7bd0 (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
<?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">

<!-- GPS's Software Package Descriptor  -->
<!-- This file describes various GPS executor -->
<!-- implementations. -->


<softpkg name="CIAO-BMDisplay" version="1.0">
  <pkgtype>CORBA Component</pkgtype>
  <title>BMDisplay</title>
  <author>
    <company>ISIS at Vanderbilt University</company>
    <webpage href="http://www.cs.wustl.edu/~doc/"/>
  </author>
  <description>A BMDisplay executor implementation.</description>
  <license href="http://www.cs.wustl.edu/~schmidt/ACE-copying.html"/>
  <idl id="IDL:BasicSP/BMDisplay:1.0" homeid="IDL:BasicSP/BMDisplayHome:1.0">
  <fileinarchive name="BMDisplay.idl"/>
  </idl>

  <descriptor type="CORBA Component">
    <fileinarchive name="BMDisplay.ccd"/>
  </descriptor>

  <implementation id="DCE:8E92655E-CA07-46C8-B127-0F0872A8CC29">

    <!-- CIAO extension -->
    <dependency type="CIAODLL">
      <softpkgref>
        <fileinarchive name="BMDisplay.ssd"/>
        <implref idref="DCE:D7984625-8561-431d-9927-4E498B317C02"/>
      </softpkgref>
    </dependency>

    <code type="DLL">
      <fileinarchive name="BMDisplay_exec"/>
      <entrypoint>createBMDisplayHome_Impl</entrypoint>
    </code>

  </implementation>

</softpkg>