mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-23 09:47:44 +02:00
MdePkg: Included BaseLib.h in DebugLib.h as it's needed for CpuBreakpoint(). Reverted minor changes.
This commit is contained in:
parent
c9e1823fbc
commit
30d425b06f
@ -20,11 +20,11 @@
|
|||||||
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
||||||
SKUID_IDENTIFIER = DEFAULT
|
SKUID_IDENTIFIER = DEFAULT
|
||||||
|
|
||||||
|
!include MdePkg/MdeLibs.dsc.inc
|
||||||
|
|
||||||
[BuildOptions]
|
[BuildOptions]
|
||||||
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
|
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
|
||||||
|
|
||||||
!include MdePkg/MdeLibs.dsc.inc
|
|
||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
#
|
#
|
||||||
# Entry Point Libraries
|
# Entry Point Libraries
|
||||||
|
@ -517,3 +517,4 @@
|
|||||||
MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
|
MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf
|
||||||
|
|
||||||
[BuildOptions]
|
[BuildOptions]
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||||||
#ifndef __DEBUG_LIB_H__
|
#ifndef __DEBUG_LIB_H__
|
||||||
#define __DEBUG_LIB_H__
|
#define __DEBUG_LIB_H__
|
||||||
|
|
||||||
|
#include <Library/BaseLib.h>
|
||||||
#include <Library/PcdLib.h>
|
#include <Library/PcdLib.h>
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include <IndustryStandard/PeImage2.h>
|
#include <IndustryStandard/PeImage2.h>
|
||||||
|
|
||||||
#include <Library/BaseLib.h>
|
|
||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/BaseOverflowLib.h>
|
#include <Library/BaseOverflowLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include <Guid/WinCertificate.h>
|
#include <Guid/WinCertificate.h>
|
||||||
|
|
||||||
#include <Library/BaseLib.h>
|
|
||||||
#include <Library/BaseOverflowLib.h>
|
#include <Library/BaseOverflowLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
#include <IndustryStandard/PeImage2.h>
|
#include <IndustryStandard/PeImage2.h>
|
||||||
|
|
||||||
#include <Library/BaseLib.h>
|
|
||||||
#include <Library/BaseOverflowLib.h>
|
#include <Library/BaseOverflowLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/PeCoffLib2.h>
|
#include <Library/PeCoffLib2.h>
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
#include <Uefi/UefiBaseType.h>
|
#include <Uefi/UefiBaseType.h>
|
||||||
#include <Uefi/UefiSpec.h>
|
#include <Uefi/UefiSpec.h>
|
||||||
|
|
||||||
#include <Library/BaseLib.h>
|
|
||||||
#include <Library/BaseOverflowLib.h>
|
#include <Library/BaseOverflowLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/PeCoffLib2.h>
|
#include <Library/PeCoffLib2.h>
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
#include <Guid/WinCertificate.h>
|
#include <Guid/WinCertificate.h>
|
||||||
|
|
||||||
#include <Library/BaseLib.h>
|
|
||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/BaseOverflowLib.h>
|
#include <Library/BaseOverflowLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#include <IndustryStandard/PeImage2.h>
|
#include <IndustryStandard/PeImage2.h>
|
||||||
|
|
||||||
#include <Library/BaseLib.h>
|
|
||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/PeCoffLib2.h>
|
#include <Library/PeCoffLib2.h>
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
#include <IndustryStandard/PeImage2.h>
|
#include <IndustryStandard/PeImage2.h>
|
||||||
|
|
||||||
#include <Library/BaseLib.h>
|
|
||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/BaseOverflowLib.h>
|
#include <Library/BaseOverflowLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user