blob: 5608fbe6e49c7880d60422076ef1de287c433ee2 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" name="org.apache.sling.testing.mock.osgi.sample.osgiserviceutil.Service1">
<property name="service.ranking" type="Integer" value="100"/>
<service>
<provide interface="org.apache.sling.testing.mock.osgi.sample.osgiserviceutil.ServiceInterface1"/>
</service>
<implementation class="org.apache.sling.testing.mock.osgi.sample.osgiserviceutil.Service1"/>
</scr:component>