]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/LastEnumLang.h
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / LastEnumLang.h
CommitLineData
e24fc103
LG
1/** @file\r
2 GUID used as EFI variable to store platform language at last time enumeration.\r
0a6f4824
LG
3\r
4Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
c0a00b14 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
e24fc103
LG
6\r
7**/\r
8\r
9#ifndef __LAST_ENUM_LANGUAGE_GUID_H__\r
10#define __LAST_ENUM_LANGUAGE_GUID_H__\r
11\r
12///\r
0a6f4824 13/// This GUID is used for Set/Get platform language into/from variable at last time enumeration\r
e24fc103
LG
14/// to ensure the enumeration will only execute once.\r
15///\r
16#define LAST_ENUM_LANGUAGE_GUID \\r
17 { \\r
18 0xe8c545b, 0xa2ee, 0x470d, { 0x8e, 0x26, 0xbd, 0xa1, 0xa1, 0x3c, 0xa, 0xa3 } \\r
19 }\r
20\r
21#define LAST_ENUM_LANGUAGE_VARIABLE_NAME L"LastEnumLang"\r
22\r
23extern EFI_GUID gLastEnumLangGuid;\r
24\r
25#endif\r