mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-23 01:37:47 +02:00
Remove unused dependencies on UefiImageLib
This commit is contained in:
parent
c36bf0ae08
commit
4a541b7183
@ -85,7 +85,6 @@
|
||||
DebugLib
|
||||
BaseLib
|
||||
CacheMaintenanceLib
|
||||
UefiImageLib
|
||||
|
||||
[Protocols]
|
||||
gEfiDebugSupportProtocolGuid ## PRODUCES
|
||||
|
@ -53,7 +53,6 @@
|
||||
[LibraryClasses]
|
||||
CacheMaintenanceLib
|
||||
MemoryAllocationLib
|
||||
UefiImageLib
|
||||
UefiBootServicesTableLib
|
||||
BaseMemoryLib
|
||||
UefiDriverEntryPoint
|
||||
|
@ -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>
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/UefiImageLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
|
||||
#include <Protocol/PeCoffImageEmulator.h>
|
||||
|
@ -26,7 +26,6 @@
|
||||
[LibraryClasses]
|
||||
BaseMemoryLib
|
||||
DebugLib
|
||||
UefiImageLib
|
||||
UefiBootServicesTableLib
|
||||
UefiDriverEntryPoint
|
||||
|
||||
|
@ -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
|
||||
|
@ -57,7 +57,6 @@
|
||||
PrintLib
|
||||
SynchronizationLib
|
||||
LocalApicLib
|
||||
UefiImageLib
|
||||
MemoryAllocationLib
|
||||
DebugLib
|
||||
CcExitLib
|
||||
|
@ -49,7 +49,6 @@
|
||||
PrintLib
|
||||
SynchronizationLib
|
||||
LocalApicLib
|
||||
UefiImageLib
|
||||
DebugLib
|
||||
CcExitLib
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -96,7 +96,6 @@
|
||||
CpuLib
|
||||
ReportStatusCodeLib
|
||||
SmmCpuFeaturesLib
|
||||
UefiImageLib
|
||||
|
||||
[Protocols]
|
||||
gEfiSmmAccess2ProtocolGuid ## CONSUMES
|
||||
|
Loading…
x
Reference in New Issue
Block a user