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">
4
5    <module-name>basprov</module-name>
6
7    <component-description>
8        <author>Thomas Benisch</author>
9        <name>com.sun.star.comp.scripting.ScriptProviderForBasic</name>
10        <description>script provider for Basic</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.script.provider.ScriptProviderForBasic</supported-service>
15        <type>com.sun.star.beans.XPropertySet</type>
16        <type>com.sun.star.frame.XModel</type>
17        <type>com.sun.star.lang.IllegalArgumentException</type>
18        <type>com.sun.star.lang.XInitialization</type>
19        <type>com.sun.star.lang.XServiceInfo</type>
20        <type>com.sun.star.reflection.InvocationTargetException</type>
21        <type>com.sun.star.script.CannotConvertException</type>
22        <type>com.sun.star.uno.Exception</type>
23        <type>com.sun.star.uno.RuntimeException</type>
24        <type>com.sun.star.uno.XComponentContext</type>
25        <type>com.sun.star.script.browse.BrowseNodeTypes</type>
26        <type>com.sun.star.script.browse.XBrowseNode</type>
27        <type>com.sun.star.script.provider.XScript</type>
28        <type>com.sun.star.script.provider.XScriptProvider</type>
29        <type>  com.sun.star.uri.XUriReference </type>
30        <type>  com.sun.star.uri.XUriReferenceFactory </type>
31        <type>  com.sun.star.uri.XVndSunStarScriptUrl </type>
32    </component-description>
33
34    <project-build-dependency>sfx2</project-build-dependency>
35    <project-build-dependency>basic</project-build-dependency>
36    <project-build-dependency>svtools</project-build-dependency>
37    <project-build-dependency>tools</project-build-dependency>
38    <project-build-dependency>cppuhelper</project-build-dependency>
39    <project-build-dependency>cppu</project-build-dependency>
40    <project-build-dependency>sal</project-build-dependency>
41
42    <runtime-module-dependency>sfx2</runtime-module-dependency>
43    <runtime-module-dependency>sb</runtime-module-dependency>
44    <runtime-module-dependency>svt</runtime-module-dependency>
45    <runtime-module-dependency>tl</runtime-module-dependency>
46    <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
47    <runtime-module-dependency>cppu3</runtime-module-dependency>
48    <runtime-module-dependency>sal3</runtime-module-dependency>
49
50</module-description>
51