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