]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Keyboard.c
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / FrameworkHiiOnUefiHiiThunk / Keyboard.c
diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Keyboard.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Keyboard.c
deleted file mode 100644 (file)
index 0f55e96..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-/** @file\r
-\r
-  This file contains the keyboard processing code to the HII database.\r
-\r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-**/\r
-\r
-\r
-#include "HiiDatabase.h"\r
-\r
-/**\r
-  Retrieves the current keyboard layout. \r
-  This function is not implemented by HII Thunk Module.\r
-\r
-  @param This             A pointer to the EFI_HII_PROTOCOL instance. \r
-  @param DescriptorCount  A pointer to the number of Descriptor entries being described in the keyboard layout being retrieved.\r
-  @param Descriptor       A pointer to a buffer containing an array of EFI_KEY_DESCRIPTOR entries. Each entry will reflect the \r
-                          definition of a specific physical key. Type EFI_KEY_DESCRIPTOR is defined in "Related Definitions" below.\r
-\r
-  @retval  EFI_SUCCESS   The keyboard layout was retrieved successfully.\r
\r
-**/\r
-EFI_STATUS\r
-EFIAPI\r
-HiiGetKeyboardLayout (\r
-  IN     EFI_HII_PROTOCOL   *This,\r
-  OUT    UINT16             *DescriptorCount,\r
-  OUT    FRAMEWORK_EFI_KEY_DESCRIPTOR *Descriptor\r
-  )\r
-{\r
-  ASSERT (FALSE);\r
-  //\r
-  // In previous Framewok HII implementation, GetKeyBoardLayout is defined in HII 0.92 specification,\r
-  // but it is not implemented. We ASSERT and return UNSUPPORTED here. \r
-  //\r
-  return EFI_UNSUPPORTED;\r
-}\r