Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
r48674 r58459 1 1 ## @file 2 # 3 # Component Description File For UhciDxe Module. 4 # 5 # UhciDxe driver is responsible for managing the behavior of UHCI controller. 2 # The UhciDxe driver is responsible for managing the behavior of UHCI controller. 6 3 # It implements the interfaces of monitoring the status of all ports and transferring 7 4 # Control, Bulk, Interrupt and Isochronous requests to Usb1.x device 8 5 # 9 # Copyright (c) 2006 - 201 0, Intel Corporation. All rights reserved.<BR>6 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR> 10 7 # 11 8 # This program and the accompanying materials … … 23 20 INF_VERSION = 0x00010005 24 21 BASE_NAME = UhciDxe 22 MODULE_UNI_FILE = UhciDxe.uni 25 23 FILE_GUID = 2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7 26 24 MODULE_TYPE = UEFI_DRIVER … … 61 59 62 60 [FeaturePcd] 63 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport ## SOMETIME_CONSUMES (enable/disable usb legacy support.)61 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport ## CONSUMES 64 62 65 63 [LibraryClasses] … … 72 70 DebugLib 73 71 PcdLib 72 ReportStatusCodeLib 74 73 75 74 [Guids] 76 gEfiEventExitBootServicesGuid ## PRODUCES ## Event75 gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event 77 76 78 77 [Protocols] … … 81 80 82 81 # [Event] 83 # ## 84 # # Periodic timer event for checking the result of interrupt transfer execution. 85 # # 86 # EVENT_TYPE_PERIODIC_TIMER ## PRODUCES 82 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES 87 83 # 84 85 [UserExtensions.TianoCore."ExtraFiles"] 86 UhciDxeExtra.uni
Note:
See TracChangeset
for help on using the changeset viewer.