dae4aa404f0a9a1dead81f599af8471bf2080e63
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnCompare / mwtnCompare-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="mwtnCompare"/>
9         <property name="url" value="/src/app/mwtnCompare"/>
10         <property name="directory" value="/mwtnCompare"/>
11         <property name="requireJs" value="app/mwtnCompare/mwtnCompare.module"/>
12         <property name="angularJs" value="app.mwtnCompare"/>
13         <property name="cssDependencies">
14             <list>
15                 <value>src/app/mwtnCompare/mwtnCompare-custom.css</value>
16             </list>
17         </property>
18     </bean>
19 </blueprint>