]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/pcd/action/ShowPCDDatabaseAction.java
PCD tools update:
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / pcd / action / ShowPCDDatabaseAction.java
index cd67dd46c945e7114415cca05c03264fde4b006b..8af812347fc448e7ca08e45dc2ea9f888e3125c9 100644 (file)
@@ -93,7 +93,6 @@ public class ShowPCDDatabaseAction extends UIAction {
         //\r
         GlobalData.initInfo("Tools" + File.separator + "Conf" + File.separator + "FrameworkDatabase.db",\r
                             workspacePath);\r
-        GlobalData.getPCDMemoryDBManager().setLogFileName(fpdFilePath + ".PCDMemroyDatabaseLog.txt");\r
 \r
         //\r
         // Collect PCD information.\r
@@ -123,8 +122,10 @@ public class ShowPCDDatabaseAction extends UIAction {
     **/\r
     public static void main(String[] argv) throws UIException {\r
         ShowPCDDatabaseAction showAction = new ShowPCDDatabaseAction();\r
-        showAction.setWorkspacePath(argv[0]);\r
-        showAction.setFPDFilePath(argv[1]);\r
+        //showAction.setWorkspacePath(argv[0]);\r
+        //showAction.setFPDFilePath(argv[1]);\r
+        showAction.setWorkspacePath("M:/tianocore/edk2/trunk/edk2");\r
+        showAction.setFPDFilePath("EdkNt32Pkg/Nt32.fpd");\r
         showAction.execute();\r
     }\r
 }\r