office-gobmx/stoc/source/corereflection/corefl.xml

53 lines
2 KiB
XML
Raw Normal View History

2000-09-18 09:29:57 -05:00
<?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> Daniel Boelzle </Author>
<Name> com.sun.star.comp.stoc.CoreReflection </Name>
<Description>
This service is the implementation of XIdlClassProvider.
The service provides reflection and access to all uno types
(interfaces, structs, enums, ...).
</Description>
<ModuleName> corefl </ModuleName>
<LoaderName> com.sun.star.loader.SharedLibrary </LoaderName>
<Language> C++ </Language>
<Status StatusValue="final"/>
<SupportedService> com.sun.star.reflection.CoreReflection </SupportedService>
<ServiceDependency>
</ServiceDependency>
<ProjectBuildDependency> cppuhelper </ProjectBuildDependency>
<ProjectBuildDependency> cppu </ProjectBuildDependency>
<ProjectBuildDependency> sal </ProjectBuildDependency>
<RuntimeModuleDependency> cppuhelper </RuntimeModuleDependency>
<RuntimeModuleDependency> cppu </RuntimeModuleDependency>
<RuntimeModuleDependency> sal </RuntimeModuleDependency>
<Type> com.sun.star.reflection.XTypeDescription </Type>
<Type> com.sun.star.reflection.XIdlReflection </Type>
<Type> com.sun.star.reflection.XIdlClass </Type>
<Type> com.sun.star.container.XHierarchicalNameAccess </Type>
<Type> com.sun.star.lang.XComponent </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>
</COMPONENTDESCRIPTION>