Move BP xml to OSGI-INF
[bgpcep.git] / bgp / extensions / l3vpn / src / main / resources / OSGI-INF / blueprint / bgp-l3vpn.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:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
10            xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
11
12     <bean id="BGPActivator" class="org.opendaylight.protocol.bgp.l3vpn.BGPActivator"/>
13
14     <service ref="BGPActivator" interface="org.opendaylight.protocol.bgp.parser.spi.BGPExtensionProviderActivator"
15              odl:type="org.opendaylight.protocol.bgp.l3vpn.BGPActivator"/>
16
17     <bean id="RIBActivator" class="org.opendaylight.protocol.bgp.l3vpn.RIBActivator"/>
18
19     <service ref="RIBActivator" interface="org.opendaylight.protocol.bgp.rib.spi.RIBExtensionProviderActivator"
20              odl:type="org.opendaylight.protocol.bgp.l3vpn.RIBActivator"/>
21
22     <bean id="TableTypeActivator" class="org.opendaylight.protocol.bgp.l3vpn.TableTypeActivator"/>
23
24     <service ref="TableTypeActivator"
25              interface="org.opendaylight.protocol.bgp.openconfig.spi.BGPTableTypeRegistryProviderActivator"
26              odl:type="org.opendaylight.protocol.bgp.l3vpn.TableTypeActivator"/>
27 </blueprint>