]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / ShellPkg / Library / UefiHandleParsingLib / UefiHandleParsingLib.h
index 479c12d351afa42637788eec8730c3cadeda0537..39b2e6535c844a76e2d59fb433c5cc27befc6a62 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -12,6 +12,9 @@
 \r
 **/\r
 \r
+#ifndef _UEFI_HANDLE_PARSING_LIB_INTERNAL_H_\r
+#define _UEFI_HANDLE_PARSING_LIB_INTERNAL_H_\r
+\r
 #include <Uefi.h>\r
 \r
 #include <Guid/FileInfo.h>\r
@@ -21,6 +24,7 @@
 #include <Guid/GlobalVariable.h>\r
 #include <Guid/Gpt.h>\r
 #include <Guid/FileSystemInfo.h>\r
+#include <Guid/ShellLibHiiGuid.h>\r
 \r
 #include <Protocol/SimpleFileSystem.h>\r
 #include <Protocol/LoadedImage.h>\r
@@ -52,7 +56,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
@@ -140,3 +143,5 @@ typedef struct {
   DUMP_PROTOCOL_INFO            DumpInfo;\r
 } PROTOCOL_INFO_BLOCK;\r
 \r
+#endif\r
+\r