mirror of https://github.com/acidanthera/audk.git
Sync the HII GUID with EDK I code base. Please take note: This GUID is not the same with the one listed in Framework HII Spec 0.92. The HII protocol interface have changed from the one defined in Framework HII spec 0.92. Ergo the HII protocol GUID is updated to reflect the change.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2535 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4825e9d87d
commit
8d7538351f
|
@ -3,7 +3,7 @@
|
|||
be used by resources which want to publish IFR/Font/String data and have it
|
||||
collected by the Configuration engine.
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
Copyright (c) 2006 - 2007, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
#define EFI_HII_PROTOCOL_GUID \
|
||||
{ \
|
||||
0xea816d2c, 0xcee5, 0x4f02, {0x99, 0xb5, 0xd3, 0x90, 0x5c, 0xbb, 0xd0, 0x77 } \
|
||||
0xd7ad636e, 0xb997, 0x459b, {0xbf, 0x3f, 0x88, 0x46, 0x89, 0x79, 0x80, 0xe1} \
|
||||
}
|
||||
|
||||
// BugBug:
|
||||
|
|
|
@ -1620,7 +1620,7 @@
|
|||
</Entry>
|
||||
<Entry Name="Hii">
|
||||
<C_Name>gEfiHiiProtocolGuid</C_Name>
|
||||
<GuidValue>EA816D2C-CEE5-4F02-99B5-D3905CBBD077</GuidValue>
|
||||
<GuidValue>D7AD636E-B997-459B-BF3F-8846897980E1</GuidValue>
|
||||
<HelpText/>
|
||||
</Entry>
|
||||
<Entry Name="PcdProtocol">
|
||||
|
|
Loading…
Reference in New Issue