Expose yang source provider into config subsystem
[controller.git] / opendaylight / md-sal / sal-dom-config / src / main / yang / opendaylight-md-sal-dom.yang
index a926cc684d6b00dfe702ec939c3ed1bf960780cb..db62d04eaab05873c2e211b01b1bc1fa8129bee3 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";
@@ -27,4 +27,9 @@ module opendaylight-md-sal-dom {
         base "config:service-type";
         config:java-class "org.opendaylight.controller.sal.core.api.model.SchemaService";
     }
+
+    identity yang-text-source-provider {
+        base "config:service-type";
+        config:java-class "org.opendaylight.controller.sal.core.api.model.YangTextSourceProvider";
+    }
 }
\ No newline at end of file