Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/UhciPei.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/UhciPei/UhciPei.inf
r48674 r58459 1 1 ## @file 2 # Component description file for UhcPeim PEIM to produce gPeiUsbHostControllerPpiGuid based on gPeiUsbControllerPpiGuid 3 # which is used to enable recovery function from USB Drivers. 2 # The UhcPeim driver is responsible for managing the behavior of UHCI controller at PEI phase. 4 3 # 5 # Usb Host Controller PEIM to support recovery from USB device. 6 # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR> 4 # It produces gPeiUsbHostControllerPpiGuid based on gPeiUsbControllerPpiGuid which is used 5 # to enable recovery function from USB Drivers. 6 # 7 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR> 7 8 # 8 9 # This program and the accompanying materials … … 20 21 INF_VERSION = 0x00010005 21 22 BASE_NAME = UhciPei 23 MODULE_UNI_FILE = UhciPei.uni 22 24 FILE_GUID = C463CEAC-FC57-4f36-88B7-356C750C3BCA 23 25 MODULE_TYPE = PEIM … … 52 54 53 55 [Ppis] 54 gPeiUsbHostControllerPpiGuid # PPI ALWAYS_PRODUCED55 gPeiUsbControllerPpiGuid # PPI ALWAYS_CONSUMED56 gPeiUsbHostControllerPpiGuid ## PRODUCES 57 gPeiUsbControllerPpiGuid ## CONSUMES 56 58 57 59 … … 59 61 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid 60 62 61 63 [UserExtensions.TianoCore."ExtraFiles"] 64 UhciPeiExtra.uni
Note:
See TracChangeset
for help on using the changeset viewer.