add auto generated id for mef elements
[unimgr.git] / legato-api / src / main / yang / mef-services.yang
index b0237594ff022a76d1222bc65deb5b42a1b63983..8a23c835f0765b46f4b658d50d48b5524a17ac15 100644 (file)
@@ -1609,11 +1609,16 @@ module mef-services {
         }
       }
       leaf svc-id {
-        type mef-types:retail-svc-id-type;
-        description
-                "The MEF Service ID is a simple key used to " +
-                "distinguish MEF Service Configuration Groups.";
-        reference "[MEF10.3] Section 7.";
+          type mef-types:retail-svc-id-type;
+          description
+                  "The MEF Service ID is a simple key used to " +
+                  "distinguish MEF Service Configuration Groups.";
+          reference "[MEF10.3] Section 7.";
+        }
+      leaf name {
+          type mef-types:identifier45;
+          description
+                  "The MEF Service name.";
       }
       leaf sp-id {
         when "/mef-global:mef-global/mef-global:svc-providers" {