xref: /aoo4110/main/framework/source/unotypes/fwl.xml (revision b1cdbd2c)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements.  See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership.  The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License.  You may obtain a copy of the License at
12 *
13 *   http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing,
16 * software distributed under the License is distributed on an
17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18 * KIND, either express or implied.  See the License for the
19 * specific language governing permissions and limitations
20 * under the License.
21 *
22 ***********************************************************-->
23
24
25
26<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
27
28	<module-name> fwl </module-name>
29
30	<component-description>
31		<author> Andreas Schluens </author>
32		<name> com.sun.star.comp.framework.TypeDetection </name>
33		<description>
34			Supports a type detection of a specified ressource (document).
35		</description>
36		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
37		<language> c++ </language>
38		<status value="final"/>
39		<supported-service> com.sun.star.document.TypeDetection </supported-service>
40	</component-description>
41
42	<component-description>
43		<author> Andreas Schluens </author>
44		<name> com.sun.star.comp.framework.FilterFactory </name>
45		<description>
46			Supports creation and getting informations about registered filter services.
47		</description>
48		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
49		<language> c++ </language>
50		<status value="final"/>
51		<supported-service> com.sun.star.document.FilterFactory </supported-service>
52	</component-description>
53
54	<component-description>
55		<author> Andreas Schluens </author>
56		<name> com.sun.star.comp.framework.FrameLoaderFactory </name>
57		<description>
58			Supports creation and getting informations about registered frame loader services.
59			These services could load a component into a frame.
60		</description>
61		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
62		<language> c++ </language>
63		<status value="final"/>
64		<supported-service> com.sun.star.frame.FrameLoaderFactory </supported-service>
65	</component-description>
66
67	<component-description>
68		<author> Andreas Schluens </author>
69		<name> com.sun.star.comp.framework.ContentHandlerFactory </name>
70		<description>
71			Supports creation and getting informations about registered content handler services.
72		</description>
73		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
74		<language> c++ </language>
75		<status value="final"/>
76        <supported-service> com.sun.star.frame.ContentHandlerFactory </supported-service>
77	</component-description>
78
79	<component-description>
80		<author> Carsten Driesner </author>
81		<name> com.sun.star.comp.framework.SubstituteVariables </name>
82		<description>
83			Supports the substitution and resubstitution of path and language variables.
84		</description>
85		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
86		<language> c++ </language>
87		<status value="final"/>
88        <supported-service> com.sun.star.util.PathSubstitution </supported-service>
89	</component-description>
90
91	<component-description>
92		<author> Carsten Driesner </author>
93		<name> com.sun.star.comp.framework.PathSettings </name>
94		<description>
95			Supports the access to the Office internal path settings.
96		</description>
97		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
98		<language> c++ </language>
99		<status value="final"/>
100        <supported-service> com.sun.star.util.PathSettings </supported-service>
101	</component-description>
102
103	<project-build-dependency>	cppu		</project-build-dependency>
104	<project-build-dependency>	cppuhelper	</project-build-dependency>
105	<project-build-dependency>	comphelper	</project-build-dependency>
106	<project-build-dependency>	tools		</project-build-dependency>
107	<project-build-dependency>	vos			</project-build-dependency>
108	<project-build-dependency>	sal			</project-build-dependency>
109	<project-build-dependency>	svl			</project-build-dependency>
110
111	<runtime-module-dependency>	cppu2		</runtime-module-dependency>
112	<runtime-module-dependency>	cppuhelper	</runtime-module-dependency>
113	<runtime-module-dependency>	comphelp2	</runtime-module-dependency>
114	<runtime-module-dependency>	tl			</runtime-module-dependency>
115	<runtime-module-dependency>	vos2$(COM)	</runtime-module-dependency>
116	<runtime-module-dependency>	sal2		</runtime-module-dependency>
117	<runtime-module-dependency>	svl			</runtime-module-dependency>
118
119</module-description>
120