summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP/descriptors/BMDevice.csd
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/BasicSP/descriptors/BMDevice.csd')
-rw-r--r--TAO/CIAO/examples/handcrafted/BasicSP/descriptors/BMDevice.csd45
1 files changed, 45 insertions, 0 deletions
diff --git a/TAO/CIAO/examples/handcrafted/BasicSP/descriptors/BMDevice.csd b/TAO/CIAO/examples/handcrafted/BasicSP/descriptors/BMDevice.csd
new file mode 100644
index 00000000000..91205bdeb82
--- /dev/null
+++ b/TAO/CIAO/examples/handcrafted/BasicSP/descriptors/BMDevice.csd
@@ -0,0 +1,45 @@
+<?xml version="1.0"?> <!-- -*- SGML -*- -->
+
+<!-- XML doesn't really support the following $(CIAO_ROOT) syntax :) -->
+<!DOCTYPE softpkg SYSTEM "$(CIAO_ROOT)/docs/XML/softpkg.dtd">
+
+<!-- GPS's Software Package Descriptor -->
+<!-- This file describes various GPS executor -->
+<!-- implementations. -->
+
+
+<softpkg name="CIAO-BMDevice" version="1.0">
+ <pkgtype>CORBA Component</pkgtype>
+ <title>BMDevice</title>
+ <author>
+ <company>ISIS at Vanderbilt University</company>
+ <webpage href="http://www.cs.wustl.edu/~doc/"/>
+ </author>
+ <description>A BMDevice executor implementation.</description>
+ <license href="http://www.cs.wustl.edu/~schmidt/ACE-copying.html"/>
+ <idl id="IDL:BasicSP/BMDevice:1.0" homeid="IDL:BasicSP/BMDeviceHome:1.0">
+ <fileinarchive name="BMDevice.idl"/>
+ </idl>
+
+ <descriptor type="CORBA Component">
+ <fileinarchive name="BMDevice.ccd"/>
+ </descriptor>
+
+ <implementation id="DCE:82C2B032-37F0-4315-A59F-7020D3264E4D">
+
+ <!-- CIAO extension -->
+ <dependency type="CIAODLL">
+ <softpkgref>
+ <fileinarchive name="BMDevice.ssd"/>
+ <implref idref="DCE:93D254CF-9538-44e8-BB98-AABCD134ADD3"/>
+ </softpkgref>
+ </dependency>
+
+ <code type="DLL">
+ <fileinarchive name="BMDevice_exec"/>
+ <entrypoint>createBMDeviceHome_Impl</entrypoint>
+ </code>
+
+ </implementation>
+
+</softpkg> \ No newline at end of file