Files

57 lines
1.7 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
#
# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
2009-12-23 06:51:36 +00:00
#
2010-04-24 09:33:45 +00:00
# This program and the accompanying materials
2009-12-23 06:51:36 +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-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
2011-03-14 08:43:59 +00:00
VERSION_STRING = 1.0
2009-12-23 06:51:36 +00:00
ENTRY_POINT = GenericStatusCodeSmmEntry
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = IA32 X64
#
[Sources]
2009-12-23 06:51:36 +00:00
ReportStatusCodeRouterSmm.c
ReportStatusCodeRouterSmm.h
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
[LibraryClasses]
SmmServicesTableLib
UefiDriverEntryPoint
DebugLib
BaseLib
SynchronizationLib
MemoryAllocationLib
2009-12-23 06:51:36 +00:00
[Protocols]
gEfiSmmRscHandlerProtocolGuid ## PRODUCES
gEfiSmmStatusCodeProtocolGuid ## PRODUCES
[Depex]
TRUE
[UserExtensions.TianoCore."ExtraFiles"]
ReportStatusCodeRouterSmmExtra.uni