]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / DuetPkg / Library / DxeCoreReportStatusCodeLibFromHob / DxeCoreReportStatusCodeLibFromHob.inf
CommitLineData
6bfbb5f0 1## @file\r
6dacb8cd 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
6bfbb5f0 7# Copyright (c) 2009 - 2010, Intel Corporation.\r
6dacb8cd 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
6bfbb5f0 17##\r
6dacb8cd 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
6dacb8cd 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 IPF EBC\r
33#\r
34\r
6bfbb5f0 35[Sources]\r
6dacb8cd 36 ReportStatusCodeLib.c\r
37 DxeSupport.c\r
38 ReportStatusCodeLibInternal.h\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
1d7dfebf 42 MdeModulePkg/MdeModulePkg.dec\r
6dacb8cd 43 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
44 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 PcdLib\r
48 BaseMemoryLib\r
49 BaseLib\r
50 UefiBootServicesTableLib\r
51 DebugLib\r
52 DevicePathLib\r
53 HobLib\r
54 \r
55[Guids]\r
56 gEfiStatusCodeSpecificDataGuid\r
57 gEfiStatusCodeDataTypeDebugGuid\r
58\r
59\r
60[Protocols]\r
61 gEfiStatusCodeRuntimeProtocolGuid # PRODUCES\r
62\r
63[Pcd]\r
64 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
65\r