Code changes for Neon
[ccsdk/sli/plugins.git] / properties-node / provider / src / main / resources / OSGI-INF / blueprint / properties-node-blueprint.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
3            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
4            odl:use-default-for-reference-types="true">
5
6     <bean id="propNodeProvider" class="org.onap.ccsdk.sli.plugins.prop.PropertiesNode" />
7
8
9
10     <service ref="propNodeProvider">
11         <interfaces>
12             <value>org.onap.ccsdk.sli.plugins.prop.PropertiesNode</value>
13         </interfaces>
14     </service>
15
16 </blueprint>