]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf
1. Correct File header to ## @file
[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
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
6bfbb5f0 37[Sources]\r
6dacb8cd 38 ReportStatusCodeLib.c\r
39 DxeSupport.c\r
40 ReportStatusCodeLibInternal.h\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
1d7dfebf 44 MdeModulePkg/MdeModulePkg.dec\r
6dacb8cd 45 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
46 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
47\r
48[LibraryClasses]\r
49 PcdLib\r
50 BaseMemoryLib\r
51 BaseLib\r
52 UefiBootServicesTableLib\r
53 DebugLib\r
54 DevicePathLib\r
55 HobLib\r
56 \r
57[Guids]\r
58 gEfiStatusCodeSpecificDataGuid\r
59 gEfiStatusCodeDataTypeDebugGuid\r
60\r
61\r
62[Protocols]\r
63 gEfiStatusCodeRuntimeProtocolGuid # PRODUCES\r
64\r
65[Pcd]\r
66 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
67\r