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