Add comments for the inconsistent definition with framework specification.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8798 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
///
|
||||
/// Inconsistent with specification here:
|
||||
/// GUID value format has been changed to the standard guid format.
|
||||
///
|
||||
#define EFI_PEI_FIND_FV_PPI_GUID \
|
||||
{ \
|
||||
0x36164812, 0xa023, 0x44e5, {0xbd, 0x85, 0x5, 0xbf, 0x3c, 0x77, 0x0, 0xaa } \
|
||||
|
@@ -24,6 +24,10 @@
|
||||
|
||||
#include <PiPei.h>
|
||||
|
||||
///
|
||||
/// Inconsistent with specification here:
|
||||
/// GUID marco name has been changed to the consistent PPI GUID macro name.
|
||||
///
|
||||
#define EFI_PEI_RECOVERY_MODULE_PPI_GUID \
|
||||
{ \
|
||||
0xFB6D9542, 0x612D, 0x4f45, {0x87, 0x2F, 0x5C, 0xFF, 0x52, 0xE9, 0x3D, 0xCF } \
|
||||
|
Reference in New Issue
Block a user