]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[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
cd5ebaa0 8# This program and the accompanying materials\r
c5631cef 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
6bfbb5f0 16##\r
c5631cef 17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = SmmReportStatusCodeLib\r
6036e94d 21 MODULE_UNI_FILE = SmmReportStatusCodeLib.uni\r
c5631cef 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
300240b6 26 LIBRARY_CLASS = ReportStatusCodeLib|DXE_SMM_DRIVER SMM_CORE\r
c5631cef 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
300240b6 34[Sources]\r
c5631cef 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
300240b6 46 MemoryAllocationLib\r
c5631cef 47\r
48[Guids]\r
6036e94d
SZ
49 gEfiStatusCodeSpecificDataGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
50 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
c5631cef 51\r
52[Protocols]\r
53 gEfiSmmStatusCodeProtocolGuid ## CONSUMES\r
54\r
300240b6 55[Pcd]\r
6036e94d 56 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask ## CONSUMES\r