Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnCommons / mwtnCommons-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="mwtnCommons"/>
9                 <property name="url" value="/src/app/mwtnCommons"/>
10                 <property name="directory" value="/mwtnCommons"/>
11                 <property name="requireJs" value="app/mwtnCommons/mwtnCommons.module"/>
12                 <property name="angularJs" value="app.mwtnCommons"/>
13                 <property name="cssDependencies">
14                         <list>
15                                 <value>src/app/mwtnCommons/mwtnCommons-custom.css</value>
16                                 <value>src/app/mwtnCommons/bower_components/font-awesome/css/font-awesome.css</value>
17                                 <value>src/app/mwtnCommons/bower_components/angular-ui-grid/ui-grid.min.css</value>
18                                 <value>src/app/mwtnCommons/bower_components/json-formatter/dist/json-formatter.min.css</value>
19 <!--                            <value>src/app/mwtnCommons/bower_components/angular-bootstrap/ui-bootstrap-csp.css</value>  -->
20                         </list>
21                 </property>
22         </bean>
23 </blueprint>