]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41...
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseDxe / UsbMouseDxe.inf
index 01af215fabd8e3b9f43d3cb3b5227ee4fd27ee75..dd85cada4451503a64767db8d99ab85319c21ba8 100644 (file)
@@ -2,7 +2,7 @@
 # Component name for module UsbMouse\r
 #\r
 # FIX ME!\r
-# Copyright (c) 2006, Intel Corporation. All right reserved.\r
+# Copyright (c) 2006, 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
 #\r
 #**/\r
 \r
-################################################################################\r
-#\r
-# Defines Section - statements that will be processed to create a Makefile.\r
-#\r
-################################################################################\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = UsbMouseDxe\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-################################################################################\r
-#\r
-# Sources Section - list of files that are required for the build to succeed.\r
-#\r
-################################################################################\r
-\r
 [Sources.common]\r
   mousehid.h\r
   ComponentName.c\r
   usbmouse.c\r
   mousehid.c\r
   usbmouse.h\r
-  CommonHeader.h\r
-\r
-\r
-################################################################################\r
-#\r
-# Package Dependency Section - list of Package files that are required for\r
-#                              this module.\r
-#\r
-################################################################################\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-\r
-\r
-################################################################################\r
-#\r
-# Library Class Section - list of Library Classes that are required for\r
-#                         this module.\r
-#\r
-################################################################################\r
 \r
 [LibraryClasses]\r
   MemoryAllocationLib\r
   UsbLib\r
 \r
 \r
-################################################################################\r
-#\r
-# Protocol C Name Section - list of Protocol and Protocol Notify C Names\r
-#                           that this module uses or produces.\r
-#\r
-################################################################################\r
-\r
 [Protocols]\r
   gEfiUsbIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
   gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
   gEfiSimplePointerProtocolGuid                 # PROTOCOL ALWAYS_CONSUMED\r
 \r
-################################################################################\r
-#\r
-# Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for.\r
-#\r
-################################################################################\r
-\r
-[PcdsFixedAtBuild]\r
-  PcdStatusCodeValueMouseInterfaceError|gEfiMdePkgTokenSpaceGuid\r
-  PcdStatusCodeValueMouseEnable|gEfiMdePkgTokenSpaceGuid\r
-  PcdStatusCodeValueMouseDisable|gEfiMdePkgTokenSpaceGuid\r
-  PcdStatusCodeValueMouseInputError|gEfiMdePkgTokenSpaceGuid\r
-  PcdStatusCodeValueMouseReset|gEfiMdePkgTokenSpaceGuid\r
+[FixedPcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset\r
 \r
 \r