]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
fixed DMA not be stopped issue when gBS->ExitBootServices called.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciDxe.inf
index 34d64e6d2e15a9ea08902dfff0131eda9e297858..2b7953cd3534fd98225db299e6711ddb4078096c 100644 (file)
@@ -1,7 +1,12 @@
 #/** @file\r
-# Component name for module Uhci\r
+#  \r
+#  Component Description File For UhciDxe Module.\r
 #\r
-# Copyright (c) 2006, Intel Corporation. \r
+#  UhciDxe driver is responsible for managing the behavior of UHCI controller. \r
+#  It implements the interfaces of monitoring the status of all ports and transferring\r
+#  Control, Bulk, Interrupt and Isochronous requests to Usb1.x device\r
+#\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
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
+#  DRIVER_BINDING                =  gUhciDriverBinding                        \r
+#  COMPONENT_NAME                =  gUhciComponentName\r
+#  COMPONENT_NAME2               =  gUhciComponentName2\r
+#\r
 \r
 [Sources.common]\r
   UhciSched.c\r
@@ -51,7 +60,7 @@
   MdeModulePkg/MdeModulePkg.dec\r
 \r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport  ## SOMETIME_CONSUMES (enable/disable usb legacy support.)\r
 \r
 [LibraryClasses]\r
   MemoryAllocationLib\r
   DebugLib\r
   PcdLib\r
 \r
+[Guids]\r
+  gEfiEventExitBootServicesGuid                 ## PRODUCES ## Event\r
 \r
 [Protocols]\r
-  gEfiPciIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUsb2HcProtocolGuid                        # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiPciIoProtocolGuid                         ## TO_START\r
+  gEfiUsb2HcProtocolGuid                        ## BY_START\r
 \r
+# [Event]\r
+#   ##\r
+#   # Periodic timer event for checking the result of interrupt transfer execution.\r
+#   #\r
+#   EVENT_TYPE_PERIODIC_TIMER                   ## PRODUCES\r
+#\r