]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35\r
36[LibraryClasses]\r
37 PcdLib\r
38 BaseMemoryLib\r
39 SmmServicesTableLib\r
40 DebugLib\r
300240b6 41 MemoryAllocationLib\r
c5631cef 42\r
43[Guids]\r
6036e94d
SZ
44 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
45 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
c5631cef 46\r
47[Protocols]\r
48 gEfiSmmStatusCodeProtocolGuid ## CONSUMES\r
49\r
300240b6 50[Pcd]\r
6036e94d 51 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r