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