Bug 8326 - Split out OsgiBundleScanningSchemaService
[mdsal.git] / dom / mdsal-dom-schema-service-osgi / src / main / resources / org / opendaylight / blueprint / dom-osgi-schema-service.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
3            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
4            xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0">
5
6   <bean id="osgiBundleScanningSchema" class="org.opendaylight.mdsal.dom.schema.service.osgi.OsgiBundleScanningSchemaService" factory-method="createInstance" destroy-method="close">
7     <argument ref="blueprintBundleContext" />
8   </bean>
9
10   <service ref="osgiBundleScanningSchema" interface="org.opendaylight.mdsal.dom.api.DOMSchemaService" odl:type="default" />
11
12 </blueprint>