mirror of https://github.com/acidanthera/audk.git
Remove over specifc library class for Nt32Pkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6119 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
912004c098
commit
8dbdc9407a
|
@ -48,9 +48,9 @@
|
|||
MemoryAllocationLib
|
||||
BaseMemoryLib
|
||||
UefiDriverEntryPoint
|
||||
HiiLib
|
||||
DebugLib
|
||||
|
||||
HiiLib
|
||||
|
||||
[Guids]
|
||||
gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED
|
||||
gEfiProcessorProducerGuid # SOMETIMES_CONSUMED
|
||||
|
|
|
@ -26,7 +26,6 @@ Abstract:
|
|||
#include <WinNtDxe.h>
|
||||
#include <Protocol/Metronome.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/WinNtLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
UefiBootServicesTableLib
|
||||
WinNtLib
|
||||
UefiDriverEntryPoint
|
||||
DebugLib
|
||||
BaseLib
|
||||
|
||||
[Protocols]
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
[LibraryClasses]
|
||||
DevicePathLib
|
||||
UefiBootServicesTableLib
|
||||
MemoryAllocationLib
|
||||
BaseMemoryLib
|
||||
UefiDriverEntryPoint
|
||||
UefiLib
|
||||
|
|
|
@ -34,7 +34,6 @@ Abstract:
|
|||
#include <Library/UefiLib.h>
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/DevicePathLib.h>
|
||||
#include <Library/PcdLib.h>
|
||||
|
|
|
@ -41,9 +41,7 @@
|
|||
|
||||
[LibraryClasses]
|
||||
PcdLib
|
||||
BaseMemoryLib
|
||||
PeiServicesLib
|
||||
HobLib
|
||||
PeimEntryPoint
|
||||
DebugLib
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@ Abstract:
|
|||
//
|
||||
// The Library classes this module consumes
|
||||
//
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/WinNtLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
|
|
|
@ -44,8 +44,6 @@
|
|||
UefiBootServicesTableLib
|
||||
WinNtLib
|
||||
UefiDriverEntryPoint
|
||||
DebugLib
|
||||
|
||||
|
||||
[Protocols]
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
||||
|
|
Loading…
Reference in New Issue