Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.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/XhciDxe/XhciDxe.inf
r48674 r58459 1 1 ## @file 2 # 3 # Component Description File For XhciDxe Module. 4 # 5 # XhciDxe driver is responsible for managing the behavior of XHCI controller. 2 # The XhciDxe driver is responsible for managing the behavior of XHCI 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 those attached usb LS/FS/HS/SS devices. 8 5 # 9 # Copyright (c) 2011 , Intel Corporation. All rights reserved.<BR>6 # Copyright (c) 2011 - 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 = XhciDxe 22 MODULE_UNI_FILE = XhciDxe.uni 25 23 FILE_GUID = B7F50E91-A759-412c-ADE4-DCD03E7F7C28 26 24 MODULE_TYPE = UEFI_DRIVER … … 43 41 XhciReg.c 44 42 XhciSched.c 43 UsbHcMem.c 44 UsbHcMem.h 45 45 ComponentName.c 46 46 ComponentName.h … … 60 60 BaseMemoryLib 61 61 DebugLib 62 ReportStatusCodeLib 62 63 63 64 [Guids] 64 gEfiEventExitBootServicesGuid ## PRODUCES ## Event65 gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event 65 66 66 67 [Protocols] … … 69 70 70 71 # [Event] 71 # ## 72 # # Periodic timer event for checking the result of interrupt transfer execution. 73 # # 74 # EVENT_TYPE_PERIODIC_TIMER ## PRODUCES 72 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES 75 73 # 74 75 [UserExtensions.TianoCore."ExtraFiles"] 76 XhciDxeExtra.uni
Note:
See TracChangeset
for help on using the changeset viewer.