Move BP xml to OSGI-INF
[bgpcep.git] / bmp / bmp-parser-impl / src / main / resources / OSGI-INF / blueprint / bgp-bmp-parser-ext.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   Copyright (c) 2016 Brocade Communications Systems, Inc. and others.  All rights reserved.
4
5   This program and the accompanying materials are made available under the
6   terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
10            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">
11
12   <reference id="BGPExtensionConsumerContext" interface="org.opendaylight.protocol.bgp.parser.spi.BGPExtensionConsumerContext"/>
13
14   <bean id="bmpActivator" class="org.opendaylight.protocol.bmp.parser.BmpActivator">
15     <argument ref="BGPExtensionConsumerContext"/>
16   </bean>
17
18   <service ref="bmpActivator" interface="org.opendaylight.protocol.bmp.spi.registry.BmpExtensionProviderActivator"
19           odl:type="org.opendaylight.protocol.bmp.parser.BmpActivator"/>
20 </blueprint>