d746e944d471f093f21fc38f53cacfac89907e82
[unimgr.git] / netvirt / src / main / resources / org / opendaylight / blueprint / netvirt-driver.xml
1 <!-- Copyright (c) 2016 Hewlett Packard Enterprise, Co. and others. All rights 
2   reserved. This program and the accompanying materials are made available 
3   under the terms of the Eclipse Public License v1.0 which accompanies this 
4   distribution, and is available at http://www.eclipse.org/legal/epl-v10.html -->
5 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
6   xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
7   odl:use-default-for-reference-types="true">
8
9   <reference id="dataBroker"
10     interface="org.opendaylight.controller.md.sal.binding.api.DataBroker" />
11
12   <bean class="org.opendaylight.unimgr.mef.netvirt.EvcListener">
13     <argument index="0" ref="dataBroker" />
14   </bean>
15
16   <bean class="org.opendaylight.unimgr.mef.netvirt.NodeConnectorListener">
17     <argument index="0" ref="dataBroker" />
18   </bean>
19   <bean class="org.opendaylight.unimgr.mef.netvirt.ElanListener">
20     <argument index="0" ref="dataBroker" />
21   </bean>
22   <bean class="org.opendaylight.unimgr.mef.netvirt.ElanInterfaceListener">
23     <argument index="0" ref="dataBroker" />
24   </bean>
25 </blueprint>