2015-01-06 17:14:16 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-10-22 00:02:58 +02:00
|
|
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="com.minres.scviewer.database.loader">
|
|
|
|
<implementation class="com.minres.scviewer.database.internal.WaveformDb"/>
|
2021-11-15 10:52:59 +01:00
|
|
|
<reference bind="bind" cardinality="1..n" interface="com.minres.scviewer.database.IWaveformDbLoaderFactory" name="IWaveformDbLoaderFactory" policy="dynamic" unbind="unbind"/>
|
2015-02-04 16:20:59 +01:00
|
|
|
</scr:component>
|