blob: 102ea74ae40e10c7dbc599d33e3b82fb3a7b1f83 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="activate" deactivate="deactivate" name="org.eclipse.osbp.runtime.event.EventBroker">
<implementation class="org.eclipse.osbp.runtime.event.EventBroker"/>
<service>
<provide interface="org.eclipse.osbp.runtime.common.event.IEventBroker"/>
</service>
<reference bind="bindEventAdmin" cardinality="1..1" interface="org.osgi.service.event.EventAdmin" name="EventAdmin" policy="static" unbind="unbindEventAdmin"/>
</scr:component>