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:
klu2 2008-10-16 02:03:35 +00:00
parent 912004c098
commit 8dbdc9407a
8 changed files with 2 additions and 11 deletions

View File

@ -48,9 +48,9 @@
MemoryAllocationLib MemoryAllocationLib
BaseMemoryLib BaseMemoryLib
UefiDriverEntryPoint UefiDriverEntryPoint
HiiLib
DebugLib DebugLib
HiiLib
[Guids] [Guids]
gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED gEfiProcessorSubClassGuid # SOMETIMES_CONSUMED
gEfiProcessorProducerGuid # SOMETIMES_CONSUMED gEfiProcessorProducerGuid # SOMETIMES_CONSUMED

View File

@ -26,7 +26,6 @@ Abstract:
#include <WinNtDxe.h> #include <WinNtDxe.h>
#include <Protocol/Metronome.h> #include <Protocol/Metronome.h>
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/WinNtLib.h> #include <Library/WinNtLib.h>
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>

View File

@ -43,7 +43,6 @@
UefiBootServicesTableLib UefiBootServicesTableLib
WinNtLib WinNtLib
UefiDriverEntryPoint UefiDriverEntryPoint
DebugLib
BaseLib BaseLib
[Protocols] [Protocols]

View File

@ -65,7 +65,6 @@
[LibraryClasses] [LibraryClasses]
DevicePathLib DevicePathLib
UefiBootServicesTableLib UefiBootServicesTableLib
MemoryAllocationLib
BaseMemoryLib BaseMemoryLib
UefiDriverEntryPoint UefiDriverEntryPoint
UefiLib UefiLib

View File

@ -34,7 +34,6 @@ Abstract:
#include <Library/UefiLib.h> #include <Library/UefiLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>
#include <Library/DevicePathLib.h> #include <Library/DevicePathLib.h>
#include <Library/PcdLib.h> #include <Library/PcdLib.h>

View File

@ -41,9 +41,7 @@
[LibraryClasses] [LibraryClasses]
PcdLib PcdLib
BaseMemoryLib
PeiServicesLib PeiServicesLib
HobLib
PeimEntryPoint PeimEntryPoint
DebugLib DebugLib

View File

@ -39,7 +39,6 @@ Abstract:
// //
// The Library classes this module consumes // The Library classes this module consumes
// //
#include <Library/DebugLib.h>
#include <Library/UefiDriverEntryPoint.h> #include <Library/UefiDriverEntryPoint.h>
#include <Library/WinNtLib.h> #include <Library/WinNtLib.h>
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>

View File

@ -44,8 +44,6 @@
UefiBootServicesTableLib UefiBootServicesTableLib
WinNtLib WinNtLib
UefiDriverEntryPoint UefiDriverEntryPoint
DebugLib
[Protocols] [Protocols]
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED