9c350acc2b5aea8d7eae106c6aabfe004035321a
[netvirt.git] / sfc / classifier / impl / src / main / resources / OSGI-INF / blueprint / sfc-classifier.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2017 Red Hat, Inc. and others.  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="http://www.osgi.org/xmlns/blueprint/v1.0.0"
10   xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
11   odl:use-default-for-reference-types="true">
12
13   <reference id="dataBroker"
14     interface="org.opendaylight.controller.md.sal.binding.api.DataBroker" />
15
16   <reference id="rpcProviderRegistry"
17     interface="org.opendaylight.controller.sal.binding.api.RpcProviderRegistry" />
18
19   <reference id="iInterfaceManager"
20     interface="org.opendaylight.genius.interfacemanager.interfaces.IInterfaceManager" />
21
22 </blueprint>