mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-23 17:57:45 +02:00
Remove unused dependencies on UefiImageLib
This commit is contained in:
parent
c36bf0ae08
commit
4a541b7183
@ -85,7 +85,6 @@
|
|||||||
DebugLib
|
DebugLib
|
||||||
BaseLib
|
BaseLib
|
||||||
CacheMaintenanceLib
|
CacheMaintenanceLib
|
||||||
UefiImageLib
|
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiDebugSupportProtocolGuid ## PRODUCES
|
gEfiDebugSupportProtocolGuid ## PRODUCES
|
||||||
|
@ -53,7 +53,6 @@
|
|||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
CacheMaintenanceLib
|
CacheMaintenanceLib
|
||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
UefiImageLib
|
|
||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
UefiDriverEntryPoint
|
UefiDriverEntryPoint
|
||||||
|
@ -12,6 +12,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||||||
|
|
||||||
#include <Uefi.h>
|
#include <Uefi.h>
|
||||||
|
|
||||||
|
#include <IndustryStandard/PeImage2.h>
|
||||||
|
|
||||||
#include <Protocol/DebugSupport.h>
|
#include <Protocol/DebugSupport.h>
|
||||||
#include <Protocol/Ebc.h>
|
#include <Protocol/Ebc.h>
|
||||||
#include <Protocol/EbcVmTest.h>
|
#include <Protocol/EbcVmTest.h>
|
||||||
@ -21,7 +23,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||||||
#include <Library/BaseLib.h>
|
#include <Library/BaseLib.h>
|
||||||
#include <Library/CacheMaintenanceLib.h>
|
#include <Library/CacheMaintenanceLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/UefiImageLib.h>
|
|
||||||
#include <Library/UefiDriverEntryPoint.h>
|
#include <Library/UefiDriverEntryPoint.h>
|
||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/UefiImageLib.h>
|
|
||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
|
|
||||||
#include <Protocol/PeCoffImageEmulator.h>
|
#include <Protocol/PeCoffImageEmulator.h>
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
DebugLib
|
DebugLib
|
||||||
UefiImageLib
|
|
||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
UefiDriverEntryPoint
|
UefiDriverEntryPoint
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/SynchronizationLib.h>
|
#include <Library/SynchronizationLib.h>
|
||||||
#include <Library/CpuExceptionHandlerLib.h>
|
#include <Library/CpuExceptionHandlerLib.h>
|
||||||
#include <Library/UefiImageLib.h>
|
|
||||||
|
|
||||||
#define CPU_EXCEPTION_NUM 32
|
#define CPU_EXCEPTION_NUM 32
|
||||||
#define CPU_INTERRUPT_NUM 256
|
#define CPU_INTERRUPT_NUM 256
|
||||||
|
@ -57,7 +57,6 @@
|
|||||||
PrintLib
|
PrintLib
|
||||||
SynchronizationLib
|
SynchronizationLib
|
||||||
LocalApicLib
|
LocalApicLib
|
||||||
UefiImageLib
|
|
||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
DebugLib
|
DebugLib
|
||||||
CcExitLib
|
CcExitLib
|
||||||
|
@ -49,7 +49,6 @@
|
|||||||
PrintLib
|
PrintLib
|
||||||
SynchronizationLib
|
SynchronizationLib
|
||||||
LocalApicLib
|
LocalApicLib
|
||||||
UefiImageLib
|
|
||||||
DebugLib
|
DebugLib
|
||||||
CcExitLib
|
CcExitLib
|
||||||
|
|
||||||
|
@ -48,7 +48,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||||||
#include <Library/CpuExceptionHandlerLib.h>
|
#include <Library/CpuExceptionHandlerLib.h>
|
||||||
#include <Library/ReportStatusCodeLib.h>
|
#include <Library/ReportStatusCodeLib.h>
|
||||||
#include <Library/SmmCpuFeaturesLib.h>
|
#include <Library/SmmCpuFeaturesLib.h>
|
||||||
#include <Library/UefiImageLib.h>
|
|
||||||
|
|
||||||
#include <Library/RegisterCpuFeaturesLib.h>
|
#include <Library/RegisterCpuFeaturesLib.h>
|
||||||
|
|
||||||
|
@ -96,7 +96,6 @@
|
|||||||
CpuLib
|
CpuLib
|
||||||
ReportStatusCodeLib
|
ReportStatusCodeLib
|
||||||
SmmCpuFeaturesLib
|
SmmCpuFeaturesLib
|
||||||
UefiImageLib
|
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiSmmAccess2ProtocolGuid ## CONSUMES
|
gEfiSmmAccess2ProtocolGuid ## CONSUMES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user