644966cb282c2ebbcdfe3c35362418a6ddabc672
[neutron.git] / transcriber / src / main / resources / org / opendaylight / blueprint / transcriber.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"
7       interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
8       odl:type="default" />
9
10   <service ref="neutronTranscriberProvider"
11     interface="org.opendaylight.neutron.transcriber.NeutronTranscriber"
12     odl:type="default"/>
13
14 </blueprint>