]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseDxe / UsbMouseDxe.inf
index 3466435e5c79486980064508b6b86ef3d9dd42a9..13d8859f98640b2587fc48ef13a23022a47ba113 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\r
+## @file\r
 # USB Mouse Driver that manages USB mouse and produces Simple Pointer Protocol.\r
 #\r
 # USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces\r
@@ -9,9 +9,9 @@
 # 1. Universal Serial Bus HID Firmware Specification, ver 1.11\r
 # 2. UEFI Specification, v2.1\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation. \r
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
 #  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                      = UsbMouseDxe\r
+  MODULE_UNI_FILE                = UsbMouseDxe.uni\r
   FILE_GUID                      = 2D2E62AA-9ECF-43b7-8219-94E7FC713DFE\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -40,7 +41,7 @@
 #  COMPONENT_NAME2               =  gUsbMouseComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   MouseHid.c\r
   UsbMouse.c\r
@@ -56,7 +57,6 @@
   UefiDriverEntryPoint\r
   BaseMemoryLib\r
   ReportStatusCodeLib\r
-  PcdLib\r
   UefiUsbLib\r
 \r
 [Protocols]\r
   gEfiDevicePathProtocolGuid                    ## TO_START\r
   gEfiSimplePointerProtocolGuid                 ## BY_START\r
 \r
-[FixedPcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset\r
-\r
 # [Event]\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_POINTER_PROTOCOL.WaitForInput\r
-#   #\r
-#   EVENT_TYPE_NOTIFY_WAIT                      ## PRODUCES\r
-#\r
+# EVENT_TYPE_RELATIVE_TIMER        ## CONSUMES\r
 #\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UsbMouseDxeExtra.uni\r