]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/SmmReportStatusCodeLib/StandaloneMmReportStatusCodeLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / SmmReportStatusCodeLib / StandaloneMmReportStatusCodeLib.inf
CommitLineData
5625c1fd
KQ
1## @file\r
2# Standalone MM report status code library.\r
3#\r
4# Retrieve status code and report status code in MM phase.\r
5#\r
6# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
7# Copyright (c) Microsoft Corporation.\r
8#\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = StandaloneMmReportStatusCodeLib\r
17 FILE_GUID = 17C7FC8C-8C5D-497E-9C0E-C21255B30E04\r
18 MODULE_TYPE = MM_STANDALONE\r
19 VERSION_STRING = 1.0\r
20 PI_SPECIFICATION_VERSION = 0x00010032\r
21 LIBRARY_CLASS = ReportStatusCodeLib|MM_STANDALONE\r
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
29[Sources]\r
30 ReportStatusCodeLib.c\r
31 ReportStatusCodeLib.h\r
32 ReportStatusCodeLibStandaloneMm.c\r
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 MmServicesTableLib\r
42 DebugLib\r
43 MemoryAllocationLib\r
44\r
45[Guids]\r
46 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
47 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
48\r
49[Protocols]\r
50 gEfiMmStatusCodeProtocolGuid ## CONSUMES\r
51\r
52[Pcd]\r
53 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r