]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / SmmReportStatusCodeLib / SmmReportStatusCodeLib.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# SMM report status code library.\r
c5631cef 3#\r
6036e94d
SZ
4# Retrieve status code and report status code in SMM phase.\r
5#\r
6# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
c5631cef 7#\r
9d510e61 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c5631cef 9#\r
10#\r
6bfbb5f0 11##\r
c5631cef 12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = SmmReportStatusCodeLib\r
6036e94d 16 MODULE_UNI_FILE = SmmReportStatusCodeLib.uni\r
c5631cef 17 FILE_GUID = 67089D19-B3D6-4d9e-A0EB-FEDC1F83A1EE\r
18 MODULE_TYPE = DXE_SMM_DRIVER\r
19 VERSION_STRING = 1.0\r
20 PI_SPECIFICATION_VERSION = 0x0001000A\r
300240b6 21 LIBRARY_CLASS = ReportStatusCodeLib|DXE_SMM_DRIVER SMM_CORE\r
c5631cef 22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64\r
27#\r
28\r
300240b6 29[Sources]\r
c5631cef 30 ReportStatusCodeLib.c\r
5625c1fd
KQ
31 ReportStatusCodeLib.h\r
32 ReportStatusCodeLibTraditional.c\r
c5631cef 33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
39 PcdLib\r
40 BaseMemoryLib\r
41 SmmServicesTableLib\r
42 DebugLib\r
300240b6 43 MemoryAllocationLib\r
c5631cef 44\r
45[Guids]\r
6036e94d
SZ
46 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
47 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
c5631cef 48\r
49[Protocols]\r
5625c1fd 50 gEfiMmStatusCodeProtocolGuid ## CONSUMES\r
c5631cef 51\r
300240b6 52[Pcd]\r
6036e94d 53 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r