]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove over specific usage for library class
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Oct 2008 07:18:19 +0000 (07:18 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Oct 2008 07:18:19 +0000 (07:18 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6117 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
MdePkg/Library/HiiLib/HiiLib.inf
MdePkg/Library/HiiLib/InternalHiiLib.h
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
MdePkg/Library/PeiPcdLib/PeiPcdLib.c
MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h
MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf

index ea9f5071eac58b1fadbac569cc0994634c769b93..18555d1d4f746ff32ed402c20182c142b65bac40 100644 (file)
@@ -19,7 +19,6 @@
 #include <Library/BaseLib.h>\r
 #include <Library/UefiDecompressLib.h>\r
 #include <Library/DebugLib.h>\r
-#include <Library/BaseMemoryLib.h>\r
 \r
 #include "BaseUefiDecompressLibInternals.h"\r
 \r
index 3e7305095b8a507796f19079f8d94c97232e09d3..7e4badcb68024a171a8121d1c023e68e62a2372e 100644 (file)
@@ -40,6 +40,5 @@
 \r
 [LibraryClasses]\r
   BaseLib\r
-  BaseMemoryLib\r
   DebugLib\r
 \r
index db3769a0303c67ce2375bb92d0c88dce2a377189..422d67d1b378c47b4d882d8732eac41828fd80e9 100644 (file)
@@ -44,8 +44,6 @@
   BaseMemoryLib\r
   BaseLib\r
   DebugLib\r
-  PcdLib\r
-  UefiRuntimeServicesTableLib\r
   UefiBootServicesTableLib\r
   DevicePathLib\r
   UefiLib\r
index 255939152abfe188fe3cad84b22c43d0395c637d..18d168ec70d23f19308b834402bc1e3395fc61f6 100644 (file)
@@ -27,8 +27,6 @@
 #include <Library/DebugLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
-#include <Library/UefiRuntimeServicesTableLib.h>\r
-#include <Library/PcdLib.h>\r
 #include <Library/DevicePathLib.h>\r
 #include <Library/UefiLib.h>\r
 \r
index 3d4046f9cd7a08adecd4b5f4f97917de528e3ee3..af8adae9ea339a55e160bf382eeab186bee3b210 100644 (file)
@@ -38,4 +38,4 @@
 \r
 [LibraryClasses]\r
   BaseLib\r
-  DebugLib
\ No newline at end of file
+  DebugLib\r
index 248512ed01bb5251971559f8cfe439090a3d5be2..93e777b54ac8a1670c761811df02668735573d31 100644 (file)
@@ -23,7 +23,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/PeiServicesLib.h>\r
 #include <Library/PcdLib.h>\r
 #include <Library/DebugLib.h>\r
-#include <Library/PeiServicesTablePointerLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
 \r
 /**\r
index 28dfa794aaca7b2bb5b09ef83b3449d1dbcd1a7e..92940180555e51b37208fff0139e89993209642f 100644 (file)
@@ -41,7 +41,6 @@
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
-  PeiServicesTablePointerLib\r
   PeiServicesLib\r
   DebugLib\r
 \r
index b5d0a762626097e5dd501895083fc558585425e6..9e7142d63c123db8fefee9596e8c8475b7d0b867 100644 (file)
@@ -23,7 +23,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #include <Library/SmbusLib.h>\r
 #include <Library/DebugLib.h>\r
-#include <Library/PeiServicesTablePointerLib.h>\r
 #include <Library/PeiServicesLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
 \r
index 05a6ae2315c75d6112bdc945ffaa29701f053ffd..90c6157efb48caf64b1624669e190a507fb12235 100644 (file)
@@ -41,7 +41,6 @@
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
-  PeiServicesTablePointerLib\r
   PeiServicesLib\r
   DebugLib\r
 \r