summaryrefslogtreecommitdiff
path: root/stoc/source/namingservice/namingservice.xml
blob: 56140561cc2b90da40b8bbb0cacfb0c14805b757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">

<COMPONENTDESCRIPTION
    xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >

<Author> Juergen Schmidt </Author>

<Name>	com.sun.star.comp.stoc.NamingService	</Name>

<Description>
The naming service allows the registration and retrieval of objects.
</Description>

<ModuleName>	namingservice	</ModuleName>

<LoaderName>	com.sun.star.loader.SharedLibrary	</LoaderName>

<Language>	c++	</Language>

<Status	StatusValue="final"/>

<SupportedService>	com.sun.star.uno.NamingService	</SupportedService>

<ProjectBuildDependency>	cppuhelper	</ProjectBuildDependency>
<ProjectBuildDependency>	cppu		</ProjectBuildDependency>
<ProjectBuildDependency>	sal			</ProjectBuildDependency>

<RuntimeModuleDependency>	cppuhelper	</RuntimeModuleDependency>
<RuntimeModuleDependency>	cppu2		</RuntimeModuleDependency>
<RuntimeModuleDependency>	sal2		</RuntimeModuleDependency>

<Type>	com.sun.star.lang.XComponent					</Type>
<Type>	com.sun.star.lang.IllegalArgumentException		</Type>
<Type>	com.sun.star.lang.XInitialization 		  		</Type>
<Type>	com.sun.star.lang.XTypeProvider			  		</Type>
<Type>	com.sun.star.lang.XServiceInfo			  		</Type>
<Type>	com.sun.star.lang.XSingleServiceFactory	  		</Type>
<Type>	com.sun.star.lang.XMultiServiceFactory	  		</Type>
<Type>	com.sun.star.registry.XRegistryKey		  		</Type>
<Type>	com.sun.star.uno.XAggregation			  		</Type>
<Type>	com.sun.star.uno.XWeak					  		</Type>
<Type>	com.sun.star.uno.TypeClass				  		</Type>
<Type>	com.sun.star.uno.XNamingService			  		</Type>

</COMPONENTDESCRIPTION>