Last change
on this file since 86513 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.