]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Fix path issues for Linux build support
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Sep 2010 20:08:20 +0000 (20:08 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 17 Sep 2010 20:08:20 +0000 (20:08 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10887 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Application/Shell/ConsoleLogger.h
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
ShellPkg/ShellPkg.dsc

index 847c64c8ab9991294c07e5db3f4fbe1ee872ce4f..f7c5f6a7a28e223951cc310f1e4fd664d240fd11 100644 (file)
 #include <Protocol/EfiShell.h>
 #include <Protocol/EfiShellParameters.h>
 
-#include <Library/Debuglib.h>
-#include <Library/Baselib.h>
-#include <Library/BaseMemorylib.h>
-#include <Library/MemoryAllocationlib.h>
+#include <Library/DebugLib.h>
+#include <Library/BaseLib.h>
+#include <Library/BaseMemoryLib.h>
+#include <Library/MemoryAllocationLib.h>
 #include <Library/UefiBootServicesTableLib.h>
 #include <Library/HiiLib.h>
 #include <Library/ShellLib.h>
index 479c12d351afa42637788eec8730c3cadeda0537..3cf9320c117e1b1c69ceb2828e1e5e14bf22760e 100644 (file)
@@ -52,7 +52,6 @@
 #include <Protocol/EdidOverride.h>\r
 #include <Protocol/LoadFile.h>\r
 #include <Protocol/LoadFile2.h>\r
-#include <Protocol/SimpleFilesystem.h>\r
 #include <Protocol/TapeIo.h>\r
 #include <Protocol/DiskIo.h>\r
 #include <Protocol/BlockIo.h>\r
index bcf9bc3da4d7da652e24d02ce9962420952d613c..6327ae54c5fbe5da4ac45cac37e6bb6a84816eff 100644 (file)
@@ -37,7 +37,7 @@
 #include <Library/DebugLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
 #include <Library/PcdLib.h>\r
-#include <library/ShellCommandLib.h>\r
+#include <Library/ShellCommandLib.h>\r
 #include <Library/PrintLib.h>\r
 #include <Library/ShellLib.h>\r
 #include <Library/HiiLib.h>\r
index 0533e8d4d951cc3ab17c33dbf3286ba90042e119..0917a5ca621944620a68a0ac77a0bb06f60212bc 100644 (file)
@@ -56,7 +56,7 @@
 \r
   ShellPkg/Application/Shell/Shell.inf {\r
     <LibraryClasses>\r
-      DebugLib|MdePkg\Library\UefiDebugLibConOut\UefiDebugLibConOut.inf\r
+      DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
       ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf\r
       NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf\r
       NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf\r