Remove unused dependencies on UefiImageLib

This commit is contained in:
Marvin Häuser 2023-05-06 12:41:34 +02:00 committed by MikhailKrichanov
parent c36bf0ae08
commit 4a541b7183
10 changed files with 2 additions and 10 deletions

View File

@ -85,7 +85,6 @@
DebugLib
BaseLib
CacheMaintenanceLib
UefiImageLib
[Protocols]
gEfiDebugSupportProtocolGuid ## PRODUCES

View File

@ -53,7 +53,6 @@
[LibraryClasses]
CacheMaintenanceLib
MemoryAllocationLib
UefiImageLib
UefiBootServicesTableLib
BaseMemoryLib
UefiDriverEntryPoint

View File

@ -12,6 +12,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#include <Uefi.h>
#include <IndustryStandard/PeImage2.h>
#include <Protocol/DebugSupport.h>
#include <Protocol/Ebc.h>
#include <Protocol/EbcVmTest.h>
@ -21,7 +23,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#include <Library/BaseLib.h>
#include <Library/CacheMaintenanceLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiImageLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h>
#include <Library/UefiBootServicesTableLib.h>

View File

@ -12,7 +12,6 @@
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiImageLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Protocol/PeCoffImageEmulator.h>

View File

@ -26,7 +26,6 @@
[LibraryClasses]
BaseMemoryLib
DebugLib
UefiImageLib
UefiBootServicesTableLib
UefiDriverEntryPoint

View File

@ -20,7 +20,6 @@
#include <Library/BaseMemoryLib.h>
#include <Library/SynchronizationLib.h>
#include <Library/CpuExceptionHandlerLib.h>
#include <Library/UefiImageLib.h>
#define CPU_EXCEPTION_NUM 32
#define CPU_INTERRUPT_NUM 256

View File

@ -57,7 +57,6 @@
PrintLib
SynchronizationLib
LocalApicLib
UefiImageLib
MemoryAllocationLib
DebugLib
CcExitLib

View File

@ -49,7 +49,6 @@
PrintLib
SynchronizationLib
LocalApicLib
UefiImageLib
DebugLib
CcExitLib

View File

@ -48,7 +48,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#include <Library/CpuExceptionHandlerLib.h>
#include <Library/ReportStatusCodeLib.h>
#include <Library/SmmCpuFeaturesLib.h>
#include <Library/UefiImageLib.h>
#include <Library/RegisterCpuFeaturesLib.h>

View File

@ -96,7 +96,6 @@
CpuLib
ReportStatusCodeLib
SmmCpuFeaturesLib
UefiImageLib
[Protocols]
gEfiSmmAccess2ProtocolGuid ## CONSUMES