blob: 86a235fe17ae3dc534a045a11fd0d207d8ee6f05 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" enabled="true" name="com.mycorp.examples.timeservice.consumer.ds">
<implementation class="com.mycorp.examples.timeservice.consumer.ds.TimeServiceComponent"/>
<reference bind="bindTimeService" cardinality="1..1" interface="com.mycorp.examples.timeservice.ITimeService" name="ITimeService" policy="dynamic" unbind="unbindTimeService"/>
</scr:component>