7dfdc4d35428cf34cf73f6d4dd2acee33437214e
[ccsdk/features.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  ===================================================================
5  Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
6  ===================================================================
7
8  Unless otherwise specified, all software contained herein is licensed
9  under the Apache License, Version 2.0 (the â€œLicenseâ€\9d);
10  you may not use this software except in compliance with the License.
11  You may obtain a copy of the License at
12
13              http://www.apache.org/licenses/LICENSE-2.0
14
15  Unless required by applicable law or agreed to in writing, software
16  distributed under the License is distributed on an "AS IS" BASIS,
17  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  See the License for the specific language governing permissions and
19  limitations under the License.
20
21 -->
22 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
23   xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
24   odl:use-default-for-reference-types="true">
25
26   <reference id="dataBroker"
27     interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
28     odl:type="default" />
29
30   <bean id="provider"
31 <<<<<<< HEAD
32     class="org.onap.sdnc.northbound.sdnr.impl.EnergysavingsProvider"
33 =======
34     class="org.onap.ccsdk.features.sdnr.northbound.EnergysavingsProvider"
35 >>>>>>> 4a0fb45... Rename package to new ccsdk/features repo
36     init-method="init" destroy-method="close">
37     <argument ref="dataBroker" />
38   </bean>
39
40 </blueprint>