blob: 647ae45dba88727f24cd92bbde49a3fc0204a850 [file] [log] [blame]
Thomas Vachuskaad37e372017-08-03 12:07:01 -07001<?xml version="1.0" encoding="UTF-8"?>
2<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="PACKAGE.YangModelRegistrator" activate="activate" deactivate="deactivate">
3 <implementation class="PACKAGE.YangModelRegistrator"/>
4 <property name="service.pid" value="PACKAGE.YangModelRegistrator"/>
5 <reference name="modelRegistry" interface="org.onosproject.yang.runtime.YangModelRegistry" cardinality="1..1" policy="static" bind="bindModelRegistry" unbind="unbindModelRegistry"/>
6 <reference name="sourceResolver" interface="org.onosproject.yang.YangClassLoaderRegistry" cardinality="1..1" policy="static" bind="bindSourceResolver" unbind="unbindSourceResolver"/>
7</scr:component>