1*ae77b8caSAriel Constenla-Haile<?xml version="1.0" encoding="UTF-8"?>
2*ae77b8caSAriel Constenla-Haile<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3*ae77b8caSAriel Constenla-Haile<!--***********************************************************
4*ae77b8caSAriel Constenla-Haile *
5*ae77b8caSAriel Constenla-Haile * Licensed to the Apache Software Foundation (ASF) under one
6*ae77b8caSAriel Constenla-Haile * or more contributor license agreements.  See the NOTICE file
7*ae77b8caSAriel Constenla-Haile * distributed with this work for additional information
8*ae77b8caSAriel Constenla-Haile * regarding copyright ownership.  The ASF licenses this file
9*ae77b8caSAriel Constenla-Haile * to you under the Apache License, Version 2.0 (the
10*ae77b8caSAriel Constenla-Haile * "License"); you may not use this file except in compliance
11*ae77b8caSAriel Constenla-Haile * with the License.  You may obtain a copy of the License at
12*ae77b8caSAriel Constenla-Haile *
13*ae77b8caSAriel Constenla-Haile *   http://www.apache.org/licenses/LICENSE-2.0
14*ae77b8caSAriel Constenla-Haile *
15*ae77b8caSAriel Constenla-Haile * Unless required by applicable law or agreed to in writing,
16*ae77b8caSAriel Constenla-Haile * software distributed under the License is distributed on an
17*ae77b8caSAriel Constenla-Haile * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18*ae77b8caSAriel Constenla-Haile * KIND, either express or implied.  See the License for the
19*ae77b8caSAriel Constenla-Haile * specific language governing permissions and limitations
20*ae77b8caSAriel Constenla-Haile * under the License.
21*ae77b8caSAriel Constenla-Haile *
22*ae77b8caSAriel Constenla-Haile ***********************************************************-->
23*ae77b8caSAriel Constenla-Haile
24*ae77b8caSAriel Constenla-Haile<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
25*ae77b8caSAriel Constenla-Haile    <module-name>sysmail</module-name>
26*ae77b8caSAriel Constenla-Haile    <component-description>
27*ae77b8caSAriel Constenla-Haile        <author>Tino Rachui</author>
28*ae77b8caSAriel Constenla-Haile        <name>com.sun.star.comp.system.win.SystemMailProvider</name>
29*ae77b8caSAriel Constenla-Haile        <description>The win32 implementation of a SystemMailProvider service.</description>
30*ae77b8caSAriel Constenla-Haile        <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
31*ae77b8caSAriel Constenla-Haile        <language>c++</language>
32*ae77b8caSAriel Constenla-Haile        <status value="beta"/>
33*ae77b8caSAriel Constenla-Haile        <supported-service>com.sun.star.system.SystemMailProvider</supported-service>
34*ae77b8caSAriel Constenla-Haile        <service-dependency>...</service-dependency>
35*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.system.XMailClient</type>
36*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.system.XSystemMailProvider</type>
37*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.system.XMailMessage</type>
38*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.system.MailClientFlags</type>
39*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.lang.XMultiServiceFactory</type>
40*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.lang.XSingleServiceFactory</type>
41*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.lang.XServiceInfo</type>
42*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.lang.XTypeProvider</type>
43*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.lang.IllegalArgumentException</type>
44*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.uno.TypeClass</type>
45*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.uno.XWeak</type>
46*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.uno.XAggregation</type>
47*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.registry.XRegistryKey</type>
48*ae77b8caSAriel Constenla-Haile        <type>com.sun.star.container.XSet</type>
49*ae77b8caSAriel Constenla-Haile    </component-description>
50*ae77b8caSAriel Constenla-Haile    <project-build-dependency>cppuhelper</project-build-dependency>
51*ae77b8caSAriel Constenla-Haile    <project-build-dependency>cppu</project-build-dependency>
52*ae77b8caSAriel Constenla-Haile    <project-build-dependency>sal</project-build-dependency>
53*ae77b8caSAriel Constenla-Haile    <runtime-module-dependency>cppuhelper</runtime-module-dependency>
54*ae77b8caSAriel Constenla-Haile    <runtime-module-dependency>cppu2</runtime-module-dependency>
55*ae77b8caSAriel Constenla-Haile    <runtime-module-dependency>sal2</runtime-module-dependency>
56*ae77b8caSAriel Constenla-Haile</module-description>
57