All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.Display.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="Display">
   <implementation class="com.googlecode.refit.osgi.eg.music.fixtures.Display"/>
   <reference bind="setMusicLibrary" cardinality="1..1" interface="com.googlecode.refit.osgi.eg.music.MusicLibrary" name="MusicLibrary" policy="static"/>
   <service>
      <provide interface="fit.Fixture"/>
      <provide interface="com.googlecode.refit.osgi.eg.music.fixtures.Display"/>
   </service>
</scr:component>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy