xref: /AOO42X/main/scripting/source/protocolhandler/protocolhandler.xml (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3*cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
4*cdf0e10cSrcweir    <module-name>   ScriptProtocolHandler   </module-name>
5*cdf0e10cSrcweir    <component-description>
6*cdf0e10cSrcweir        <author> Noel Power</author>
7*cdf0e10cSrcweir        <name>  com.sun.star.frame.ProtocolHandler</name>
8*cdf0e10cSrcweir        <description>
9*cdf0e10cSrcweir    This component is part of the Scripting Framework
10*cdf0e10cSrcweir</description>
11*cdf0e10cSrcweir        <loader-name>   com.sun.star.loader.SharedLibrary   </loader-name>
12*cdf0e10cSrcweir        <language>  c++ </language>
13*cdf0e10cSrcweir        <status value="com"/>
14*cdf0e10cSrcweir        <supported-service>  com.sun.star.frame.ProtocolHandler </supported-service>
15*cdf0e10cSrcweir        <type>  com.sun.star.frame.XDispatchProvider </type>
16*cdf0e10cSrcweir        <type>  com.sun.star.frame.XNotifyingDispatch </type>
17*cdf0e10cSrcweir        <type>  com.sun.star.lang.XServiceInfo </type>
18*cdf0e10cSrcweir        <type>  com.sun.star.lang.XInitialization </type>
19*cdf0e10cSrcweir        <type>  com.sun.star.io.IOException </type>
20*cdf0e10cSrcweir        <type>  com.sun.star.uri.XUriReference </type>
21*cdf0e10cSrcweir        <type>  com.sun.star.uri.XUriReferenceFactory </type>
22*cdf0e10cSrcweir        <type>  com.sun.star.uri.XVndSunStarScriptUrl </type>
23*cdf0e10cSrcweir    </component-description>
24*cdf0e10cSrcweir    <project-build-dependency>  cppuhelper  </project-build-dependency>
25*cdf0e10cSrcweir    <project-build-dependency>  cppu        </project-build-dependency>
26*cdf0e10cSrcweir    <project-build-dependency>  sal         </project-build-dependency>
27*cdf0e10cSrcweir    <runtime-module-dependency> cppuhelper2$(COM)   </runtime-module-dependency>
28*cdf0e10cSrcweir    <runtime-module-dependency> cppu2   </runtime-module-dependency>
29*cdf0e10cSrcweir    <runtime-module-dependency> sal2        </runtime-module-dependency>
30*cdf0e10cSrcweir</module-description>
31