Files
edk2/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
T

58 lines
1.8 KiB
INI
Raw 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 - 2014, Intel Corporation. All rights reserved.<BR>
2009-12-29 07:39:14 +00:00
#
2010-04-24 09:49:11 +00:00
# This program and the accompanying materials
2009-12-29 07:39:14 +00:00
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
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_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
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