Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnPerformanceCurrent / mwtnPerformanceCurrent-bundle / src / main / resources / OSGI-INF / blueprint / blueprint.xml
1 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
2     <reference id="httpService" availability="mandatory" activation="eager" interface="org.osgi.service.http.HttpService"/>
3     <reference id="loader" availability="mandatory" activation="eager" interface="org.opendaylight.dlux.loader.DluxModuleLoader"/>
4
5     <bean id="bundle" init-method="initialize" destroy-method="clean" class="org.opendaylight.dlux.loader.DluxModule">
6         <property name="httpService" ref="httpService"/>
7         <property name="loader" ref="loader"/>
8         <property name="moduleName" value="mwtnPerformanceCurrent"/>
9         <property name="url" value="/src/app/mwtnPerformanceCurrent"/>
10         <property name="directory" value="/mwtnPerformanceCurrent"/>
11         <property name="requireJs" value="app/mwtnPerformanceCurrent/mwtnPerformanceCurrent.module"/>
12         <property name="angularJs" value="app.mwtnPerformanceCurrent"/>
13         <property name="cssDependencies">
14             <list>
15                 <value>src/app/mwtnPerformanceCurrent/mwtnPerformanceCurrent-custom.css</value>
16             </list>
17         </property>
18     </bean>
19 </blueprint>