1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3 <module-description xmlns:xlink="http://www.w3.org/1999/xlink">
5 <module-name>stringresource</module-name>
7 <component-description>
8 <author>Andreas Bregas</author>
9 <name>com.sun.star.comp.scripting.StringResource</name>
10 <description>string resource</description>
11 <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
12 <language>c++</language>
13 <status value="drafts"/>
14 <supported-service>com.sun.star.resource.StringResource</supported-service>
15 <supported-service>com.sun.star.resource.StringResourceWithLocation</supported-service>
16 <supported-service>com.sun.star.resource.StringResourceWithStorage</supported-service>
17 <type>com.sun.star.resource.XStringResourceWithStorage</type>
18 <type>com.sun.star.lang.IllegalArgumentException</type>
19 <type>com.sun.star.lang.XInitialization</type>
20 <type>com.sun.star.lang.XMultiComponentFactory</type>
21 <type>com.sun.star.lang.XServiceInfo</type>
22 <type>com.sun.star.uno.XComponentContext</type>
23 <type>com.sun.star.ucb.XSimpleFileAccess3</type>
24 <type>com.sun.star.io.XInputStream</type>
25 </component-description>
27 <project-build-dependency>cppuhelper</project-build-dependency>
28 <project-build-dependency>cppu</project-build-dependency>
29 <project-build-dependency>sal</project-build-dependency>
31 <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
32 <runtime-module-dependency>cppu3</runtime-module-dependency>
33 <runtime-module-dependency>sal3</runtime-module-dependency>
34 <runtime-module-dependency>ucb</runtime-module-dependency>