Add missing copyrights
[bgpcep.git] / pcep / topology / cli / src / main / resources / org / opendaylight / blueprint / pcep-cli.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   Copyright (c) 2017 AT&T Intellectual Property. 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
12     <reference id="dataBroker" interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
13                odl:type="pingpong"/>
14
15     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
16         <command name="pcep/node-state">
17             <action class="org.opendaylight.protocol.pcep.cli.PcepStateCommandProvider">
18                 <property name="dataBroker" ref="dataBroker"/>
19             </action>
20         </command>
21     </command-bundle>
22 </blueprint>