Bump versions by x.y.(z+1)
[bgpcep.git] / pcep / ietf-p2mp-te-lsp / src / main / resources / org / opendaylight / blueprint / pcep-p2mp-te-lsp.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2018 AT&T Intellectual Property.
4   ~ All rights reserved.
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:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
10            xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
11     <odl:clustered-app-config id="p2mpTeLspConfig"
12         binding-class="org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.p2mp.te.lsp.config.rev181109.PcepP2mpTeLspConfig"/>
13
14     <!-- Capabilities -->
15     <bean id="p2mpTeLspCapability" class="org.opendaylight.protocol.pcep.p2mp.te.lsp.P2MPTeLspCapability">
16         <argument>
17             <bean factory-ref="p2mpTeLspConfig" factory-method="isPathComputationCapable"/>
18         </argument>
19     </bean>
20
21     <service ref="p2mpTeLspCapability" interface="org.opendaylight.protocol.pcep.PCEPCapability"
22              odl:type="org.opendaylight.protocol.pcep.p2mp.te.lsp.P2MPTeLspCapability"/>
23
24     <bean id="p2mpTeLspActivator" class="org.opendaylight.protocol.pcep.p2mp.te.lsp.Activator"/>
25
26     <service ref="p2mpTeLspActivator" interface="org.opendaylight.protocol.pcep.spi.PCEPExtensionProviderActivator"
27              odl:type="org.opendaylight.protocol.pcep.p2mp.te.lsp.Activator"/>
28 </blueprint>