Bump versions by x.y.(z+1)
[bgpcep.git] / bgp / openconfig-rp-impl / src / main / resources / org / opendaylight / blueprint / bgp-openconfig-routing-policy-impl.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ~  Copyright (c) 2018. AT&T Intellectual Property. 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     <reference id="dataBroker" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
12                odl:type="pingpong"/>
13
14     <reference id="statementRegistry"
15                interface="org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.registry.StatementRegistryConsumer"/>
16
17     <bean id="BGPRibRoutingPolicyFactory"
18           class="org.opendaylight.protocol.bgp.openconfig.routing.policy.impl.BGPRibRoutingPolicyFactoryImpl">
19         <argument ref="dataBroker"/>
20         <argument ref="statementRegistry"/>
21     </bean>
22
23     <service ref="BGPRibRoutingPolicyFactory"
24              interface="org.opendaylight.protocol.bgp.openconfig.routing.policy.spi.BGPRibRoutingPolicyFactory"/>
25 </blueprint>