]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/MigrationTools/org/tianocore/migration/ModuleInfo.java
Add MigrationTool.java
[mirror_edk2.git] / Tools / Source / MigrationTools / org / tianocore / migration / ModuleInfo.java
index af1259ed62774241ada1c1ef88bfe974a80a1c26..2f3af0309e9c16b8fda479de182c0eab1d5bfec2 100644 (file)
@@ -33,8 +33,8 @@ public class ModuleInfo {
                moduleScan();\r
        }\r
 \r
-       private static UI ui = null;                            //if MIM is still usefull, this can be given to it\r
-       private static Database db = null;                      //if MIM is still usefull, this can be given to it\r
+       public static UI ui = null;                             //if MIM is still usefull, this can be given to it\r
+       public static Database db = null;                       //if MIM is still usefull, this can be given to it\r
        \r
        public String modulepath = null;\r
        \r
@@ -287,9 +287,10 @@ public class ModuleInfo {
                }\r
                return false;\r
        }\r
-\r
+/*\r
        public static final void main(String[] args) throws Exception {\r
                ui = FirstPanel.init();\r
                db = new Database();\r
        }\r
+       */\r
 }
\ No newline at end of file