xref: /aoo4110/main/ucbhelper/util/ucbhelper.xml (revision b1cdbd2c)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements.  See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership.  The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License.  You may obtain a copy of the License at
12 *
13 *   http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing,
16 * software distributed under the License is distributed on an
17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18 * KIND, either express or implied.  See the License for the
19 * specific language governing permissions and limitations
20 * under the License.
21 *
22 ***********************************************************-->
23
24
25<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
26
27    <module-name> ucbhelper </module-name>
28
29    <project-build-dependency> sal                </project-build-dependency>
30    <project-build-dependency> salhelper          </project-build-dependency>
31    <project-build-dependency> cppu               </project-build-dependency>
32    <project-build-dependency> cppuhelper         </project-build-dependency>
33
34    <runtime-module-dependency>	sal3		  	  </runtime-module-dependency>
35    <runtime-module-dependency>	salhelper3$(COM)  </runtime-module-dependency>
36    <runtime-module-dependency>	cppu3		  	  </runtime-module-dependency>
37    <runtime-module-dependency>	cppuhelper3$(COM) </runtime-module-dependency>
38
39    <service-dependency>
40	com.sun.star.configuration.ConfigurationAccess
41    </service-dependency>
42    <service-dependency>
43        com.sun.star.configuration.ConfigurationProvider
44    </service-dependency>
45    <service-dependency>
46	com.sun.star.script.Converter
47    </service-dependency>
48    <service-dependency>
49	com.sun.star.ucb.CachedDynamicResultSetStubFactory
50    </service-dependency>
51    <service-dependency>
52        com.sun.star.ucb.ContentProviderProxyFactory
53    </service-dependency>
54    <service-dependency>
55        com.sun.star.ucb.PropertiesManager
56    </service-dependency>
57    <service-dependency>
58	com.sun.star.ucb.Store
59    </service-dependency>
60    <service-dependency>
61        com.sun.star.ucb.UniversalContentBroker
62    </service-dependency>
63
64    <type> com.sun.star.beans.PropertyAttribute                </type>
65    <type> com.sun.star.beans.PropertySetInfoChange            </type>
66    <type> com.sun.star.beans.PropertyValue                    </type>
67    <type> com.sun.star.beans.XPropertiesChangeNotifier        </type>
68    <type> com.sun.star.beans.XPropertyAccess                  </type>
69    <type> com.sun.star.beans.XPropertyContainer               </type>
70    <type> com.sun.star.beans.XPropertySetInfo                 </type>
71    <type> com.sun.star.beans.XPropertySetInfoChangeNotifier   </type>
72    <type> com.sun.star.container.XChild                       </type>
73    <type> com.sun.star.container.XHierarchicalNameAccess      </type>
74    <type> com.sun.star.container.XNameAccess                  </type>
75    <type> com.sun.star.container.XNamed                       </type>
76    <type> com.sun.star.io.XActiveDataSink                     </type>
77    <type> com.sun.star.lang.XMultiServiceFactory              </type>
78    <type> com.sun.star.lang.XSingleServiceFactory             </type>
79    <type> com.sun.star.lang.XServiceInfo                      </type>
80    <type> com.sun.star.lang.XTypeProvider                     </type>
81    <type> com.sun.star.registry.XRegistryKey                  </type>
82    <type> com.sun.star.script.XTypeConverter                  </type>
83    <type> com.sun.star.sdbc.ColumnValue                       </type>
84    <type> com.sun.star.sdbc.DataType                          </type>
85    <type> com.sun.star.sdbc.XCloseable                        </type>
86    <type> com.sun.star.sdbc.XColumnLocate                     </type>
87    <type> com.sun.star.sdbc.XResultSetMetaData                </type>
88    <type> com.sun.star.sdbc.XResultSetMetaDataSupplier        </type>
89    <type> com.sun.star.sdbc.XRow                              </type>
90    <type> com.sun.star.task.XInteractionAbort                 </type>
91    <type> com.sun.star.task.XInteractionApprove               </type>
92    <type> com.sun.star.task.XInteractionDisapprove            </type>
93    <type> com.sun.star.task.XInteractionHandler               </type>
94    <type> com.sun.star.task.XInteractionRequest               </type>
95    <type> com.sun.star.task.XInteractionRetry                 </type>
96    <type> com.sun.star.ucb.AuthenticationRequest              </type>
97    <type> com.sun.star.ucb.CommandFailedException             </type>
98    <type> com.sun.star.ucb.CommandInfoChange                  </type>
99    <type> com.sun.star.ucb.ContentAction                      </type>
100    <type> com.sun.star.ucb.ContentCreationError               </type>
101    <type> com.sun.star.ucb.ContentCreationException           </type>
102    <type> com.sun.star.ucb.GlobalTransferCommandArgument      </type>
103    <type> com.sun.star.ucb.InsertCommandArgument              </type>
104    <type> com.sun.star.ucb.InteractiveAugmentedIOException    </type>
105    <type> com.sun.star.ucb.InteractiveIOException             </type>
106    <type> com.sun.star.ucb.ListActionType                     </type>
107    <type> com.sun.star.ucb.NameClash                          </type>
108    <type> com.sun.star.ucb.NameClashResolveRequest            </type>
109    <type> com.sun.star.ucb.OpenCommandArgument2               </type>
110    <type> com.sun.star.ucb.OpenMode                           </type>
111    <type> com.sun.star.ucb.ResultSetException                 </type>
112    <type> com.sun.star.ucb.WelcomeDynamicResultSetStruct      </type>
113    <type> com.sun.star.ucb.XCachedDynamicResultSetStubFactory </type>
114    <type> com.sun.star.ucb.XCommandEnvironment                </type>
115    <type> com.sun.star.ucb.XCommandInfo                       </type>
116    <type> com.sun.star.ucb.XCommandInfoChangeNotifier         </type>
117    <type> com.sun.star.ucb.XCommandProcessor                  </type>
118    <type> com.sun.star.ucb.XContentAccess                     </type>
119    <type> com.sun.star.ucb.XContentCreator                    </type>
120    <type> com.sun.star.ucb.XContentIdentifierFactory          </type>
121    <type> com.sun.star.ucb.XContentProvider                   </type>
122    <type> com.sun.star.ucb.XContentProviderFactory            </type>
123    <type> com.sun.star.ucb.XContentProviderManager            </type>
124    <type> com.sun.star.ucb.XDynamicResultSet                  </type>
125    <type> com.sun.star.ucb.XFileIdentifierConverter           </type>
126    <type> com.sun.star.ucb.XInteractionReplaceExistingData    </type>
127    <type> com.sun.star.ucb.XInteractionSupplyAuthentication   </type>
128    <type> com.sun.star.ucb.XInteractionSupplyName             </type>
129    <type> com.sun.star.ucb.XParameterizedContentProvider      </type>
130    <type> com.sun.star.ucb.XPropertySetRegistryFactory        </type>
131    <type> com.sun.star.ucb.XSourceInitialization              </type>
132    <type> com.sun.star.uno.RuntimeException                   </type>
133    <type> com.sun.star.uno.XWeak                              </type>
134    <type> com.sun.star.util.XChangesListener                  </type>
135    <type> com.sun.star.util.XChangesNotifier                  </type>
136</module-description>
137