Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

53 lines
1.4 KiB
INI
Raw Permalink Normal View History

2010-02-24 00:21:16 +00:00
## @file
# DXE report status code library.
2009-12-29 07:39:14 +00:00
#
# Retrieve status code and report status code in DXE phase.
#
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
2009-12-29 07:39:14 +00:00
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
2009-12-29 07:39:14 +00:00
#
#
2010-02-24 00:21:16 +00:00
##
2009-12-29 07:39:14 +00:00
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = DxeReportStatusCodeLib
MODULE_UNI_FILE = DxeReportStatusCodeLib.uni
FILE_GUID = EBF144C8-70F5-4e09-ADE2-F41F5C59AFDA
2009-12-29 07:39:14 +00:00
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
2009-12-29 07:39:14 +00:00
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 EBC
2009-12-29 07:39:14 +00:00
#
2009-12-31 21:27:38 +00:00
[Sources]
2009-12-29 07:39:14 +00:00
ReportStatusCodeLib.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
2009-12-31 21:27:38 +00:00
BaseLib
2009-12-29 07:39:14 +00:00
DebugLib
2009-12-31 21:27:38 +00:00
UefiBootServicesTableLib
BaseMemoryLib
PcdLib
2009-12-29 07:39:14 +00:00
DevicePathLib
[Guids]
gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED
gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED
2009-12-29 07:39:14 +00:00
[Protocols]
gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES
2009-12-29 07:39:14 +00:00
2009-12-31 21:27:38 +00:00
[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES
2009-12-29 07:39:14 +00:00