]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
code scrub on Ps2MouseDxe/Ps2MouseAbsolutePointer module
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2KeyboardDxe / Ps2keyboardDxe.inf
index fb277f73478cc1f2888cc5fb3144f84891012edc..38c769428d114966e9caa1e6827ef32bcdaa7b1c 100644 (file)
@@ -1,10 +1,11 @@
 #/** @file\r
-# Ps2 Keyboard Driver\r
+# Ps2 Keyboard UEFI Driver which produce gEfiSimpleTextInProtocolGuid and gEfiSimpleTextInputExProtocolGuid\r
+# protocol. \r
+# The keyboard type implemented follows IBM compatible PS2 protocol, with Scan Codes Set 1.\r
 #\r
 # This dirver directly uses IsaIo protocol service to support KeyBoard work.\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+# Copyright (c) 2006 - 2009, Intel Corporation.\r
 #\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
 # All rights reserved. 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
   FILE_GUID                      = 3DC82376-637B-40a6-A8FC-A565417F2C38\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializePs2Keyboard\r
 \r
+#\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  DRIVER_BINDING                = gKeyboardControllerDriver;\r
+#  COMPONENT_NAME                = gPs2KeyboardComponentName;\r
+#  COMPONENT_NAME2               = gPs2KeyboardComponentName2;\r
+#\r
 \r
 [Sources.common]\r
   ComponentName.c\r
@@ -39,7 +43,6 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
@@ -53,7 +56,8 @@
   UefiDriverEntryPoint\r
   BaseLib\r
   BaseMemoryLib\r
-\r
+  TimerLib\r
+  \r
 [Protocols]\r
   gEfiPs2PolicyProtocolGuid                     # PROTOCOL TO_START\r
   gEfiIsaIoProtocolGuid                         # PROTOCOL TO_START\r
   gEfiSimpleTextInputExProtocolGuid             # PROTOCOL BY_START\r
   gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
 \r
-\r
+# [Event]\r
+#   ##\r
+#   # Event will be signaled for WaitForKey event.\r
+#   #\r
+#   EVT_NOTIFY_WAIT                             ## PRODUCES\r
+#\r
+#   ##\r
+#   # Event will be used to poll mouse state.\r
+#   #\r
+#   EVT_NOTIFY_SIGNAL                           ## PRODUCES\r