mirror of https://github.com/acidanthera/audk.git
IntelSiliconPkg/IntelSiliconPkg.dec: drop bogus semicolon from GUID def
The DEC spec doesn't allow the trailing semicolon: 2.6 [Guids] Usage GuidCName = {C Format Guid Value} # Comment Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
dd3fa0cd72
commit
2048ab4b3e
|
@ -26,7 +26,7 @@
|
|||
[Guids]
|
||||
## GUID for Package token space
|
||||
# {A9F8D54E-1107-4F0A-ADD0-4587E7A4A735}
|
||||
gIntelSiliconPkgTokenSpaceGuid = { 0xa9f8d54e, 0x1107, 0x4f0a, { 0xad, 0xd0, 0x45, 0x87, 0xe7, 0xa4, 0xa7, 0x35 } };
|
||||
gIntelSiliconPkgTokenSpaceGuid = { 0xa9f8d54e, 0x1107, 0x4f0a, { 0xad, 0xd0, 0x45, 0x87, 0xe7, 0xa4, 0xa7, 0x35 } }
|
||||
|
||||
## HOB GUID to publish SMBIOS data records from PEI phase
|
||||
# HOB data format is same as SMBIOS records defined in SMBIOS spec or OEM defined types
|
||||
|
|
Loading…
Reference in New Issue