]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf
Add check before free DevicePath (TCP child sock will have no device path installed)
[mirror_edk2.git] / DuetPkg / Library / DxeCoreReportStatusCodeLibFromHob / DxeCoreReportStatusCodeLibFromHob.inf
CommitLineData
6dacb8cd 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, Intel Corporation.\r
8#\r
9# All rights reserved. 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 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
29 CONSTRUCTOR = DxeCoreReportStatusCodeFromHobLibConstructor\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
37[Sources.common]\r
38 ReportStatusCodeLib.c\r
39 DxeSupport.c\r
40 ReportStatusCodeLibInternal.h\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
45 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 PcdLib\r
49 BaseMemoryLib\r
50 BaseLib\r
51 UefiBootServicesTableLib\r
52 DebugLib\r
53 DevicePathLib\r
54 HobLib\r
55 \r
56[Guids]\r
57 gEfiStatusCodeSpecificDataGuid\r
58 gEfiStatusCodeDataTypeDebugGuid\r
59\r
60\r
61[Protocols]\r
62 gEfiStatusCodeRuntimeProtocolGuid # PRODUCES\r
63\r
64[Pcd]\r
65 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
66\r