]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/BdsLibHii.h
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / BdsLibHii.h
CommitLineData
e24fc103
LG
1/** @file\r
2 GUID used as HII Package list GUID in GenericBdsLib module.\r
0a6f4824
LG
3\r
4Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials are licensed and made available under\r
6the terms and conditions of the BSD License that accompanies this distribution.\r
e24fc103 7The full text of the license may be found at\r
0a6f4824 8http://opensource.org/licenses/bsd-license.php.\r
e24fc103 9\r
0a6f4824 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
e24fc103
LG
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __BDS_LIB_HII_GUID_H__\r
16#define __BDS_LIB_HII_GUID_H__\r
17\r
18#define BDS_LIB_STRING_PACKAGE_GUID \\r
19 { \\r
20 0x3b4d9b23, 0x95ac, 0x44f6, { 0x9f, 0xcd, 0xe, 0x95, 0x94, 0x58, 0x6c, 0x72 } \\r
21 }\r
22\r
23extern EFI_GUID gBdsLibStringPackageGuid;\r
24\r
25#endif\r