]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/LastEnumLang.h
IntelFrameworkModulePkg: Clean up source files
[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
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 __LAST_ENUM_LANGUAGE_GUID_H__\r
16#define __LAST_ENUM_LANGUAGE_GUID_H__\r
17\r
18///\r
0a6f4824 19/// This GUID is used for Set/Get platform language into/from variable at last time enumeration\r
e24fc103
LG
20/// to ensure the enumeration will only execute once.\r
21///\r
22#define LAST_ENUM_LANGUAGE_GUID \\r
23 { \\r
24 0xe8c545b, 0xa2ee, 0x470d, { 0x8e, 0x26, 0xbd, 0xa1, 0xa1, 0x3c, 0xa, 0xa3 } \\r
25 }\r
26\r
27#define LAST_ENUM_LANGUAGE_VARIABLE_NAME L"LastEnumLang"\r
28\r
29extern EFI_GUID gLastEnumLangGuid;\r
30\r
31#endif\r