]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
Remove IntelFrameworkModulePkg
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / KeyboardDxe / KeyboardDxe.inf
diff --git a/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf b/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
deleted file mode 100644 (file)
index a36f8c4..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-## @file\r
-# Ps2 Keyboard driver.\r
-#\r
-# Ps2 Keyboard driver by using Legacy Bios protocol service and IsaIo protocol\r
-# service. This dirver uses legacy INT16 to get the key stroke status.\r
-#\r
-# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-# SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = KeyboardDxe\r
-  MODULE_UNI_FILE                = KeyboardDxe.uni\r
-  FILE_GUID                      = 5479662B-6AE4-49e8-A6BD-6DE4B625811F\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = InitializeBiosKeyboard\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-#  DRIVER_BINDING                =  gBiosKeyboardDriverBinding\r
-#  COMPONENT_NAME                =  gBiosKeyboardComponentName\r
-#\r
-\r
-[Sources]\r
-  ComponentName.c\r
-  ComponentName.h\r
-  BiosKeyboard.c\r
-  BiosKeyboard.h\r
-\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
-\r
-\r
-[LibraryClasses]\r
-  MemoryAllocationLib\r
-  UefiBootServicesTableLib\r
-  UefiDriverEntryPoint\r
-  ReportStatusCodeLib\r
-  BaseMemoryLib\r
-  UefiLib\r
-  DebugLib\r
-  BaseLib\r
-  PcdLib\r
-  DxeServicesTableLib\r
-\r
-[Protocols]\r
-  gEfiIsaIoProtocolGuid                         ## TO_START\r
-  gEfiSimpleTextInProtocolGuid                  ## BY_START\r
-  gEfiSimpleTextInputExProtocolGuid             ## BY_START\r
-  gEfiLegacyBiosProtocolGuid                    ## CONSUMES\r
-  gEfiPs2PolicyProtocolGuid                     ## SOMETIMES_CONSUMES\r
-\r
-[FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|FALSE  ## CONSUMES\r
-\r
-[Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection                  ## SOMETIMES_CONSUMES\r
-\r
-[UserExtensions.TianoCore."ExtraFiles"]\r
-  KeyboardDxeExtra.uni\r