]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/autogen/AutoGen.java
PCD tools update:
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / autogen / AutoGen.java
index f1e9c5b4ec258c37ca1d9c4676aad4522a14f4a1..62bb4c6b59d5a302d902495386f0eba78d775ecb 100644 (file)
@@ -408,8 +408,14 @@ public class AutoGen {
         // isPCDEmulatedDriver parameter will be removed.\r
         //\r
         try {\r
-            this.myPcdAutogen = new PCDAutoGenAction(baseName, \r
-                                                     baseName.equalsIgnoreCase("PcdEmulatorPeim"));\r
+            this.myPcdAutogen = new PCDAutoGenAction(baseName,\r
+                                                     null,\r
+                                                     null,\r
+                                                     null,\r
+                                                     this.arch,\r
+                                                     null,\r
+                                                     baseName.equalsIgnoreCase("PcdEmulatorPeim"),\r
+                                                     false);\r
             this.myPcdAutogen.execute();\r
         } catch (Exception e) {\r
             throw new BuildException("PCD Autogen failed:" + e.getMessage());\r
@@ -543,8 +549,14 @@ public class AutoGen {
         // isPCDEmulatedDriver parameter will be removed.\r
         //\r
         try {\r
-            this.myPcdAutogen = new PCDAutoGenAction(baseName, baseName\r
-                    .equalsIgnoreCase("PcdEmulatorPeim"));\r
+            this.myPcdAutogen = new PCDAutoGenAction(baseName, \r
+                                                     null,\r
+                                                     null,\r
+                                                     null,\r
+                                                     this.arch,\r
+                                                     null,\r
+                                                     baseName.equalsIgnoreCase("PcdEmulatorPeim"), \r
+                                                     true);\r
             this.myPcdAutogen.execute();\r
         } catch (Exception e) {\r
             throw new BuildException(e.getMessage());\r