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