Bump versions by x.y.(z+1)
[bgpcep.git] / pcep / auto-bandwidth-extension / src / main / resources / org / opendaylight / blueprint / pcep-auto-bandwidth.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   Copyright (c) 2016 Brocade Communications Systems, 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
12   <odl:clustered-app-config id="autoBandwidthAppConfig"
13       binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.auto.bandwidth.app.config.rev160707.PcepAutoBandwidthAppConfig"/>
14
15   <bean id="autoBandwidthActivator" class="org.opendaylight.protocol.pcep.auto.bandwidth.extension.Activator">
16     <argument>
17       <bean factory-ref="autoBandwidthAppConfig" factory-method="getBandwidthUsageObjectType"/>
18     </argument>
19   </bean>
20
21   <service ref="autoBandwidthActivator" interface="org.opendaylight.protocol.pcep.spi.PCEPExtensionProviderActivator"
22           odl:type="org.opendaylight.protocol.pcep.auto.bandwidth.extension.Activator"/>
23 </blueprint>