]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
MdeModulePkg/BmBoot: Report status when fail to load/start boot option
[mirror_edk2.git] / MdeModulePkg / Library / SmmReportStatusCodeLib / SmmReportStatusCodeLib.inf
... / ...
CommitLineData
1## @file\r
2# SMM report status code library.\r
3#\r
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
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = SmmReportStatusCodeLib\r
21 MODULE_UNI_FILE = SmmReportStatusCodeLib.uni\r
22 FILE_GUID = 67089D19-B3D6-4d9e-A0EB-FEDC1F83A1EE\r
23 MODULE_TYPE = DXE_SMM_DRIVER\r
24 VERSION_STRING = 1.0\r
25 PI_SPECIFICATION_VERSION = 0x0001000A\r
26 LIBRARY_CLASS = ReportStatusCodeLib|DXE_SMM_DRIVER SMM_CORE\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources]\r
35 ReportStatusCodeLib.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 PcdLib\r
43 BaseMemoryLib\r
44 SmmServicesTableLib\r
45 DebugLib\r
46 MemoryAllocationLib\r
47\r
48[Guids]\r
49 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
50 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
51\r
52[Protocols]\r
53 gEfiSmmStatusCodeProtocolGuid ## CONSUMES\r
54\r
55[Pcd]\r
56 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r