]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/toolchain/ToolChainId.java
added public getToolsDefArchNames which will return a space separated string of archi...
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / toolchain / ToolChainId.java
index 992bd2f753571646dad0fb42d15ce55181b69dc0..f92f73e68eaba5e9badb98c2433e2b043eb7d57d 100644 (file)
@@ -143,6 +143,10 @@ public class ToolChainId {
         return toolCommandCodes;
     }
     
+    public String getToolsDefArchNames() {
+        return toolsDefArchNames;
+    }
+    
     private void readTargetTxtFile() {
         File tFile = new File(strTargetFile);