2015-12-20 22:32:25 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
2016-03-27 22:14:00 +02:00
|
|
|
Copyright (c) 2015-2016 by the respective copyright holders.
|
2015-12-20 22:32:25 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
-->
|
2016-12-22 00:05:12 +01:00
|
|
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.2.0" configuration-policy="optional" immediate="true" modified="modified" name="org.openhab.addons">
|
2015-12-20 22:32:25 +01:00
|
|
|
<implementation class="org.openhab.core.karaf.internal.FeatureInstaller"/>
|
|
|
|
<reference bind="setFeaturesService" cardinality="1..1" interface="org.apache.karaf.features.FeaturesService" name="FeaturesService" policy="static" unbind="unsetFeaturesService"/>
|
2016-04-25 18:16:14 +02:00
|
|
|
<reference bind="setConfigurationAdmin" cardinality="1..1" interface="org.osgi.service.cm.ConfigurationAdmin" name="ConfigurationAdmin" policy="static" unbind="unsetConfigurationAdmin"/>
|
2016-04-14 18:01:03 +02:00
|
|
|
<property name="service.config.description.uri" type="String" value="system:addons"/>
|
2017-01-09 11:09:38 +01:00
|
|
|
<property name="service.config.label" type="String" value="Add-on Management"/>
|
2016-04-14 18:01:03 +02:00
|
|
|
<property name="service.config.category" type="String" value="system"/>
|
2016-04-25 18:16:14 +02:00
|
|
|
<property name="service.pid" type="String" value="org.openhab.addons"/>
|
2016-04-14 18:01:03 +02:00
|
|
|
<service>
|
|
|
|
<provide interface="org.openhab.core.karaf.internal.FeatureInstaller"/>
|
2016-04-25 18:16:14 +02:00
|
|
|
<provide interface="org.osgi.service.cm.ConfigurationListener"/>
|
|
|
|
</service>
|
2016-11-24 20:09:52 +01:00
|
|
|
<reference bind="setEventPublisher" cardinality="1..1" interface="org.eclipse.smarthome.core.events.EventPublisher" name="EventPublisher" policy="static" unbind="unsetEventPublisher"/>
|
2015-12-20 22:32:25 +01:00
|
|
|
</scr:component>
|