added public getToolsDefArchNames which will return a space separated string of architectures defined in the tools definition file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1603 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch 2006-09-22 16:10:52 +00:00
parent 2ee91a39f1
commit b8d0bba047
1 changed files with 4 additions and 0 deletions

View File

@ -143,6 +143,10 @@ public class ToolChainId {
return toolCommandCodes;
}
public String getToolsDefArchNames() {
return toolsDefArchNames;
}
private void readTargetTxtFile() {
File tFile = new File(strTargetFile);