mirror of https://github.com/acidanthera/audk.git
Add the missing DebugPrintErrorLevelLib library class in MdePkg.dec
Signed-off-by: lgao4 Reviewed-by: rsun3 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12905 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8fcf74a850
commit
5aaa6e114a
|
@ -5,7 +5,7 @@
|
|||
# It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of
|
||||
# EFI1.10/UEFI2.3.1/PI1.2 and some Industry Standards.
|
||||
#
|
||||
# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2007 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
|
||||
#
|
||||
# This program and the accompanying materials are licensed and made available under
|
||||
|
@ -216,6 +216,9 @@
|
|||
# operatation to be replayed during an S3 resume. This
|
||||
# library class maps directly on top of the Timer class.
|
||||
S3StallLib|Include/Library/S3StallLib.h
|
||||
|
||||
## @libraryclass Defines library APIs used by modules to get/set print error level.
|
||||
DebugPrintErrorLevelLib|Include/Library/DebugPrintErrorLevelLib.h
|
||||
|
||||
[LibraryClasses.IA32, LibraryClasses.X64]
|
||||
## @libraryclass Abstracts both S/W SMI generation and detection.
|
||||
|
|
Loading…
Reference in New Issue