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