mirror of https://github.com/acidanthera/audk.git
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1430 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
987912ad48
commit
5acb4b67f2
|
@ -309,6 +309,7 @@ public class FpdParserTask extends Task {
|
|||
**/
|
||||
public void parseFpdFile(File fpdFile) throws BuildException {
|
||||
this.fpdFile = fpdFile;
|
||||
parseFpdFile();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue