daf5e222a1fcd8c3e6a6f1d9f0fa050f2103f026
[groupbasedpolicy.git] / renderers / vpp / src / main / resources / org / opendaylight / blueprint / vpp-renderer.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            odl:use-default-for-reference-types="true">
5
6     <reference id="dataBroker" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"/>
7     <reference id="broker" interface="org.opendaylight.controller.sal.binding.api.BindingAwareBroker"/>
8
9     <bean id="vppRenderer" class="org.opendaylight.controller.config.yang.config.vpp_provider.impl.GbpVppProviderInstance"
10         destroy-method="close">
11         <argument ref="dataBroker"/>
12         <argument ref="broker"/>
13     </bean>
14 </blueprint>