mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-13 06:31:01 +01:00
7087ea3582
Remove the old audio action as all features should now be covered through ESH itself. Signed-off-by: Kai Kreuzer <kai@openhab.org>
17 lines
705 B
XML
17 lines
705 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
Copyright (c) 2014-2016 by the respective copyright holders.
|
|
All rights reserved. This program and the accompanying materials
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
which accompanies this distribution, and is available at
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
-->
|
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.eclipse.smarthome.io.audio.enhancedjavasound">
|
|
<implementation class="org.openhab.io.sound.internal.EnhancedJavaSoundAudioSink"/>
|
|
<service>
|
|
<provide interface="org.eclipse.smarthome.core.audio.AudioSink"/>
|
|
</service>
|
|
</scr:component>
|