]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/UsbKeyBoardLayout.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Include / Guid / UsbKeyBoardLayout.h
CommitLineData
c8ad2d7a
LG
1/** @file\r
2 USB KeyBoard Layout GUIDs\r
3\r
d1102dba
LG
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
c8ad2d7a 7The full text of the license may be found at\r
d1102dba 8http://opensource.org/licenses/bsd-license.php.\r
c8ad2d7a 9\r
d1102dba 10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
c8ad2d7a
LG
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __USB_KEYBOARD_LAYOUT_GUID_H__\r
16#define __USB_KEYBOARD_LAYOUT_GUID_H__\r
17\r
18//\r
19// GUID for USB keyboard HII package list.\r
20//\r
21#define USB_KEYBOARD_LAYOUT_PACKAGE_GUID \\r
22 { \\r
23 0xc0f3b43, 0x44de, 0x4907, { 0xb4, 0x78, 0x22, 0x5f, 0x6f, 0x62, 0x89, 0xdc } \\r
24 }\r
25\r
26//\r
27// GUID for USB keyboard layout\r
28//\r
29#define USB_KEYBOARD_LAYOUT_KEY_GUID \\r
30 { \\r
31 0x3a4d7a7c, 0x18a, 0x4b42, { 0x81, 0xb3, 0xdc, 0x10, 0xe3, 0xb5, 0x91, 0xbd } \\r
32 }\r
33\r
34extern EFI_GUID gUsbKeyboardLayoutPackageGuid;\r
35extern EFI_GUID gUsbKeyboardLayoutKeyGuid;\r
36\r
37#endif\r