Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.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/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
r48674 r58459 4 4 # Debug Lib that sends messages to the the Standard Error Device in the EFI System Table. 5 5 # 6 # Copyright (c) 2007 - 201 1, Intel Corporation. All rights reserved.<BR>6 # Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR> 7 7 # 8 8 # This program and the accompanying materials … … 19 19 INF_VERSION = 0x00010005 20 20 BASE_NAME = UefiDebugLibStdErr 21 MODULE_UNI_FILE = UefiDebugLibStdErr.uni 21 22 FILE_GUID = b57a1df6-ffdb-4247-a3df-3a562176751a 22 23 MODULE_TYPE = UEFI_DRIVER … … 46 47 47 48 [Pcd] 48 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## CONSUMES49 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue ## SOMETIMES_CONSUMES 49 50 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES 51 gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel ## CONSUMES 50 52
Note:
See TracChangeset
for help on using the changeset viewer.