]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2KeyboardDxe / Ps2keyboardDxe.inf
index 4aa2dae009557260c8cd0e2fec7a2f5f658eac8c..f11670ae086852a3b2d50d27e06639a47569b7a9 100644 (file)
@@ -1,10 +1,11 @@
-#/** @file\r
-# Ps2 Keyboard Driver\r
+## @file\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 - 2010, 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
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Ps2KeyboardDxe\r
   FILE_GUID                      = 3DC82376-637B-40a6-A8FC-A565417F2C38\r
-  MODULE_TYPE                    = DXE_DRIVER\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
+[Sources]\r
   ComponentName.c\r
   Ps2Keyboard.h\r
   Ps2KbdCtrller.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
-[Guids]\r
-  gSimpleTextInExNotifyGuid                     # SOMETIMES_CONSUMED\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