Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/EhciPei.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/EhciPei/EhciPei.inf
r48674 r58459 1 1 ## @file 2 # Component description file for EhcPeim PEIM to produce gPeiUsb2HostControllerPpiGuid 3 # based on gPeiUsbControllerPpiGuid which is used to enable recovery function from USB Drivers. 2 # The EhcPeim driver is responsible for managing EHCI host controller at PEI phase. 4 3 # 5 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR> 4 # It produces gPeiUsb2HostControllerPpiGuid based on gPeiUsbControllerPpiGuid 5 # which is used to enable recovery function from USB Drivers. 6 # 7 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> 6 8 # 7 9 # This program and the accompanying materials … … 19 21 INF_VERSION = 0x00010005 20 22 BASE_NAME = EhciPei 23 MODULE_UNI_FILE = EhciPei.uni 21 24 FILE_GUID = BAB4F20F-0981-4b5f-A047-6EF83BEEAB3C 22 25 MODULE_TYPE = PEIM … … 57 60 58 61 [Ppis] 59 gPeiUsb2HostControllerPpiGuid # PPI ALWAYS_PRODUCED60 gPeiUsbControllerPpiGuid # PPI ALWAYS_CONSUMED62 gPeiUsb2HostControllerPpiGuid ## PRODUCES 63 gPeiUsbControllerPpiGuid ## CONSUMES 61 64 62 65 … … 64 67 gEfiPeiMemoryDiscoveredPpiGuid AND gPeiUsbControllerPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid 65 68 66 69 [UserExtensions.TianoCore."ExtraFiles"] 70 EhciPeiExtra.uni
Note:
See TracChangeset
for help on using the changeset viewer.