xref: /trunk/main/io/source/stm/stm.xml (revision b3b486c6f12b7baba6a5d71c7012f6454f487e5a)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*2afa04a6SOliver-Rainer Wittmann<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3a0b87975SAndrew Rist<!--***********************************************************
4a0b87975SAndrew Rist *
5a0b87975SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
6a0b87975SAndrew Rist * or more contributor license agreements.  See the NOTICE file
7a0b87975SAndrew Rist * distributed with this work for additional information
8a0b87975SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
9a0b87975SAndrew Rist * to you under the Apache License, Version 2.0 (the
10a0b87975SAndrew Rist * "License"); you may not use this file except in compliance
11a0b87975SAndrew Rist * with the License.  You may obtain a copy of the License at
12a0b87975SAndrew Rist *
13a0b87975SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
14a0b87975SAndrew Rist *
15a0b87975SAndrew Rist * Unless required by applicable law or agreed to in writing,
16a0b87975SAndrew Rist * software distributed under the License is distributed on an
17a0b87975SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18a0b87975SAndrew Rist * KIND, either express or implied.  See the License for the
19a0b87975SAndrew Rist * specific language governing permissions and limitations
20a0b87975SAndrew Rist * under the License.
21a0b87975SAndrew Rist *
22a0b87975SAndrew Rist ***********************************************************-->
23cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
24cdf0e10cSrcweir    <module-name> streams.uno </module-name>
25cdf0e10cSrcweir
26cdf0e10cSrcweir    <component-description>
27cdf0e10cSrcweir        <author> Joerg Budischewski </author>
28cdf0e10cSrcweir        <name> com.sun.star.comp.io.stm.Pipe </name>
29cdf0e10cSrcweir        <description>
30cdf0e10cSrcweir            This component provides ...
31cdf0e10cSrcweir        </description>
32cdf0e10cSrcweir        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
33cdf0e10cSrcweir        <language>  c++ </language>
34cdf0e10cSrcweir        <status value="final"/>
35cdf0e10cSrcweir        <supported-service> com.sun.star.io.Pipe </supported-service>
36cdf0e10cSrcweir        <service-dependency> ... </service-dependency>
37cdf0e10cSrcweir        <type>   com.sun.star.io.XObjectInputStream                 </type>
38cdf0e10cSrcweir        <type>   com.sun.star.io.XObjectOutputStream                </type>
39cdf0e10cSrcweir        <type>   com.sun.star.io.XActiveDataSource                  </type>
40cdf0e10cSrcweir        <type>   com.sun.star.io.XActiveDataSink                    </type>
41cdf0e10cSrcweir        <type>   com.sun.star.io.XMarkableStream                    </type>
42cdf0e10cSrcweir        <type>   com.sun.star.io.UnexpectedEOFException             </type>
43cdf0e10cSrcweir        <type>   com.sun.star.io.WrongFormatException               </type>
44cdf0e10cSrcweir        <type>   com.sun.star.lang.XComponent                       </type>
45cdf0e10cSrcweir        <type>   com.sun.star.lang.XMultiServiceFactory             </type>
46cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleServiceFactory            </type>
47cdf0e10cSrcweir        <type>   com.sun.star.lang.XServiceInfo                     </type>
48cdf0e10cSrcweir        <type>   com.sun.star.lang.XTypeProvider                    </type>
49cdf0e10cSrcweir        <type>   com.sun.star.lang.IllegalArgumentException         </type>
50cdf0e10cSrcweir        <type>   com.sun.star.registry.XRegistryKey                 </type>
51cdf0e10cSrcweir        <type>   com.sun.star.registry.XImplementationRegistration  </type>
52cdf0e10cSrcweir        <type>   com.sun.star.test.XSimpleTest                      </type>
53cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleComponentFactory          </type>
54cdf0e10cSrcweir        <type>   com.sun.star.uno.XComponentContext                 </type>
55cdf0e10cSrcweir        <type>   com.sun.star.uno.TypeClass                         </type>
56cdf0e10cSrcweir        <type>   com.sun.star.uno.XWeak                             </type>
57cdf0e10cSrcweir        <type>   com.sun.star.uno.XAggregation                      </type>
58cdf0e10cSrcweir    </component-description>
59cdf0e10cSrcweir
60cdf0e10cSrcweir    <component-description>
61cdf0e10cSrcweir        <author> Joerg Budischewski </author>
62cdf0e10cSrcweir        <name> com.sun.star.comp.io.stm.DataInputStream </name>
63cdf0e10cSrcweir        <description>
64cdf0e10cSrcweir            This component provides ...
65cdf0e10cSrcweir        </description>
66cdf0e10cSrcweir        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
67cdf0e10cSrcweir        <language>  c++ </language>
68cdf0e10cSrcweir        <status value="final"/>
69cdf0e10cSrcweir        <supported-service> com.sun.star.io.DataInputStream </supported-service>
70cdf0e10cSrcweir        <service-dependency> ... </service-dependency>
71cdf0e10cSrcweir        <type>   com.sun.star.io.XObjectInputStream                 </type>
72cdf0e10cSrcweir        <type>   com.sun.star.io.XObjectOutputStream                </type>
73cdf0e10cSrcweir        <type>   com.sun.star.io.XActiveDataSource                  </type>
74cdf0e10cSrcweir        <type>   com.sun.star.io.XActiveDataSink                    </type>
75cdf0e10cSrcweir        <type>   com.sun.star.io.XMarkableStream                    </type>
76cdf0e10cSrcweir        <type>   com.sun.star.io.UnexpectedEOFException             </type>
77cdf0e10cSrcweir        <type>   com.sun.star.io.WrongFormatException               </type>
78cdf0e10cSrcweir        <type>   com.sun.star.lang.XComponent                       </type>
79cdf0e10cSrcweir        <type>   com.sun.star.lang.XMultiServiceFactory             </type>
80cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleServiceFactory            </type>
81cdf0e10cSrcweir        <type>   com.sun.star.lang.XServiceInfo                     </type>
82cdf0e10cSrcweir        <type>   com.sun.star.lang.XTypeProvider                    </type>
83cdf0e10cSrcweir        <type>   com.sun.star.lang.IllegalArgumentException         </type>
84cdf0e10cSrcweir        <type>   com.sun.star.registry.XRegistryKey                 </type>
85cdf0e10cSrcweir        <type>   com.sun.star.registry.XImplementationRegistration  </type>
86cdf0e10cSrcweir        <type>   com.sun.star.test.XSimpleTest                      </type>
87cdf0e10cSrcweir        <type>   com.sun.star.uno.TypeClass                         </type>
88cdf0e10cSrcweir        <type>   com.sun.star.uno.XWeak                             </type>
89cdf0e10cSrcweir        <type>   com.sun.star.uno.XAggregation                      </type>
90cdf0e10cSrcweir    </component-description>
91cdf0e10cSrcweir
92cdf0e10cSrcweir    <component-description>
93cdf0e10cSrcweir        <author> Joerg Budischewski </author>
94cdf0e10cSrcweir        <name> com.sun.star.comp.io.stm.DataOutputStream </name>
95cdf0e10cSrcweir        <description>
96cdf0e10cSrcweir            This component provides ...
97cdf0e10cSrcweir        </description>
98cdf0e10cSrcweir        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
99cdf0e10cSrcweir        <language> c++ </language>
100cdf0e10cSrcweir        <status value="final"/>
101cdf0e10cSrcweir        <supported-service> com.sun.star.io.DataOutputStream </supported-service>
102cdf0e10cSrcweir        <service-dependency> ... </service-dependency>
103cdf0e10cSrcweir        <type>  com.sun.star.io.XObjectInputStream                  </type>
104cdf0e10cSrcweir        <type>  com.sun.star.io.XObjectOutputStream                 </type>
105cdf0e10cSrcweir        <type>  com.sun.star.io.XActiveDataSource                   </type>
106cdf0e10cSrcweir        <type>  com.sun.star.io.XActiveDataSink                     </type>
107cdf0e10cSrcweir        <type>  com.sun.star.io.XMarkableStream                     </type>
108cdf0e10cSrcweir        <type>  com.sun.star.io.UnexpectedEOFException              </type>
109cdf0e10cSrcweir        <type>  com.sun.star.io.WrongFormatException                </type>
110cdf0e10cSrcweir        <type>  com.sun.star.lang.XComponent                        </type>
111cdf0e10cSrcweir        <type>  com.sun.star.lang.XMultiServiceFactory              </type>
112cdf0e10cSrcweir        <type>  com.sun.star.lang.XSingleServiceFactory             </type>
113cdf0e10cSrcweir        <type>  com.sun.star.lang.XServiceInfo                      </type>
114cdf0e10cSrcweir        <type>  com.sun.star.lang.XTypeProvider                     </type>
115cdf0e10cSrcweir        <type>  com.sun.star.lang.IllegalArgumentException          </type>
116cdf0e10cSrcweir        <type>  com.sun.star.registry.XRegistryKey                  </type>
117cdf0e10cSrcweir        <type>  com.sun.star.registry.XImplementationRegistration   </type>
118cdf0e10cSrcweir        <type>  com.sun.star.test.XSimpleTest                       </type>
119cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleComponentFactory          </type>
120cdf0e10cSrcweir        <type>   com.sun.star.uno.XComponentContext                 </type>
121cdf0e10cSrcweir        <type>  com.sun.star.uno.TypeClass                          </type>
122cdf0e10cSrcweir        <type>  com.sun.star.uno.XWeak                              </type>
123cdf0e10cSrcweir        <type>  com.sun.star.uno.XAggregation                       </type>
124cdf0e10cSrcweir    </component-description>
125cdf0e10cSrcweir
126cdf0e10cSrcweir    <component-description>
127cdf0e10cSrcweir        <author> Joerg Budischewski </author>
128cdf0e10cSrcweir        <name> com.sun.star.comp.io.stm.ObjectInputStream </name>
129cdf0e10cSrcweir        <description>
130cdf0e10cSrcweir            This component provides ...
131cdf0e10cSrcweir        </description>
132cdf0e10cSrcweir        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
133cdf0e10cSrcweir        <language> c++ </language>
134cdf0e10cSrcweir        <status value="final"/>
135cdf0e10cSrcweir        <supported-service> com.sun.star.io.ObjectInputStream </supported-service>
136cdf0e10cSrcweir        <service-dependency> ... </service-dependency>
137cdf0e10cSrcweir        <type>  com.sun.star.io.XObjectInputStream                  </type>
138cdf0e10cSrcweir        <type>  com.sun.star.io.XObjectOutputStream                 </type>
139cdf0e10cSrcweir        <type>  com.sun.star.io.XActiveDataSource                   </type>
140cdf0e10cSrcweir        <type>  com.sun.star.io.XActiveDataSink                     </type>
141cdf0e10cSrcweir        <type>  com.sun.star.io.XMarkableStream                     </type>
142cdf0e10cSrcweir        <type>  com.sun.star.io.UnexpectedEOFException              </type>
143cdf0e10cSrcweir        <type>  com.sun.star.io.WrongFormatException                </type>
144cdf0e10cSrcweir        <type>  com.sun.star.lang.XComponent                        </type>
145cdf0e10cSrcweir        <type>  com.sun.star.lang.XMultiServiceFactory              </type>
146cdf0e10cSrcweir        <type>  com.sun.star.lang.XSingleServiceFactory             </type>
147cdf0e10cSrcweir        <type>  com.sun.star.lang.XServiceInfo                      </type>
148cdf0e10cSrcweir        <type>  com.sun.star.lang.XTypeProvider                     </type>
149cdf0e10cSrcweir        <type>  com.sun.star.lang.IllegalArgumentException          </type>
150cdf0e10cSrcweir        <type>  com.sun.star.registry.XRegistryKey                  </type>
151cdf0e10cSrcweir        <type>  com.sun.star.registry.XImplementationRegistration   </type>
152cdf0e10cSrcweir        <type>  com.sun.star.test.XSimpleTest                       </type>
153cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleComponentFactory          </type>
154cdf0e10cSrcweir        <type>   com.sun.star.uno.XComponentContext                 </type>
155cdf0e10cSrcweir        <type>  com.sun.star.uno.TypeClass                          </type>
156cdf0e10cSrcweir        <type>  com.sun.star.uno.XWeak                              </type>
157cdf0e10cSrcweir        <type>  com.sun.star.uno.XAggregation                       </type>
158cdf0e10cSrcweir    </component-description>
159cdf0e10cSrcweir
160cdf0e10cSrcweir    <component-description>
161cdf0e10cSrcweir        <author> Joerg Budischewski </author>
162cdf0e10cSrcweir        <name> com.sun.star.comp.io.stm.ObjectOutputStream </name>
163cdf0e10cSrcweir        <description>
164cdf0e10cSrcweir            This component provides ...
165cdf0e10cSrcweir        </description>
166cdf0e10cSrcweir        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
167cdf0e10cSrcweir        <language> c++ </language>
168cdf0e10cSrcweir        <status value="final"/>
169cdf0e10cSrcweir        <supported-service> com.sun.star.io.ObjectOutputStream </supported-service>
170cdf0e10cSrcweir        <service-dependency> ... </service-dependency>
171cdf0e10cSrcweir        <type>   com.sun.star.io.XObjectInputStream                 </type>
172cdf0e10cSrcweir        <type>   com.sun.star.io.XObjectOutputStream                </type>
173cdf0e10cSrcweir        <type>   com.sun.star.io.XActiveDataSource                  </type>
174cdf0e10cSrcweir        <type>   com.sun.star.io.XActiveDataSink                    </type>
175cdf0e10cSrcweir        <type>   com.sun.star.io.XMarkableStream                    </type>
176cdf0e10cSrcweir        <type>   com.sun.star.io.UnexpectedEOFException             </type>
177cdf0e10cSrcweir        <type>   com.sun.star.io.WrongFormatException               </type>
178cdf0e10cSrcweir        <type>   com.sun.star.lang.XComponent                       </type>
179cdf0e10cSrcweir        <type>   com.sun.star.lang.XMultiServiceFactory             </type>
180cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleServiceFactory            </type>
181cdf0e10cSrcweir        <type>   com.sun.star.lang.XServiceInfo                     </type>
182cdf0e10cSrcweir        <type>   com.sun.star.lang.XTypeProvider                    </type>
183cdf0e10cSrcweir        <type>   com.sun.star.lang.IllegalArgumentException         </type>
184cdf0e10cSrcweir        <type>   com.sun.star.registry.XRegistryKey                 </type>
185cdf0e10cSrcweir        <type>   com.sun.star.registry.XImplementationRegistration  </type>
186cdf0e10cSrcweir        <type>   com.sun.star.test.XSimpleTest                      </type>
187cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleComponentFactory          </type>
188cdf0e10cSrcweir        <type>   com.sun.star.uno.XComponentContext                 </type>
189cdf0e10cSrcweir        <type>   com.sun.star.uno.TypeClass                         </type>
190cdf0e10cSrcweir        <type>   com.sun.star.uno.XWeak                             </type>
191cdf0e10cSrcweir        <type>   com.sun.star.uno.XAggregation                      </type>
192cdf0e10cSrcweir    </component-description>
193cdf0e10cSrcweir
194cdf0e10cSrcweir    <component-description>
195cdf0e10cSrcweir        <author> Joerg Budischewski </author>
196cdf0e10cSrcweir        <name> com.sun.star.comp.io.stm.MarkableInputStream </name>
197cdf0e10cSrcweir        <description>
198cdf0e10cSrcweir            This component provides ...
199cdf0e10cSrcweir        </description>
200cdf0e10cSrcweir        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
201cdf0e10cSrcweir        <language> c++ </language>
202cdf0e10cSrcweir        <status value="final"/>
203cdf0e10cSrcweir        <supported-service> com.sun.star.io.MarkableInputStream </supported-service>
204cdf0e10cSrcweir        <service-dependency> ... </service-dependency>
205cdf0e10cSrcweir        <type>   com.sun.star.io.XObjectInputStream                 </type>
206cdf0e10cSrcweir        <type>   com.sun.star.io.XObjectOutputStream                </type>
207cdf0e10cSrcweir        <type>   com.sun.star.io.XActiveDataSource                  </type>
208cdf0e10cSrcweir        <type>   com.sun.star.io.XActiveDataSink                    </type>
209cdf0e10cSrcweir        <type>   com.sun.star.io.XMarkableStream                    </type>
210cdf0e10cSrcweir        <type>   com.sun.star.io.UnexpectedEOFException             </type>
211cdf0e10cSrcweir        <type>   com.sun.star.io.WrongFormatException               </type>
212cdf0e10cSrcweir        <type>   com.sun.star.lang.XComponent                       </type>
213cdf0e10cSrcweir        <type>   com.sun.star.lang.XMultiServiceFactory             </type>
214cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleServiceFactory            </type>
215cdf0e10cSrcweir        <type>   com.sun.star.lang.XServiceInfo                     </type>
216cdf0e10cSrcweir        <type>   com.sun.star.lang.XTypeProvider                    </type>
217cdf0e10cSrcweir        <type>   com.sun.star.lang.IllegalArgumentException         </type>
218cdf0e10cSrcweir        <type>   com.sun.star.registry.XRegistryKey                 </type>
219cdf0e10cSrcweir        <type>   com.sun.star.registry.XImplementationRegistration  </type>
220cdf0e10cSrcweir        <type>   com.sun.star.test.XSimpleTest                      </type>
221cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleComponentFactory          </type>
222cdf0e10cSrcweir        <type>   com.sun.star.uno.XComponentContext                 </type>
223cdf0e10cSrcweir        <type>   com.sun.star.uno.TypeClass                         </type>
224cdf0e10cSrcweir        <type>   com.sun.star.uno.XWeak                             </type>
225cdf0e10cSrcweir        <type>   com.sun.star.uno.XAggregation                      </type>
226cdf0e10cSrcweir    </component-description>
227cdf0e10cSrcweir
228cdf0e10cSrcweir    <component-description>
229cdf0e10cSrcweir        <author> Joerg Budischewski </author>
230cdf0e10cSrcweir        <name> com.sun.star.comp.io.stm.MarkableOutputStream </name>
231cdf0e10cSrcweir        <description>
232cdf0e10cSrcweir            This component provides ...
233cdf0e10cSrcweir        </description>
234cdf0e10cSrcweir        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
235cdf0e10cSrcweir        <language> c++ </language>
236cdf0e10cSrcweir        <status value="final"/>
237cdf0e10cSrcweir        <supported-service> com.sun.star.io.MarkableOutputStream </supported-service>
238cdf0e10cSrcweir        <service-dependency> ... </service-dependency>
239cdf0e10cSrcweir        <type>   com.sun.star.io.XObjectInputStream                 </type>
240cdf0e10cSrcweir        <type>   com.sun.star.io.XObjectOutputStream                </type>
241cdf0e10cSrcweir        <type>   com.sun.star.io.XActiveDataSource                  </type>
242cdf0e10cSrcweir        <type>   com.sun.star.io.XActiveDataSink                    </type>
243cdf0e10cSrcweir        <type>   com.sun.star.io.XMarkableStream                    </type>
244cdf0e10cSrcweir        <type>   com.sun.star.io.UnexpectedEOFException             </type>
245cdf0e10cSrcweir        <type>   com.sun.star.io.WrongFormatException               </type>
246cdf0e10cSrcweir        <type>   com.sun.star.lang.XComponent                       </type>
247cdf0e10cSrcweir        <type>   com.sun.star.lang.XMultiServiceFactory             </type>
248cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleServiceFactory            </type>
249cdf0e10cSrcweir        <type>   com.sun.star.lang.XServiceInfo                     </type>
250cdf0e10cSrcweir        <type>   com.sun.star.lang.XTypeProvider                    </type>
251cdf0e10cSrcweir        <type>   com.sun.star.lang.IllegalArgumentException         </type>
252cdf0e10cSrcweir        <type>   com.sun.star.registry.XRegistryKey                 </type>
253cdf0e10cSrcweir        <type>   com.sun.star.registry.XImplementationRegistration  </type>
254cdf0e10cSrcweir        <type>   com.sun.star.test.XSimpleTest                      </type>
255cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleComponentFactory          </type>
256cdf0e10cSrcweir        <type>   com.sun.star.uno.XComponentContext                 </type>
257cdf0e10cSrcweir        <type>   com.sun.star.uno.TypeClass                         </type>
258cdf0e10cSrcweir        <type>   com.sun.star.uno.XWeak                             </type>
259cdf0e10cSrcweir        <type>   com.sun.star.uno.XAggregation                      </type>
260cdf0e10cSrcweir    </component-description>
261cdf0e10cSrcweir
262cdf0e10cSrcweir    <component-description>
263cdf0e10cSrcweir        <author> Joerg Budischewski </author>
264cdf0e10cSrcweir        <name> com.sun.star.comp.stoc.Pump </name>
265cdf0e10cSrcweir        <description>
266cdf0e10cSrcweir            This component provides ...
267cdf0e10cSrcweir        </description>
268cdf0e10cSrcweir        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
269cdf0e10cSrcweir        <language> c++ </language>
270cdf0e10cSrcweir        <status value="final"/>
271cdf0e10cSrcweir        <supported-service> com.sun.star.io.Pump </supported-service>
272cdf0e10cSrcweir        <service-dependency> ... </service-dependency>
273cdf0e10cSrcweir        <type>  com.sun.star.io.XConnectable                </type>
274cdf0e10cSrcweir        <type>  com.sun.star.io.XActiveDataSource           </type>
275cdf0e10cSrcweir        <type>  com.sun.star.io.XActiveDataSink             </type>
276cdf0e10cSrcweir        <type>  com.sun.star.io.XActiveDataControl          </type>
277cdf0e10cSrcweir        <type>  com.sun.star.lang.DisposedException         </type>
278cdf0e10cSrcweir        <type>  com.sun.star.lang.XTypeProvider             </type>
279cdf0e10cSrcweir        <type>  com.sun.star.lang.XServiceInfo              </type>
280cdf0e10cSrcweir        <type>  com.sun.star.lang.XSingleServiceFactory     </type>
281cdf0e10cSrcweir        <type>  com.sun.star.lang.XMultiServiceFactory      </type>
282cdf0e10cSrcweir        <type>  com.sun.star.registry.XRegistryKey          </type>
283cdf0e10cSrcweir        <type>   com.sun.star.lang.XSingleComponentFactory          </type>
284cdf0e10cSrcweir        <type>   com.sun.star.uno.XComponentContext                 </type>
285cdf0e10cSrcweir        <type>  com.sun.star.uno.XAggregation               </type>
286cdf0e10cSrcweir        <type>  com.sun.star.uno.XWeak                      </type>
287cdf0e10cSrcweir        <type>  com.sun.star.uno.TypeClass                  </type>
288cdf0e10cSrcweir    </component-description>
289cdf0e10cSrcweir
290cdf0e10cSrcweir    <project-build-dependency>  cppuhelper  </project-build-dependency>
291cdf0e10cSrcweir    <project-build-dependency>  cppu        </project-build-dependency>
292cdf0e10cSrcweir    <project-build-dependency>  vos         </project-build-dependency>
293cdf0e10cSrcweir    <project-build-dependency>  sal         </project-build-dependency>
294cdf0e10cSrcweir
295cdf0e10cSrcweir    <runtime-module-dependency> cppuhelper  </runtime-module-dependency>
296cdf0e10cSrcweir    <runtime-module-dependency> cppu2       </runtime-module-dependency>
297cdf0e10cSrcweir    <runtime-module-dependency> vos2MSC     </runtime-module-dependency>
298cdf0e10cSrcweir    <runtime-module-dependency> sal2        </runtime-module-dependency>
299cdf0e10cSrcweir</module-description>
300