Add SDN-R odlux performance
[ccsdk/features.git] / sdnr / wt / odlux / apps / performanceHistoryApp / src2 / main / resources / OSGI-INF / blueprint / blueprint.xml
1 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
2     <reference id="loadersvc" availability="mandatory" activation="eager" interface="org.onap.ccsdk.features.sdnr.wt.odlux.model.bundles.OdluxBundleLoader"/>
3
4     <bean id="bundle" init-method="initialize" destroy-method="clean" class="org.onap.ccsdk.features.sdnr.wt.odlux.bundles.MyOdluxBundle">
5         <property name="loader" ref="loadersvc"/>
6         <property name="bundleName" value="performanceHistoryApp"/>
7         <property name="index" value="55"/>
8     </bean>
9 </blueprint>