BUG-5280: expose backing client actor reference
[controller.git] / opendaylight / md-sal / sal-dom-config / src / main / yang / opendaylight-md-sal-dom.yang
index a926cc684d6b00dfe702ec939c3ed1bf960780cb..cf21279ff18ce285c4303f9d78cd6a8503f7342f 100644 (file)
@@ -4,10 +4,10 @@ module opendaylight-md-sal-dom {
     prefix "md-sal-dom";
 
     import config { prefix config; revision-date 2013-04-05; }
+
     description
         "Service definition for Binding Aware MD-SAL.";
+
     revision "2013-10-28" {
         description
             "Initial revision";
@@ -21,10 +21,18 @@ module opendaylight-md-sal-dom {
     identity dom-async-data-broker {
         base "config:service-type";
         config:java-class "org.opendaylight.controller.md.sal.dom.api.DOMDataBroker";
+        config:disable-osgi-service-registration;
     }
 
     identity schema-service {
         base "config:service-type";
         config:java-class "org.opendaylight.controller.sal.core.api.model.SchemaService";
+        config:disable-osgi-service-registration;
+    }
+
+    identity yang-text-source-provider {
+        base "config:service-type";
+        config:java-class "org.opendaylight.controller.sal.core.api.model.YangTextSourceProvider";
+        config:disable-osgi-service-registration;
     }
 }
\ No newline at end of file