]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Library / SmmReportStatusCodeLib / SmmReportStatusCodeLib.inf
CommitLineData
6bfbb5f0 1## @file\r
c5631cef 2# SMM report status code library\r
3#\r
4# Retrieve status code and report status code in SMM phase\r
cd5ebaa0 5# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
c5631cef 6#\r
cd5ebaa0 7# This program and the accompanying materials\r
c5631cef 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
6bfbb5f0 15##\r
c5631cef 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
300240b6 24 LIBRARY_CLASS = ReportStatusCodeLib|DXE_SMM_DRIVER SMM_CORE\r
c5631cef 25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
300240b6 32[Sources]\r
c5631cef 33 ReportStatusCodeLib.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39[LibraryClasses]\r
40 PcdLib\r
41 BaseMemoryLib\r
42 SmmServicesTableLib\r
43 DebugLib\r
44 UefiDriverEntryPoint\r
300240b6 45 MemoryAllocationLib\r
c5631cef 46\r
47[Guids]\r
48 gEfiStatusCodeSpecificDataGuid ## CONSUMES\r
49 gEfiStatusCodeDataTypeDebugGuid ## CONSUMES\r
50\r
51[Protocols]\r
52 gEfiSmmStatusCodeProtocolGuid ## CONSUMES\r
53\r
300240b6 54[Pcd]\r
c5631cef 55 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r