xref: /aoo41x/main/ucb/source/ucp/hierarchy/ucphier.xml (revision cdf0e10c)
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>
6	ucphier
7    </module-name>
8
9    <component-description>
10        <author>
11            Kai Sommerfeld
12        </author>
13        <name>
14            com.sun.star.comp.ucb.HierarchyContentProvider
15        </name>
16        <description>
17	    This component implements a Content Provider for the Universal
18            Content Broker. It provides access to a persistent hierarchy of
19            folders and links.
20        </description>
21        <loader-name>
22            com.sun.star.loader.SharedLibrary
23        </loader-name>
24        <language>
25            c++
26        </language>
27        <status value="final"/>
28        <supported-service>
29            com.sun.star.ucb.HierarchyContentProvider
30        </supported-service>
31
32        <service-dependency>
33            com.sun.star.ucb.DefaultHierarchyDataSource
34        </service-dependency>
35        <service-dependency>
36            com.sun.star.util.OfficeeInstallationDirectories
37        </service-dependency>
38    </component-description>
39
40    <component-description>
41        <author>
42            Kai Sommerfeld
43        </author>
44        <name>
45            com.sun.star.comp.ucb.HierarchyDataSource
46        </name>
47        <description>
48            This component implements a default data source for the Hierarchy
49            Content Provider. The data are accessed using the service
50            com.sun.star.configuration.ConfigurationProvider.
51        </description>
52        <loader-name>
53            com.sun.star.loader.SharedLibrary
54        </loader-name>
55        <language>
56            c++
57        </language>
58        <status value="final"/>
59        <supported-service>
60            com.sun.star.ucb.DefaultHierarchyDataSource
61        </supported-service>
62
63        <service-dependency>
64            com.sun.star.configuration.ConfigurationProvider
65        </service-dependency>
66    </component-description>
67
68    <project-build-dependency> sal                </project-build-dependency>
69    <project-build-dependency> cppu               </project-build-dependency>
70    <project-build-dependency> cppuhelper         </project-build-dependency>
71    <project-build-dependency> ucbhelper          </project-build-dependency>
72
73    <runtime-module-dependency> sal3              </runtime-module-dependency>
74    <runtime-module-dependency> cppu3             </runtime-module-dependency>
75    <runtime-module-dependency>	cppuhelper3$(COM) </runtime-module-dependency>
76    <runtime-module-dependency>	ucbhelper4$(COM)  </runtime-module-dependency>
77
78    <type> com.sun.star.beans.PropertyAttribute                </type>
79    <type> com.sun.star.beans.XPropertiesChangeNotifier        </type>
80    <type> com.sun.star.beans.XPropertyAccess                  </type>
81    <type> com.sun.star.beans.XPropertyContainer               </type>
82    <type> com.sun.star.beans.XPropertySetInfoChangeNotifier   </type>
83    <type> com.sun.star.container.XChild                       </type>
84    <type> com.sun.star.container.XHierarchicalNameAccess      </type>
85    <type> com.sun.star.container.XNameContainer               </type>
86    <type> com.sun.star.lang.IllegalAccessException            </type>
87    <type> com.sun.star.lang.XComponent                        </type>
88    <type> com.sun.star.lang.XInitialization                   </type>
89    <type> com.sun.star.lang.XMultiServiceFactory              </type>
90    <type> com.sun.star.lang.XServiceInfo                      </type>
91    <type> com.sun.star.lang.XSingleServiceFactory             </type>
92    <type> com.sun.star.lang.XTypeProvider                     </type>
93    <type> com.sun.star.registry.XRegistryKey                  </type>
94    <type> com.sun.star.sdbc.XCloseable                        </type>
95    <type> com.sun.star.sdbc.XColumnLocate                     </type>
96    <type> com.sun.star.sdbc.XResultSetMetaDataSupplier        </type>
97    <type> com.sun.star.sdbc.XRow                              </type>
98    <type> com.sun.star.ucb.ContentInfoAttribute               </type>
99    <type> com.sun.star.ucb.InsertCommandArgument              </type>
100    <type> com.sun.star.ucb.InteractiveBadTransferURLException </type>
101    <type> com.sun.star.ucb.MissingPropertiesException         </type>
102    <type> com.sun.star.ucb.NameClash                          </type>
103    <type> com.sun.star.ucb.NameClashException                 </type>
104    <type> com.sun.star.ucb.OpenCommandArgument2               </type>
105    <type> com.sun.star.ucb.OpenMode                           </type>
106    <type> com.sun.star.ucb.ResultSetException                 </type>
107    <type> com.sun.star.ucb.TransferInfo                       </type>
108    <type> com.sun.star.ucb.UnsuppertedNameClashException      </type>
109    <type> com.sun.star.ucb.XCommandInfo                       </type>
110    <type> com.sun.star.ucb.XCommandInfoChangeNotifier         </type>
111    <type> com.sun.star.ucb.XCommandProcessor                  </type>
112    <type> com.sun.star.ucb.XContentAccess                     </type>
113    <type> com.sun.star.ucb.XContentCreator                    </type>
114    <type> com.sun.star.ucb.XContentProvider                   </type>
115    <type> com.sun.star.ucb.XDynamicResultSet                  </type>
116    <type> com.sun.star.ucb.XPersistentPropertySet             </type>
117    <type> com.sun.star.uno.XWeak                              </type>
118    <type> com.sun.star.util.XChangesBatch                     </type>
119    <type> com.sun.star.util.XChangesNotifier                  </type>
120    <type> com.sun.star.util.XOfficeInstallationDirectories    </type>
121</module-description>
122