mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-12 22:21:54 +01:00
18 lines
1.0 KiB
XML
18 lines
1.0 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!--
|
||
|
|
||
|
Copyright (c) 2015-2015 Kai Kreuzer and others.
|
||
|
|
||
|
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" configuration-policy="require" immediate="true" name="org.openhab.autoapprove">
|
||
|
<implementation class="org.openhab.core.internal.inbox.AutoApproveService"/>
|
||
|
<reference bind="setInbox" cardinality="1..1" interface="org.eclipse.smarthome.config.discovery.inbox.Inbox" name="Inbox" policy="static" unbind="unsetInbox"/>
|
||
|
<property name="service.pid" type="String" value="org.openhab.autoapprove"/>
|
||
|
<reference bind="setThingSetupManager" cardinality="1..1" interface="org.eclipse.smarthome.core.thing.setup.ThingSetupManager" name="ThingSetupManager" policy="static" unbind="unsetThingSetupManager"/>
|
||
|
</scr:component>
|