summaryrefslogtreecommitdiffstats
path: root/plugins/properties-node/provider/src/main/resources/org/opendaylight/blueprint/properties-node-blueprint.xml
blob: 6e1d48efda9bc7ddf3308808c03f21616cafc154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
           xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
           odl:use-default-for-reference-types="true">

    <bean id="propNodeProvider" class="org.onap.ccsdk.sli.plugins.prop.PropertiesNode" />



    <service ref="propNodeProvider">
        <interfaces>
            <value>org.onap.ccsdk.sli.plugins.prop.PropertiesNode</value>
        </interfaces>
    </service>

</blueprint>