]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/LastEnumLang.h
Clean up the private GUID definition in module Level.
[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
3 \r
4Copyright (c) 2011, 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
7The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php. \r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
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
19/// This GUID is used for Set/Get platform language into/from variable at last time enumeration \r
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