0b01c28a0c5f760f347c4d6e25a8892e112ff136
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / route / impl / src / main / resources / org / opendaylight / blueprint / impl-blueprint.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2017 ZTE and others. All rights reserved.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
11            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
12            odl:use-default-for-reference-types="true">
13
14     <reference id="dataBroker"
15                interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
16                odl:type="default"/>
17     <reference id="rpcRegistry" interface="org.opendaylight.controller.sal.binding.api.RpcProviderRegistry"/>
18     <reference id="mountService" interface="org.opendaylight.controller.md.sal.binding.api.MountPointService"/>
19
20     <bean id="provider"
21           class="com.highstreet.technologies.odl.app.impl.RouteProvider"
22           init-method="init" destroy-method="close">
23         <argument ref="dataBroker"/>
24         <argument ref="rpcRegistry"/>
25         <argument ref="mountService"/>
26     </bean>
27
28 </blueprint>