Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePostCodeLibDebug
- 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/BasePostCodeLibDebug/BasePostCodeLibDebug.inf
r48674 r58459 2 2 # Instance of Post Code Library based on Debug Library. 3 3 # 4 # Post Code Library that layers on top of a Debug Library instance. 4 # Post Code Library that uses DebugLib service to send PostCode. 5 # It layers on top of a Debug Library instance. 5 6 # 6 # Copyright (c) 2007 - 201 0, Intel Corporation. All rights reserved.<BR>7 # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> 7 8 # 8 9 # This program and the accompanying materials … … 19 20 INF_VERSION = 0x00010005 20 21 BASE_NAME = BasePostCodeLibDebug 22 MODULE_UNI_FILE = BasePostCodeLibDebug.uni 21 23 FILE_GUID = 19e3bbba-beb1-43e8-b32d-9acbb22c7639 22 24 MODULE_TYPE = BASE … … 45 47 46 48 [Pcd] 47 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask 49 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask ## CONSUMES 48 50
Note:
See TracChangeset
for help on using the changeset viewer.