]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update modules to show real dependencies on the BaseMemoryLib and MemoryAllocationLib
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 May 2009 23:15:47 +0000 (23:15 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 May 2009 23:15:47 +0000 (23:15 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8360 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
MdeModulePkg/Universal/Network/IScsiDxe/IScsiImpl.h
MdeModulePkg/Universal/Network/IScsiDxe/Md5.h
MdeModulePkg/Universal/Network/MnpDxe/MnpDriver.h
MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Impl.h
MdeModulePkg/Universal/Network/Tcp4Dxe/Socket.h
MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf

index ae9055166c59a51bde5ea435f4ea981cd74dd475..b1415252c31ba7b892f9ab99e378890f0bf08554 100644 (file)
@@ -72,6 +72,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   BaseLib\r
   UefiBootServicesTableLib\r
   UefiRuntimeServicesTableLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
   DevicePathLib\r
   DebugLib\r
   PrintLib\r
index a27df41b6c36a4009e42c956f1aab30732c8ad5d..ddcdb50cf5573bff37372b89c38aae8ba95b27a5 100644 (file)
@@ -17,6 +17,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #include <Uefi.h>\r
 \r
+#include <Library/BaseMemoryLib.h>\r
+#include <Library/MemoryAllocationLib.h>\r
 #include <Library/NetLib.h>\r
 #include <Library/PrintLib.h>\r
 #include <Library/UefiRuntimeServicesTableLib.h>\r
index 4198e200dc9d62abfaeccde8872749e6bbbb0315..758ee7ae83aa2315fe3c07297c4142447f3d72d4 100644 (file)
@@ -17,6 +17,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #include <Uefi.h>\r
 #include <Library/BaseLib.h>\r
+#include <Library/BaseMemoryLib.h>\r
 #include <Library/NetLib.h>\r
  \r
 #define MD5_HASHSIZE  16\r
index ba19f444fac3a1672fc5b6ef114470e6c3a9049a..3fc7da1920e2421d0e2bad0cd9726d54f61970c6 100644 (file)
@@ -21,7 +21,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/ServiceBinding.h>\r
 \r
 #include <Library/BaseLib.h>\r
+#include <Library/BaseMemoryLib.h>\r
 #include <Library/DebugLib.h>\r
+#include <Library/MemoryAllocationLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiLib.h>\r
 #include <Library/NetLib.h>\r
index c637cccb35309f02f0a003057142cc526e46c019..058a9c45621caafbdc72f4a4378db9ce56d3ae0f 100644 (file)
@@ -47,6 +47,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 [LibraryClasses]\r
   BaseLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
   UefiLib\r
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
index 88011d653c9a73253d8113064c4e8f2b16a5b29d..b45914d3af39d15008deab22f7abfe1ba6fd545c 100644 (file)
@@ -58,6 +58,8 @@
   DebugLib\r
   NetLib\r
   UdpIoLib\r
+  MemoryAllocationLib\r
+  BaseMemoryLib\r
 \r
 \r
 [Protocols]\r
index 266c32e2560343a7565ee8f03a03cd55e396a7da..877164abb616f7e1a674b2bb044fe06f1d7a2ea6 100644 (file)
@@ -30,6 +30,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/Mtftp4.h>\r
 \r
 #include <Library/DebugLib.h>\r
+#include <Library/BaseMemoryLib.h>\r
+#include <Library/MemoryAllocationLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UdpIoLib.h>\r
 \r
index 6f668574151b2c99692bc2310cbaf853527891eb..601db1548ae597e741e640e7477637a384f57904 100644 (file)
@@ -23,6 +23,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #include <Library/NetLib.h>\r
 #include <Library/DebugLib.h>\r
+#include <Library/BaseMemoryLib.h>\r
+#include <Library/MemoryAllocationLib.h>\r
 #include <Library/UefiRuntimeServicesTableLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiDriverEntryPoint.h>\r
index 3e2d69d8b6ca229107041cd6a83315357d2bc618..3b9880d38ded8679aaa5f523de4d4d862566718a 100644 (file)
@@ -64,6 +64,8 @@
   UefiBootServicesTableLib\r
   UefiDriverEntryPoint\r
   UefiRuntimeServicesTableLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
   DebugLib\r
   NetLib\r
   IpIoLib\r