]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf
DuetPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / DuetPkg / Library / DxeCoreReportStatusCodeLibFromHob / DxeCoreReportStatusCodeLibFromHob.inf
... / ...
CommitLineData
1## @file\r
2# Report status code library for DxeCore.\r
3#\r
4# DXE core report status code library that retrieves the status code function from\r
5# a GUIDed HOB and installs report status code protocol for later DXE phase drivers.\r
6#\r
7# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeCoreReportStatusCodeLibFromHob\r
22 FILE_GUID = 5c7f8702-838f-43df-91e6-7833b6f2a067\r
23 MODULE_TYPE = DXE_CORE\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE\r
26\r
27 CONSTRUCTOR = DxeCoreReportStatusCodeFromHobLibConstructor\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 EBC\r
33#\r
34\r
35[Sources]\r
36 ReportStatusCodeLib.c\r
37 DxeSupport.c\r
38 ReportStatusCodeLibInternal.h\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 PcdLib\r
46 BaseMemoryLib\r
47 BaseLib\r
48 UefiBootServicesTableLib\r
49 DebugLib\r
50 DevicePathLib\r
51 HobLib\r
52 \r
53[Guids]\r
54 gEfiStatusCodeSpecificDataGuid\r
55 gEfiStatusCodeDataTypeDebugGuid\r
56\r
57\r
58[Protocols]\r
59 gEfiStatusCodeRuntimeProtocolGuid # PRODUCES\r
60\r
61[Pcd]\r
62 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
63\r