Bump for 3.6-28
[LibreOffice.git] / ucb / source / ucp / cmis / ucpcmis.xml
blobb5fa1bbf9b758d4f38cb2dce25678569285c86ea
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--**********************************************************************
3  * Version: MPL 1.1 / GPLv3+ / LGPLv3+
4  *
5  * The contents of this file are subject to the Mozilla Public License Version
6  * 1.1 (the "License"); you may not use this file except in compliance with
7  * the License or as specified alternatively below. You may obtain a copy of
8  * the License at http://www.mozilla.org/MPL/
9  *
10  * Software distributed under the License is distributed on an "AS IS" basis,
11  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12  * for the specific language governing rights and limitations under the
13  * License.
14  *
15  * Major Contributor(s):
16  * [ Copyright (C) 2011 SUSE <cbosdonnat@suse.com> (initial developer) ]
17  *
18  * All Rights Reserved.
19  *
20  * For minor contributions see the git repository.
21  *
22  * Alternatively, the contents of this file may be used under the terms of
23  * either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24  * the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25  * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26  * instead of those above.
27 **********************************************************************-->
28 <!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
29 <module-description xmlns:xlink="http://www.w3.org/1999/xlink">
31     <module-name>
32     ucpcmis
33     </module-name>
35     <component-description>
36         <author>
37             Cédric Bosdonnat
38         </author>
39         <name>
40             com.sun.star.comp.ucb.CmisContentProvider
41         </name>
42         <description>
43         This component implements a Content Provider for the Universal
44             Content Broker. It provides access to contents stored on a
45             CMIS-enabled server.
46         </description>
47         <loader-name>
48             com.sun.star.loader.SharedLibrary
49         </loader-name>
50         <language>
51             c++
52         </language>
53         <status value="final"/>
54         <supported-service>
55             com.sun.star.ucb.CmisContentProvider
56         </supported-service>
58         <service-dependency>
59             com.sun.star.configuration.ConfigurationAccess
60         </service-dependency>
61         <service-dependency>
62             com.sun.star.configuration.ConfigurationProvider
63         </service-dependency>
64     </component-description>
66     <project-build-dependency> external           </project-build-dependency>
67     <project-build-dependency> sal                </project-build-dependency>
68     <project-build-dependency> cppu               </project-build-dependency>
69     <project-build-dependency> cppuhelper         </project-build-dependency>
70     <project-build-dependency> ucbhelper          </project-build-dependency>
72     <runtime-module-dependency> sal3              </runtime-module-dependency>
73     <runtime-module-dependency> cppu3             </runtime-module-dependency>
74     <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency>
75     <runtime-module-dependency> ucbhelper4$(COM)  </runtime-module-dependency>
77     <type> com.sun.star.beans.PropertyAttribute                </type>
78     <type> com.sun.star.beans.PropertyValue                    </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.XNameAccess                  </type>
85     <type> com.sun.star.io.XActiveDataSink                     </type>
86     <type> com.sun.star.io.XInputStream                        </type>
87     <type> com.sun.star.io.XOutputStream                       </type>
88     <type> com.sun.star.io.XSeekable                           </type>
89     <type> com.sun.star.lang.IllegalAccessException            </type>
90     <type> com.sun.star.lang.XComponent                        </type>
91     <type> com.sun.star.lang.XMultiServiceFactory              </type>
92     <type> com.sun.star.lang.XServiceInfo                      </type>
93     <type> com.sun.star.lang.XSingleServiceFactory             </type>
94     <type> com.sun.star.lang.XTypeProvider                     </type>
95     <type> com.sun.star.registry.XRegistryKey                  </type>
96     <type> com.sun.star.sdbc.XCloseable                        </type>
97     <type> com.sun.star.sdbc.XColumnLocate                     </type>
98     <type> com.sun.star.sdbc.XResultSetMetaDataSupplier        </type>
99     <type> com.sun.star.sdbc.XRow                              </type>
100     <type> com.sun.star.ucb.ContentCreationException           </type>
101     <type> com.sun.star.ucb.ContentInfoAttribute               </type>
102     <type> com.sun.star.ucb.InsertCommandArgument              </type>
103     <type> com.sun.star.ucb.MissingInputStreamException        </type>
104     <type> com.sun.star.ucb.MissingPropertiesException         </type>
105     <type> com.sun.star.ucb.NameClash                          </type>
106     <type> com.sun.star.ucb.NameClashException                 </type>
107     <type> com.sun.star.ucb.OpenCommandArgument2               </type>
108     <type> com.sun.star.ucb.OpenMode                           </type>
109     <type> com.sun.star.ucb.PostCommandArgument2               </type>
110     <type> com.sun.star.ucb.RememberAuthentication             </type>
111     <type> com.sun.star.ucb.ResultSetException                 </type>
112     <type> com.sun.star.ucb.TransferInfo                       </type>
113     <type> com.sun.star.ucb.XCommandEnvironment                </type>
114     <type> com.sun.star.ucb.UnsupportedCommandException        </type>
115     <type> com.sun.star.ucb.UnsupportedDataSinkException       </type>
116     <type> com.sun.star.ucb.UnsupportedNameClashException      </type>
117     <type> com.sun.star.ucb.UnsupportedOpenModeException       </type>
118     <type> com.sun.star.ucb.XCommandInfo                       </type>
119     <type> com.sun.star.ucb.XCommandInfoChangeNotifier         </type>
120     <type> com.sun.star.ucb.XCommandProcessor                  </type>
121     <type> com.sun.star.ucb.XContentAccess                     </type>
122     <type> com.sun.star.ucb.XContentProvider                   </type>
123     <type> com.sun.star.ucb.XDynamicResultSet                  </type>
124     <type> com.sun.star.ucb.XPersistentPropertySet             </type>
125     <type> com.sun.star.util.DateTime                          </type>
126 </module-description>