]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/HiiKeyBoardLayout.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Guid / HiiKeyBoardLayout.h
CommitLineData
fd21d1aa 1/** @file\r
2\r
c311f86b 3 HII keyboard layout GUID as defined in UEFI2.1 specification\r
9095d37b
LG
4\r
5 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
fd21d1aa 13\r
14 @par Revision Reference:\r
15 GUIDs defined in UEFI 2.1 spec.\r
16\r
17**/\r
18\r
19#ifndef __HII_KEYBOARD_LAYOUT_GUID_H__\r
20#define __HII_KEYBOARD_LAYOUT_GUID_H__\r
21\r
98d80c18 22#define EFI_HII_SET_KEYBOARD_LAYOUT_EVENT_GUID \\r
23 { 0x14982a4f, 0xb0ed, 0x45b8, { 0xa8, 0x11, 0x5a, 0x7a, 0x9b, 0xc2, 0x32, 0xdf }}\r
fd21d1aa 24\r
25extern EFI_GUID gEfiHiiKeyBoardLayoutGuid;\r
26\r
27#endif\r