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