Remove over specific usage for library class

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6117 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2008-10-15 07:18:19 +00:00
parent bf9ffb9f6b
commit 18d2d5ab9e
9 changed files with 1 additions and 11 deletions

View File

@ -19,7 +19,6 @@
#include <Library/BaseLib.h> #include <Library/BaseLib.h>
#include <Library/UefiDecompressLib.h> #include <Library/UefiDecompressLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
#include "BaseUefiDecompressLibInternals.h" #include "BaseUefiDecompressLibInternals.h"

View File

@ -40,6 +40,5 @@
[LibraryClasses] [LibraryClasses]
BaseLib BaseLib
BaseMemoryLib
DebugLib DebugLib

View File

@ -44,8 +44,6 @@
BaseMemoryLib BaseMemoryLib
BaseLib BaseLib
DebugLib DebugLib
PcdLib
UefiRuntimeServicesTableLib
UefiBootServicesTableLib UefiBootServicesTableLib
DevicePathLib DevicePathLib
UefiLib UefiLib

View File

@ -27,8 +27,6 @@
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h> #include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h> #include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/PcdLib.h>
#include <Library/DevicePathLib.h> #include <Library/DevicePathLib.h>
#include <Library/UefiLib.h> #include <Library/UefiLib.h>

View File

@ -38,4 +38,4 @@
[LibraryClasses] [LibraryClasses]
BaseLib BaseLib
DebugLib DebugLib

View File

@ -23,7 +23,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/PeiServicesLib.h> #include <Library/PeiServicesLib.h>
#include <Library/PcdLib.h> #include <Library/PcdLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/PeiServicesTablePointerLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>
/** /**

View File

@ -41,7 +41,6 @@
[LibraryClasses] [LibraryClasses]
BaseMemoryLib BaseMemoryLib
PeiServicesTablePointerLib
PeiServicesLib PeiServicesLib
DebugLib DebugLib

View File

@ -23,7 +23,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/SmbusLib.h> #include <Library/SmbusLib.h>
#include <Library/DebugLib.h> #include <Library/DebugLib.h>
#include <Library/PeiServicesTablePointerLib.h>
#include <Library/PeiServicesLib.h> #include <Library/PeiServicesLib.h>
#include <Library/BaseMemoryLib.h> #include <Library/BaseMemoryLib.h>

View File

@ -41,7 +41,6 @@
[LibraryClasses] [LibraryClasses]
BaseMemoryLib BaseMemoryLib
PeiServicesTablePointerLib
PeiServicesLib PeiServicesLib
DebugLib DebugLib