]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/MigrationTools/org/tianocore/migration/Guid.java
enhance ModuleInfo.java
[mirror_edk2.git] / Tools / Source / MigrationTools / org / tianocore / migration / Guid.java
index 8152e7bbd4d622b5f4a5806600f58750b1b8a8bb..e6fd4c3526193156a131ce84bebcc9aa99d8014f 100644 (file)
@@ -48,11 +48,11 @@ public class Guid {
         if (MigrationTool.db.hasGuid(temp)) {        // only changed guids registered, because both changed and not changed guids are included in database\r
             type = MigrationTool.db.getGuidType(temp);\r
             if (type.matches("Protocol")) {\r
-                mi.protocol.add(temp);\r
+                mi.protocols.add(temp);\r
             } else if (type.matches("Ppi")) {\r
-                mi.ppi.add(temp);\r
+                mi.ppis.add(temp);\r
             } else if (type.matches("Guid")) {\r
-                mi.guid.add(temp);\r
+                mi.guids.add(temp);\r
             }\r
             return temp;\r
         }\r