Bump for 3.6-28
[LibreOffice.git] / ucb / source / core / ucb.xml
blob1473c035ba83e7002d8dcb1cd63da15d34568750
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">
5     <module-name>
6     ucb
7     </module-name>
9     <component-description>
10         <author>
11             Kai Sommerfeld
12         </author>
13         <name>
14             com.sun.star.comp.ucb.UniversalContentBroker
15         </name>
16         <description>
17         This component provides access to a set of Contents via Content Providers.
18         </description>
19         <loader-name>
20             com.sun.star.loader.SharedLibrary
21         </loader-name>
22         <language>
23             c++
24         </language>
25         <status value="final"/>
26         <supported-service>
27             com.sun.star.ucb.UniversalContentBroker
28         </supported-service>
30         <service-dependency>
31         com.sun.star.io.Pipe
32         </service-dependency>
33     </component-description>
34     <component-description>
35         <author>
36             Kai Sommerfeld
37         </author>
38         <name>
39             com.sun.star.comp.ucb.UcbStore
40         </name>
41         <description>
42         This component is a factory for components managing persistent data.
43         </description>
44         <loader-name>
45             com.sun.star.loader.SharedLibrary
46         </loader-name>
47         <language>
48             c++
49         </language>
50         <status value="final"/>
51         <supported-service>
52             com.sun.star.ucb.Store
53         </supported-service>
55         <service-dependency>
56             com.sun.star.configuration.ConfigurationProvider
57         </service-dependency>
58         <service-dependency>
59             com.sun.star.configuration.ConfigurationAccess
60         </service-dependency>
61         <service-dependency>
62             com.sun.star.configuration.ConfigurationUpdateAccess
63         </service-dependency>
64     </component-description>
65     <component-description>
66         <author>
67             Kai Sommerfeld
68         </author>
69         <name>
70             com.sun.star.comp.ucb.UcbPropertiesManager
71         </name>
72         <description>
73         This component provides access to the meta data of the properties
74         known to the UCB.
75         </description>
76         <loader-name>
77             com.sun.star.loader.SharedLibrary
78         </loader-name>
79         <language>
80             c++
81         </language>
82         <status value="final"/>
83         <supported-service>
84             com.sun.star.ucb.PropertiesManager
85         </supported-service>
86     </component-description>
87     <component-description>
88         <author>
89             Kai Sommerfeld
90         </author>
91         <name>
92             com.sun.star.comp.ucb.UcbContentProviderProxyFactory
93         </name>
94         <description>
95         This component is a factory for proxy objects for Content Providers.
96         </description>
97         <loader-name>
98             com.sun.star.loader.SharedLibrary
99         </loader-name>
100         <language>
101             c++
102         </language>
103         <status value="final"/>
104         <supported-service>
105             com.sun.star.ucb.ContentProviderProxyFactory
106         </supported-service>
107     </component-description>
109     <project-build-dependency> sal                </project-build-dependency>
110     <project-build-dependency> cppu               </project-build-dependency>
111     <project-build-dependency> cppuhelper         </project-build-dependency>
112     <project-build-dependency> ucbhelper          </project-build-dependency>
114     <runtime-module-dependency> sal3              </runtime-module-dependency>
115     <runtime-module-dependency> cppu3             </runtime-module-dependency>
116     <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency>
117     <runtime-module-dependency> ucbhelper1$(COM)  </runtime-module-dependency>
119     <type> com.sun.star.beans.PropertyAttribute                </type>
120     <type> com.sun.star.beans.PropertySetInfoChange            </type>
121     <type> com.sun.star.beans.XPropertyAccess                  </type>
122     <type> com.sun.star.beans.XPropertyContainer               </type>
123     <type> com.sun.star.beans.XPropertySetInfoChangeNotifier   </type>
124     <type> com.sun.star.container.XHierarchicalNameAccess      </type>
125     <type> com.sun.star.container.XNamed                       </type>
126     <type> com.sun.star.container.XNameAccess                  </type>
127     <type> com.sun.star.container.XNameContainer               </type>
128     <type> com.sun.star.io.XActiveDataSink                     </type>
129     <type> com.sun.star.io.XOutputStream                       </type>
130     <type> com.sun.star.io.XSeekable                           </type>
131     <type> com.sun.star.lang.IllegalArgumentException          </type>
132     <type> com.sun.star.lang.XComponent                        </type>
133     <type> com.sun.star.lang.XInitialization                   </type>
134     <type> com.sun.star.lang.XMultiServiceFactory              </type>
135     <type> com.sun.star.lang.XServiceInfo                      </type>
136     <type> com.sun.star.lang.XSingleServiceFactory             </type>
137     <type> com.sun.star.lang.XTypeProvider                     </type>
138     <type> com.sun.star.registry.XRegistryKey                  </type>
139     <type> com.sun.star.sdbc.XRow                              </type>
140     <type> com.sun.star.ucb.ContentInfoAttribute               </type>
141     <type> com.sun.star.ucb.CrossReference                     </type>
142     <type> com.sun.star.ucb.DocumentHeaderField                </type>
143     <type> com.sun.star.ucb.GlobalTransferCommandArgument      </type>
144     <type> com.sun.star.ucb.InsertCommandArgument              </type>
145     <type> com.sun.star.ucb.InteractiveBadTransferURLException </type>
146     <type> com.sun.star.ucb.NameClashException                 </type>
147     <type> com.sun.star.ucb.OpenCommandArgument2               </type>
148     <type> com.sun.star.ucb.OpenMode                           </type>
149     <type> com.sun.star.ucb.RecipientInfo                      </type>
150     <type> com.sun.star.ucb.RuleSet                            </type>
151     <type> com.sun.star.ucb.SendInfo                           </type>
152     <type> com.sun.star.ucb.SendMediaTypes                     </type>
153     <type> com.sun.star.ucb.TransferInfo                       </type>
154     <type> com.sun.star.ucb.UnsupportedNameClashException      </type>
155     <type> com.sun.star.ucb.XCommandInfo                       </type>
156     <type> com.sun.star.ucb.XCommandProcessor                  </type>
157     <type> com.sun.star.ucb.XContentAccess                     </type>
158     <type> com.sun.star.ucb.XContentCreator                    </type>
159     <type> com.sun.star.ucb.XContentIdentifier                 </type>
160     <type> com.sun.star.ucb.XContentIdentifierFactory          </type>
161     <type> com.sun.star.ucb.XContentProvider                   </type>
162     <type> com.sun.star.ucb.XContentProviderFactory            </type>
163     <type> com.sun.star.ucb.XContentProviderManager            </type>
164     <type> com.sun.star.ucb.XContentProviderSupplier           </type>
165     <type> com.sun.star.ucb.XDataContainer                     </type>
166     <type> com.sun.star.ucb.XDynamicResultSet                  </type>
167     <type> com.sun.star.ucb.XParameterizedContentProvider      </type>
168     <type> com.sun.star.ucb.XPropertySetRegistryFactory        </type>
169     <type> com.sun.star.uno.XWeak                              </type>
170     <type> com.sun.star.util.DateTime                          </type>
171     <type> com.sun.star.util.XChangesBatch                     </type>
172 </module-description>