]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c
UEFI HII: Merge UEFI HII support changes from branch.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / HiiDataBaseDxe / Keyboard.c
CommitLineData
3db51098 1/**@file\r
2\r
3 This file contains the keyboard processing code to the HII database.\r
103b6520 4\r
ececc2eb 5Copyright (c) 2006, Intel Corporation\r
6All rights reserved. This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
3db51098 12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
103b6520 13\r
3db51098 14**/\r
103b6520 15\r
16\r
103b6520 17#include "HiiDatabase.h"\r
18\r
19EFI_STATUS\r
20EFIAPI\r
21HiiGetKeyboardLayout (\r
22 IN EFI_HII_PROTOCOL *This,\r
23 OUT UINT16 *DescriptorCount,\r
f79314fa 24 OUT FRAMEWORK_EFI_KEY_DESCRIPTOR *Descriptor\r
103b6520 25 )\r
26/*++\r
27\r
28Routine Description:\r
ececc2eb 29\r
103b6520 30Arguments:\r
31\r
ececc2eb 32Returns:\r
103b6520 33\r
34--*/\r
35{\r
36 return EFI_SUCCESS;\r
37}\r