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
4*cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
5*cdf0e10cSrcweir
6*cdf0e10cSrcweir     <module-name> avmedia </module-name>
7*cdf0e10cSrcweir
8*cdf0e10cSrcweir	<component-description>
9*cdf0e10cSrcweir		<author> Andreas Schluens </author>
10*cdf0e10cSrcweir		<name> com.sun.star.comp.framework.SoundHandler </name>
11*cdf0e10cSrcweir		<description>
12*cdf0e10cSrcweir			Implements a handler service to detect and/or play audio files.
13*cdf0e10cSrcweir			supported formats: wav/au
14*cdf0e10cSrcweir		</description>
15*cdf0e10cSrcweir		<loader-name> com.sun.star.loader.SharedLibrary </loader-name>
16*cdf0e10cSrcweir		<language> c++ </language>
17*cdf0e10cSrcweir		<status value="final"/>
18*cdf0e10cSrcweir        <supported-service> com.sun.star.frame.ContentHandler </supported-service>
19*cdf0e10cSrcweir	</component-description>
20*cdf0e10cSrcweir
21*cdf0e10cSrcweir	<project-build-dependency>	cppu		</project-build-dependency>
22*cdf0e10cSrcweir	<project-build-dependency>	cppuhelper	</project-build-dependency>
23*cdf0e10cSrcweir	<project-build-dependency>	vos			</project-build-dependency>
24*cdf0e10cSrcweir	<project-build-dependency>	sal			</project-build-dependency>
25*cdf0e10cSrcweir	<project-build-dependency>	tools		</project-build-dependency>
26*cdf0e10cSrcweir	<project-build-dependency>	svtools		</project-build-dependency>
27*cdf0e10cSrcweir	<project-build-dependency>	toolkit		</project-build-dependency>
28*cdf0e10cSrcweir	<project-build-dependency>	sv			</project-build-dependency>
29*cdf0e10cSrcweir	<project-build-dependency>	comphelper	</project-build-dependency>
30*cdf0e10cSrcweir	<project-build-dependency>	unotools	</project-build-dependency>
31*cdf0e10cSrcweir	<project-build-dependency>	ucbhelper	</project-build-dependency>
32*cdf0e10cSrcweir	<project-build-dependency>	svl			</project-build-dependency>
33*cdf0e10cSrcweir	<project-build-dependency>	sot			</project-build-dependency>
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir	<runtime-module-dependency>	cppu2		</runtime-module-dependency>
36*cdf0e10cSrcweir	<runtime-module-dependency>	cppuhelper	</runtime-module-dependency>
37*cdf0e10cSrcweir	<runtime-module-dependency>	vos2$(COM)	</runtime-module-dependency>
38*cdf0e10cSrcweir	<runtime-module-dependency>	sal2		</runtime-module-dependency>
39*cdf0e10cSrcweir	<runtime-module-dependency>	tl			</runtime-module-dependency>
40*cdf0e10cSrcweir	<runtime-module-dependency>	svt			</runtime-module-dependency>
41*cdf0e10cSrcweir	<runtime-module-dependency>	svl			</runtime-module-dependency>
42*cdf0e10cSrcweir	<runtime-module-dependency>	tk			</runtime-module-dependency>
43*cdf0e10cSrcweir	<runtime-module-dependency>	sv			</runtime-module-dependency>
44*cdf0e10cSrcweir	<runtime-module-dependency>	comphelp2	</runtime-module-dependency>
45*cdf0e10cSrcweir	<runtime-module-dependency>	utl			</runtime-module-dependency>
46*cdf0e10cSrcweir	<runtime-module-dependency>	ucb			</runtime-module-dependency>
47*cdf0e10cSrcweir	<runtime-module-dependency>	sot			</runtime-module-dependency>
48*cdf0e10cSrcweir
49*cdf0e10cSrcweir</module-description>
50