xref: /trunk/main/ucb/source/ucp/package/ucppkg.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	ucppkg
7    </module-name>
8
9    <component-description>
10        <author>
11            Kai Sommerfeld
12        </author>
13        <name>
14            com.sun.star.comp.ucb.PackageContentProvider
15        </name>
16        <description>
17	    This component implements a Content Provider for the Universal
18            Content Broker. It provides access to the contents of package (zip
19            archive) files.
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.PackageContentProvider
30        </supported-service>
31
32        <service-dependency>
33            com.sun.star.packages.comp.ZipPackage
34        </service-dependency>
35    </component-description>
36
37    <project-build-dependency> sal                </project-build-dependency>
38    <project-build-dependency> cppu               </project-build-dependency>
39    <project-build-dependency> cppuhelper         </project-build-dependency>
40    <project-build-dependency> ucbhelper          </project-build-dependency>
41
42    <runtime-module-dependency>	sal3			  </runtime-module-dependency>
43    <runtime-module-dependency>	cppu3			  </runtime-module-dependency>
44    <runtime-module-dependency>	cppuhelper3$(COM) </runtime-module-dependency>
45    <runtime-module-dependency>	ucbhelper4$(COM)  </runtime-module-dependency>
46
47    <type> com.sun.star.beans.PropertyAttribute                </type>
48    <type> com.sun.star.beans.XPropertiesChangeNotifier        </type>
49    <type> com.sun.star.beans.XPropertyAccess                  </type>
50    <type> com.sun.star.beans.XPropertyContainer               </type>
51    <type> com.sun.star.beans.XPropertySetInfoChangeNotifier   </type>
52    <type> com.sun.star.container.XChild                       </type>
53    <type> com.sun.star.container.XEnumerationAccess           </type>
54    <type> com.sun.star.container.XHierarchicalNameAccess      </type>
55    <type> com.sun.star.container.XNamed                       </type>
56    <type> com.sun.star.container.XNameContainer               </type>
57    <type> com.sun.star.io.XActiveDataSink                     </type>
58    <type> com.sun.star.io.XOutputStream                       </type>
59    <type> com.sun.star.lang.IllegalAccessException            </type>
60    <type> com.sun.star.lang.XComponent                        </type>
61    <type> com.sun.star.lang.XMultiServiceFactory              </type>
62    <type> com.sun.star.lang.XServiceInfo                      </type>
63    <type> com.sun.star.lang.XSingleServiceFactory             </type>
64    <type> com.sun.star.lang.XTypeProvider                     </type>
65    <type> com.sun.star.registry.XRegistryKey                  </type>
66    <type> com.sun.star.sdbc.XCloseable                        </type>
67    <type> com.sun.star.sdbc.XColumnLocate                     </type>
68    <type> com.sun.star.sdbc.XResultSetMetaDataSupplier        </type>
69    <type> com.sun.star.sdbc.XRow                              </type>
70    <type> com.sun.star.ucb.ContentInfoAttribute               </type>
71    <type> com.sun.star.ucb.InsertCommandArgument              </type>
72    <type> com.sun.star.ucb.InteractiveBadTransferURLException </type>
73    <type> com.sun.star.ucb.MissingInputStreamException        </type>
74    <type> com.sun.star.ucb.NameClash                          </type>
75    <type> com.sun.star.ucb.NameClashException                 </type>
76    <type> com.sun.star.ucb.OpenCommandArgument2               </type>
77    <type> com.sun.star.ucb.OpenMode                           </type>
78    <type> com.sun.star.ucb.ResultSetException                 </type>
79    <type> com.sun.star.ucb.TransferInfo                       </type>
80    <type> com.sun.star.ucb.UnsupportedDataSinkException       </type>
81    <type> com.sun.star.ucb.UnsupportedNameClashException      </type>
82    <type> com.sun.star.ucb.UnsupportedOpenModeException       </type>
83    <type> com.sun.star.ucb.XCommandInfo                       </type>
84    <type> com.sun.star.ucb.XCommandProcessor                  </type>
85    <type> com.sun.star.ucb.XContentAccess                     </type>
86    <type> com.sun.star.ucb.XContentCreator                    </type>
87    <type> com.sun.star.ucb.XContentProvider                   </type>
88    <type> com.sun.star.ucb.XDynamicResultSet                  </type>
89    <type> com.sun.star.ucb.XPersistentPropertySet             </type>
90    <type> com.sun.star.uno.XWeak                              </type>
91    <type> com.sun.star.util.XChangesBatch                     </type>
92</module-description>
93