]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
Remove reference to PCDs of status code value. Use macros introduced in PI1.2 instead.
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseAbsolutePointerDxe / UsbMouseAbsolutePointerDxe.inf
index f574b03c161cde0bb33ee0632b78ff1954686096..56b93d2452767dd3cbc6f59774d4311fcc599e2d 100644 (file)
@@ -1,7 +1,15 @@
 #/** @file\r
 # USB Mouse Driver that manages USB mouse and produces Absolute Pointer Protocol.\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation. \r
+# USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces\r
+# Absolute Pointer Protocol on USB mouse devices.\r
+# It manages the USB mouse device via Asynchronous Interrupt Transfer of USB I/O Protocol,\r
+# and parses the data according to USB HID Specification.\r
+# This module refers to following specifications:\r
+# 1. Universal Serial Bus HID Firmware Specification, ver 1.11\r
+# 2. UEFI Specification, v2.1\r
+#\r
+# Copyright (c) 2006 - 2010, Intel Corporation. \r
 #\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
@@ -20,7 +28,6 @@
   FILE_GUID                      = 4EA43463-747C-46eb-97FB-B0E5C5F05306\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-\r
   ENTRY_POINT                    = USBMouseAbsolutePointerDriverBindingEntryPoint\r
 \r
 #\r
   UefiDriverEntryPoint\r
   BaseMemoryLib\r
   ReportStatusCodeLib\r
-  PcdLib\r
   UefiUsbLib\r
 \r
 [Protocols]\r
-  gEfiUsbIoProtocolGuid                         # PROTOCOL TO_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
-  gEfiAbsolutePointerProtocolGuid               # PROTOCOL BY_START\r
-\r
-[FixedPcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset\r
+  gEfiUsbIoProtocolGuid                         ## TO_START\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
+  gEfiAbsolutePointerProtocolGuid               ## BY_START\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_ABSOLUTE_POINTER_PROTOCOL.WaitForInput\r
+#   #\r
+#   EVENT_TYPE_NOTIFY_WAIT                      ## PRODUCES\r
+#\r
+#\r
 \r