~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to TAO/CIAO/examples/OEP/BasicSP/descriptors/BMDevice.ssd

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?> <!-- -*- SGML -*-  -->
2
 
 
3
 
<!-- If this file is moved to a different directory, make sure to change the
4
 
     path to the DTD below. Otherwise the examples won't work. -->
5
 
<!DOCTYPE softpkg SYSTEM "../../../../docs/XML/softpkg.dtd">
6
 
 
7
 
<!-- RateGen's Servant Software Descriptor  -->
8
 
<!-- This file describes various RateGen servant -->
9
 
<!-- implementations. -->
10
 
 
11
 
 
12
 
<softpkg name="CIAO-BMDevice-Servant" version="1.0">
13
 
  <pkgtype>CIAO Servant</pkgtype>
14
 
  <title>BasicSP::BMDevice Servants</title>
15
 
  <author>
16
 
    <company>ISIS at Vanderbilt University</company>
17
 
    <webpage href="http://www.dre.vanderbilt.edu/"/>
18
 
  </author>
19
 
  <description>A EC event generator implementation.</description>
20
 
  <license href="http://www.cs.wustl.edu/~schmidt/ACE-copying.html"/>
21
 
  <idl id="IDL:BasicSP/BMDevice:1.0" homeid="IDL:BasicSP/BMDeviceHome:1.0">
22
 
    <fileinarchive name="BMDevice.idl"/>
23
 
  </idl>
24
 
 
25
 
  <descriptor type="CORBA Component">
26
 
    <fileinarchive name="BMDevice.ccd"/>
27
 
  </descriptor>
28
 
 
29
 
  <implementation id="DCE:93D254CF-9538-44e8-BB98-AABCD134ADD3">
30
 
 
31
 
    <dependency type="ORB">
32
 
      <name>TAO</name>
33
 
    </dependency>
34
 
 
35
 
    <code>
36
 
      <!-- No need to specify extension below since ACE takes care of that, -->
37
 
      <fileinarchive name="EC_svnt"/>
38
 
      <entrypoint>createBMDeviceHome_Servant</entrypoint>
39
 
    </code>
40
 
 
41
 
  </implementation>
42
 
 
43
 
</softpkg>