Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
r58459 r77662 2 2 # Library instance that implements Print Library class based on protocol gEfiPrint2ProtocolGuid. 3 3 # 4 # Copyright (c) 2009 - 201 4, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR> 5 5 # 6 6 # This program and the accompanying materials … … 34 34 BaseLib 35 35 DebugLib 36 PcdLib 36 37 37 38 [Protocols] 38 gEfiPrint2ProtocolGuid ## CONSUMES 39 gEfiPrint2SProtocolGuid ## CONSUMES 40 41 [Pcd] 42 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength ## SOMETIMES_CONSUMES 43 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength ## SOMETIMES_CONSUMES 39 44 40 45 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER] 41 gEfiPrint2 ProtocolGuid46 gEfiPrint2SProtocolGuid
Note:
See TracChangeset
for help on using the changeset viewer.