]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.inf
492f03271e03751126051935a84f9cac696799d2
[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 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PeiDebugPrintHobLib
20 FILE_GUID = EB0BDD73-DABB-E74B-BF51-62DC1DA521E1
21 MODULE_TYPE = PEIM
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = NULL|PEIM
24 CONSTRUCTOR = PeiDebugPrintHobLibConstructor
25
26
27 [Sources]
28 PeiDebugPrintHobLib.c
29
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34
35 [LibraryClasses]
36 PeiServicesLib
37 DebugLib
38
39 [Ppis]
40 gEfiPeiReadOnlyVariable2PpiGuid
41
42 [Guids]
43 gEfiGenericVariableGuid
44
45 [Depex]
46 gEfiPeiReadOnlyVariable2PpiGuid