xref: /trunk/main/framework/util/lgd.xml (revision ef1ef8e674fabf3a541d12c6e6c14cecdfc2f9e7)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3
4<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
5
6    <module-name> lgd </module-name>
7
8    <component-description>
9        <author> Andreas Schluens </author>
10        <name> com.sun.star.comp.framework.LoginDialog </name>
11        <description>
12            Implement a dialog for login to a sun one webtop server.
13        </description>
14        <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
15        <language> c++ </language>
16        <status value="final"/>
17        <supported-service> com.sun.star.comp.framework.LoginDialog </supported-service>
18    </component-description>
19
20    <project-build-dependency>  cppu        </project-build-dependency>
21    <project-build-dependency>  cppuhelper  </project-build-dependency>
22    <project-build-dependency>  vos         </project-build-dependency>
23    <project-build-dependency>  sal         </project-build-dependency>
24    <project-build-dependency>  sv          </project-build-dependency>
25    <project-build-dependency>  tools       </project-build-dependency>
26
27    <runtime-module-dependency> cppu2       </runtime-module-dependency>
28    <runtime-module-dependency> cppuhelper  </runtime-module-dependency>
29    <runtime-module-dependency> vos2$(COM)  </runtime-module-dependency>
30    <runtime-module-dependency> sal2        </runtime-module-dependency>
31    <runtime-module-dependency> tl          </runtime-module-dependency>
32    <runtime-module-dependency> sv          </runtime-module-dependency>
33
34</module-description>
35