mirror of https://github.com/acidanthera/audk.git
Update PEI Apriori Module GUID based on PIWG spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1955 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a85cb24e2b
commit
e799f87fe6
|
@ -105,7 +105,7 @@ public class FpdParserTask extends Task {
|
|||
|
||||
boolean isUnified = true;
|
||||
|
||||
public static String PEI_APRIORI_GUID = "00000000-0000-0000-0000-000000000000";
|
||||
public static String PEI_APRIORI_GUID = "1b45cc0a-156a-428a-af62-49864da0e6e6";
|
||||
|
||||
public static String DXE_APRIORI_GUID = "fc510ee7-ffdc-11d4-bd41-0080c73c8881";
|
||||
|
||||
|
|
Loading…
Reference in New Issue