mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-11 13:41:53 +01:00
04cfa9cee3
Signed-off-by: Kai Kreuzer <kai@openhab.org>
19 lines
864 B
XML
19 lines
864 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
Copyright (c) 2015-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" name="org.openhab.core.karafextension">
|
|
<implementation class="org.openhab.core.karaf.internal.KarafExtensionService"/>
|
|
<reference bind="setFeaturesService" cardinality="1..1" interface="org.apache.karaf.features.FeaturesService" name="FeaturesService" policy="static" unbind="unsetFeaturesService"/>
|
|
<service>
|
|
<provide interface="org.eclipse.smarthome.core.extension.ExtensionService"/>
|
|
</service>
|
|
</scr:component>
|