]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update USB Mass Storage driver to declare its dependency on the BaseLib
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 May 2009 20:04:23 +0000 (20:04 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 May 2009 20:04:23 +0000 (20:04 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8353 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h
MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf

index d7708cb2d3b437e86c6a424eb3265d33325ec561..33b23816215e3c56f6f6f5eb9fab04f565ca9006 100644 (file)
@@ -23,6 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/UsbIo.h>\r
 #include <Protocol/DevicePath.h>\r
 \r
+#include <Library/BaseLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/UefiDriverEntryPoint.h>\r
index a4086043f1ddd7f35c8ba04aaf02ac241f68221a..0cc3157b7a5781265af4d70176641d2392544da2 100644 (file)
@@ -61,6 +61,7 @@
   MdePkg/MdePkg.dec\r
 \r
 [LibraryClasses]\r
+  BaseLib\r
   MemoryAllocationLib\r
   UefiLib\r
   UefiBootServicesTableLib\r