mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-14 22:51:01 +01:00
18 lines
661 B
XML
18 lines
661 B
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" name="org.openhab.ui.iconset.classic">
|
||
|
<implementation class="org.openhab.ui.iconset.classic.internal.ClassicIconProvider"/>
|
||
|
<service>
|
||
|
<provide interface="org.eclipse.smarthome.ui.icon.IconProvider"/>
|
||
|
</service>
|
||
|
</scr:component>
|