]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
Code Scrub for USB mouse driver.
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseDxe / UsbMouseDxe.inf
index 5945498914400a3fca19cd856111e9a85104274c..5ef67af690706588b37698e669410ae2e6ea620a 100644 (file)
@@ -1,8 +1,7 @@
 #/** @file\r
-# Component name for module UsbMouse\r
+# USB Mouse Driver that manages USB mouse and produces Simple Pointer Protocol.\r
 #\r
-# FIX ME!\r
-# Copyright (c) 2006, Intel Corporation. \r
+# Copyright (c) 2006 - 2008, 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
@@ -37,7 +36,6 @@
 [Sources.common]\r
   ComponentName.c\r
   MouseHid.c\r
-  MouseHid.h\r
   UsbMouse.c\r
   UsbMouse.h\r
 \r
   PcdLib\r
   UefiUsbLib\r
 \r
-\r
 [Protocols]\r
-  gEfiUsbIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiSimplePointerProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiUsbIoProtocolGuid                         # PROTOCOL TO_START\r
+  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
+  gEfiSimplePointerProtocolGuid                 # PROTOCOL BY_START\r
 \r
 [FixedPcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError\r