diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-05 09:27:56 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-05 09:27:56 +0000 |
commit | 44a2c2dd0029b39ceee911c6c5dc88e00155c69a (patch) | |
tree | f5aa055add3aeeea4846a398d22d38e3f4d74889 /MdePkg/Include/Protocol/FirmwareVolume2.h | |
parent | 85363c1ee0b8502cd214a5d40171da14f909def0 (diff) | |
download | edk2-44a2c2dd0029b39ceee911c6c5dc88e00155c69a.zip edk2-44a2c2dd0029b39ceee911c6c5dc88e00155c69a.tar.gz edk2-44a2c2dd0029b39ceee911c6c5dc88e00155c69a.tar.bz2 |
Temporarily fix the issue that Tiger cannot boot to OS. Change the GUID of FirmwareVolume2 Protocol, to be the GUID of FirmwareVolume Protocol to provide compatibility for OS.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3778 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/FirmwareVolume2.h')
-rw-r--r-- | MdePkg/Include/Protocol/FirmwareVolume2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/FirmwareVolume2.h b/MdePkg/Include/Protocol/FirmwareVolume2.h index 42ad7e6..e863f58 100644 --- a/MdePkg/Include/Protocol/FirmwareVolume2.h +++ b/MdePkg/Include/Protocol/FirmwareVolume2.h @@ -23,7 +23,7 @@ #define __FIRMWARE_VOLUME2_H__
#define EFI_FIRMWARE_VOLUME2_PROTOCOL_GUID \
- { 0x220e73b6, 0x6bdb, 0x4413, { 0x84, 0x5, 0xb9, 0x74, 0xb1, 0x8, 0x61, 0x9a } }
+ { 0x389F751F, 0x1838, 0x4388, {0x83, 0x90, 0xCD, 0x81, 0x54, 0xBD, 0x27, 0xF8 } }
typedef struct _EFI_FIRMWARE_VOLUME2_PROTOCOL EFI_FIRMWARE_VOLUME2_PROTOCOL;
|