]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseDxe / UsbMouseDxe.inf
index 3466435e5c79486980064508b6b86ef3d9dd42a9..8f60f70b9df5a985aceb8902a6a0cf447f0be586 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,7 +9,7 @@
 # 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 - 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 +20,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -40,7 +40,7 @@
 #  COMPONENT_NAME2               =  gUsbMouseComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   MouseHid.c\r
   UsbMouse.c\r
@@ -56,7 +56,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