]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / PeiDebugPrintHobLib / PeiDebugPrintHobLib.inf
1 ## @file
2 # NULL Library class that reads Debug Mask variable and if it exists makes a
3 # HOB that contains the debug mask.
4 #
5 # Copyright (c) 2011, Apple, Inc. All rights reserved.<BR>
6 # Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = PeiDebugPrintHobLib
16 MODULE_UNI_FILE = PeiDebugPrintHobLib.uni
17 FILE_GUID = EB0BDD73-DABB-E74B-BF51-62DC1DA521E1
18 MODULE_TYPE = PEIM
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = NULL|PEIM
21 CONSTRUCTOR = PeiDebugPrintHobLibConstructor
22
23
24 [Sources]
25 PeiDebugPrintHobLib.c
26
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31
32 [LibraryClasses]
33 PeiServicesLib
34 DebugLib
35
36 [Ppis]
37 gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES
38
39 [Guids]
40 ## SOMETIMES_CONSUMES ## Variable:L"EFIDebug"
41 ## SOMETIMES_PRODUCES ## HOB
42 gEfiGenericVariableGuid
43
44 [Depex]
45 gEfiPeiReadOnlyVariable2PpiGuid