]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/MigrationTools/org/tianocore/migration/ModuleInfo.java
Enhance recognizing Macro/Type defined in Library.
[mirror_edk2.git] / Tools / Source / MigrationTools / org / tianocore / migration / ModuleInfo.java
index 19c0dfedd11c1edd205e99919ff802d48a627881..791ccd23fa720538779255d1202d2ef6cca1b17a 100644 (file)
@@ -41,6 +41,7 @@ public final class ModuleInfo {
     public final Set<String> hashnonlocalmacro = new HashSet<String>();\r
     public final Set<String> hashEFIcall = new HashSet<String>();\r
     public final Set<String> hashr8only = new HashSet<String>();\r
+    public final Set<String> hashmacro = new HashSet<String>();\r
     \r
     public final Set<String> hashrequiredr9libs = new HashSet<String>();    // hashrequiredr9libs is now all added in SourceFileReplacer \r
     public final Set<String> guid = new HashSet<String>();\r