]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/MigrationTools/org/tianocore/migration/ModuleInfo.java
new temp schema
[mirror_edk2.git] / Tools / Source / MigrationTools / org / tianocore / migration / ModuleInfo.java
index 912e31ced9fdf4eea8ac839ca20e3f37d07fe470..0799bf5c3492766c987159ecf79ac83fa3004f4e 100644 (file)
@@ -22,9 +22,11 @@ information and all the temporary data.
 public final class ModuleInfo {\r
     ModuleInfo(String modulepath) throws Exception {\r
         this.modulepath = modulepath;\r
+        this.temppath = MigrationTool.getTempDir(this.modulepath);\r
     }\r
 \r
     public final String modulepath;\r
+    public final String temppath;\r
     \r
     public String modulename = null;\r
     public String guidvalue = null;\r