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
# Report Status Code Router Driver which produces SMM Report Stataus Code Handler Protocol and SMM Status Code Protocol.
2009-12-23 06:51:36 +00:00
#
2018-06-27 21:08:52 +08:00
# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
2009-12-23 06:51:36 +00:00
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
2009-12-23 06:51:36 +00:00
#
#
2010-02-24 00:21:16 +00:00
##
2009-12-23 06:51:36 +00:00
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = ReportStatusCodeRouterSmm
MODULE_UNI_FILE = ReportStatusCodeRouterSmm.uni
2009-12-23 06:51:36 +00:00
FILE_GUID = A6885402-D022-4b0e-A509-4711B90F2A39
MODULE_TYPE = DXE_SMM_DRIVER
PI_SPECIFICATION_VERSION = 0x0001000A
2018-06-27 21:08:52 +08:00
VERSION_STRING = 1.0
ENTRY_POINT = GenericStatusCodeTraditionalEntry
2009-12-23 06:51:36 +00:00
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64
#
[Sources]
ReportStatusCodeRouterCommon.c
ReportStatusCodeRouterCommon.h
ReportStatusCodeRouterTraditional.c
2009-12-23 06:51:36 +00:00
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
MmServicesTableLib
2009-12-23 06:51:36 +00:00
UefiDriverEntryPoint
DebugLib
BaseLib
SynchronizationLib
MemoryAllocationLib
2009-12-23 06:51:36 +00:00
[Protocols]
gEfiMmRscHandlerProtocolGuid ## PRODUCES
gEfiMmStatusCodeProtocolGuid ## PRODUCES
2009-12-23 06:51:36 +00:00
[Depex]
TRUE
[UserExtensions.TianoCore."ExtraFiles"]
ReportStatusCodeRouterSmmExtra.uni