aboutsummaryrefslogtreecommitdiffstats
path: root/dblib/provider/src/main/resources/org/opendaylight/blueprint/dblib-blueprint.xml
blob: ee3e0f0338994ea6fe0bcd0ee06b191d11a1dc82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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="provider" class="org.onap.ccsdk.sli.core.dblib.DBLIBResourceProvider" />

    <bean id="dbResourceManager" class="org.onap.ccsdk.sli.core.dblib.DBResourceManager">
        <argument ref="provider" />
    </bean>
    <service ref="dbResourceManager" interface="org.onap.ccsdk.sli.core.dblib.DbLibService" />

</blueprint>