]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/MigrationTools/org/tianocore/migration/ModuleInfo.java
add .. support
[mirror_edk2.git] / Tools / Source / MigrationTools / org / tianocore / migration / ModuleInfo.java
index 791ccd23fa720538779255d1202d2ef6cca1b17a..912e31ced9fdf4eea8ac839ca20e3f37d07fe470 100644 (file)
@@ -34,6 +34,8 @@ public final class ModuleInfo {
     public final Set<String> localmodulesources = new HashSet<String>();        //contains both .c and .h\r
     public final Set<String> preprocessedccodes = new HashSet<String>();\r
     public final Set<String> msaorinf = new HashSet<String>();                //only a little, hash may be too big for this\r
+    public final Set<String> infincludes = new HashSet<String>();\r
+    public final Set<String> infsources = new HashSet<String>();\r
     \r
     public final Set<String> hashfuncc = new HashSet<String>();\r
     public final Set<String> hashfuncd = new HashSet<String>();\r