]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Include/Guid/BdsLibHii.h
OvmfPkg/AcpiPlatformDxe: catch theoretical nullptr deref in Xen code
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / BdsLibHii.h
1 /** @file
2 GUID used as HII Package list GUID in GenericBdsLib module.
3
4 Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __BDS_LIB_HII_GUID_H__
10 #define __BDS_LIB_HII_GUID_H__
11
12 #define BDS_LIB_STRING_PACKAGE_GUID \
13 { \
14 0x3b4d9b23, 0x95ac, 0x44f6, { 0x9f, 0xcd, 0xe, 0x95, 0x94, 0x58, 0x6c, 0x72 } \
15 }
16
17 extern EFI_GUID gBdsLibStringPackageGuid;
18
19 #endif