]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/MigrationTools/org/tianocore/migration/Guid.java
remove MigrationTools.java
[mirror_edk2.git] / Tools / Source / MigrationTools / org / tianocore / migration / Guid.java
index ed6a7a77f22796827e301c3622abcb7c9cd738ff..61fa2c44b9d4ef65848ba6915c974086fd2a9c5a 100644 (file)
@@ -45,8 +45,8 @@ public class Guid {
                String temp = null;\r
                \r
                temp = mtr.group();\r
-               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 (ModuleInfo.db.hasGuid(temp)) {              // only changed guids registered, because both changed and not changed guids are included in database\r
+                       type = ModuleInfo.db.getGuidType(temp);\r
                        if (type.matches("Protocol")) {\r
                                mi.protocol.add(temp);\r
                        } else if (type.matches("Ppi")) {\r