]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbKbDxe / UsbKbDxe.inf
index b1da4b7786d95ef4b01b46921bb00dde54808f76..8995653544a31c9d44243a785126bd0a66997c47 100644 (file)
@@ -1,6 +1,5 @@
 ## @file\r
-# USB Keyboard Driver that manages USB keyboard and produces Simple Text Input\r
-# Protocol and Simple Text Input Ex Protocol.\r
+# USB Keyboard Driver that manages USB keyboard and produces Simple Text Input(Ex) Protocol.\r
 #\r
 # USB Keyboard Driver consumes USB I/O Protocol and Device Path Protocol, and produces\r
 # Simple Text Input Protocol and Simple Text Input Ex Protocol on USB keyboard devices.\r
@@ -13,7 +12,7 @@
 # 2. Universal Serial Bus HID Usage Tables, ver 1.12\r
 # 3. UEFI Specification, v2.1\r
 #\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -29,6 +28,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UsbKbDxe\r
+  MODULE_UNI_FILE                = UsbKbDxe.uni\r
   FILE_GUID                      = 2D2E62CF-9ECF-43b7-8219-94E7FC713DFE\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   HiiLib\r
 \r
 [Guids]\r
-  ##\r
+  #\r
   # Event registered to EFI_HII_SET_KEYBOARD_LAYOUT_EVENT_GUID group,\r
   # which will be triggered by EFI_HII_DATABASE_PROTOCOL.SetKeyboardLayout().\r
   #\r
-  gEfiHiiKeyBoardLayoutGuid                     ## SOMETIME_CONSUMES  ## Event\r
-  gUsbKeyboardLayoutPackageGuid\r
-  gUsbKeyboardLayoutKeyGuid\r
+  gEfiHiiKeyBoardLayoutGuid                     ## SOMETIMES_CONSUMES ## Event\r
+  gUsbKeyboardLayoutPackageGuid                 ## SOMETIMES_CONSUMES ## HII\r
+  gUsbKeyboardLayoutKeyGuid                     ## SOMETIMES_PRODUCES ## UNDEFINED\r
 \r
 [Protocols]\r
   gEfiUsbIoProtocolGuid                         ## TO_START\r
   gEfiDevicePathProtocolGuid                    ## TO_START\r
   gEfiSimpleTextInProtocolGuid                  ## BY_START\r
   gEfiSimpleTextInputExProtocolGuid             ## BY_START\r
-  ##\r
+  #\r
   # If HII Database Protocol exists, then keyboard layout from HII database is used.\r
   # Otherwise, USB keyboard module tries to use its carried default layout.\r
   #\r
-  gEfiHiiDatabaseProtocolGuid                   ## SOMETIMES_CONSUMES (Default value is used if it's absent.)\r
+  gEfiHiiDatabaseProtocolGuid                   ## SOMETIMES_CONSUMES\r
   \r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDisableDefaultKeyboardLayoutInUsbKbDriver ## SOMETIME_CONSUMES (Checked when no layout is provided by HII.) \r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdDisableDefaultKeyboardLayoutInUsbKbDriver ## CONSUMES\r
 \r
 # [Event]\r
-#   ##\r
-#   # Periodic timer event for generation of repeat key\r
-#   #\r
-#   EVENT_TYPE_PERIODIC_TIMER                   ## PRODUCES\r
-#   ##\r
-#   # Periodic timer event for delayed recovery, which deals with device error.\r
-#   #\r
-#   EVENT_TYPE_PERIODIC_TIMER                   ## PRODUCES\r
-#   ##\r
-#   # Event for EFI_SIMPLE_TEXT_INPUT_PROTOCOL.WaitForKey\r
-#   #\r
-#   EVENT_TYPE_NOTIFY_WAIT                      ## PRODUCES\r
-#   ##\r
-#   # Event for EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.WaitForKeyEx\r
-#   #\r
-#   EVENT_TYPE_NOTIFY_WAIT                      ## PRODUCES\r
-#\r
+# EVENT_TYPE_RELATIVE_TIMER        ## CONSUMES\r
 #\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UsbKbDxeExtra.uni\r