]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Library / DxeReportStatusCodeLib / DxeReportStatusCodeLib.inf
CommitLineData
6bfbb5f0 1## @file\r
75dea6bd 2# DXE report status code library\r
3#\r
4# Retrieve status code and report status code in DXE phase\r
6bfbb5f0 5# Copyright (c) 2006 - 2010, Intel Corporation.\r
75dea6bd 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
6bfbb5f0 15##\r
75dea6bd 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = DxeReportStatusCodeLib\r
20 FILE_GUID = 3ddc3b12-99ea-4364-b315-6310a2050be5\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
2008b49a 31[Sources]\r
75dea6bd 32 ReportStatusCodeLib.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37\r
38[LibraryClasses]\r
2008b49a 39 BaseLib\r
75dea6bd 40 DebugLib\r
2008b49a 41 UefiBootServicesTableLib\r
42 BaseMemoryLib\r
43 PcdLib\r
75dea6bd 44 DevicePathLib\r
45\r
46[Guids]\r
47 gEfiStatusCodeSpecificDataGuid ## CONSUMES\r
48 gEfiStatusCodeDataTypeDebugGuid ## CONSUMES\r
49\r
50[Protocols]\r
4adf0008 51 gEfiStatusCodeRuntimeProtocolGuid ## CONSUMES\r
75dea6bd 52\r
2008b49a 53[Pcd]\r
75dea6bd 54 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
55\r