Add blueprint XML for bgp-parser-spi
[bgpcep.git] / bgp / parser-impl / src / main / resources / org / opendaylight / blueprint / bgp-parser.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
5   <bean id="BGPActivator" class="org.opendaylight.protocol.bgp.parser.impl.BGPActivator"/>
6
7   <service ref="BGPActivator" interface="org.opendaylight.protocol.bgp.parser.spi.BGPExtensionProviderActivator"
8           odl:type="org.opendaylight.protocol.bgp.parser.impl.BGPActivator"/>
9 </blueprint>