]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf
9b4649c7d55c4d5080af4e31299d127f905fe0f1
[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. All rights reserved.<BR>
8 #
9 # 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
27 CONSTRUCTOR = DxeCoreReportStatusCodeFromHobLibConstructor
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources]
36 ReportStatusCodeLib.c
37 DxeSupport.c
38 ReportStatusCodeLibInternal.h
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44 [LibraryClasses]
45 PcdLib
46 BaseMemoryLib
47 BaseLib
48 UefiBootServicesTableLib
49 DebugLib
50 DevicePathLib
51 HobLib
52
53 [Guids]
54 gEfiStatusCodeSpecificDataGuid
55 gEfiStatusCodeDataTypeDebugGuid
56
57
58 [Protocols]
59 gEfiStatusCodeRuntimeProtocolGuid # PRODUCES
60
61 [Pcd]
62 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask
63