]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
ShellPkg: Add Dynamic GUID registration into the current GUID<->String conversion...
[mirror_edk2.git] / ShellPkg / Library / UefiHandleParsingLib / UefiHandleParsingLib.h
index 479c12d351afa42637788eec8730c3cadeda0537..c1735a64aed5be3ad68819959ff072fcedeb72b3 100644 (file)
@@ -1,7 +1,8 @@
 /** @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) 2013 - 2014, Hewlett-Packard Development Company, L.P.\r
+  Copyright (c) 2011 - 2014, 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 +13,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 +25,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 +57,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
 #include <Protocol/DevicePathUtilities.h>\r
 //#include <Protocol/FirmwareVolume.h>\r
 //#include <Protocol/FirmwareVolume2.h>\r
+#include <Protocol/DriverFamilyOverride.h>\r
+#include <Protocol/Pcd.h>\r
+#include <Protocol/TcgService.h>\r
+#include <Protocol/HiiPackageList.h>\r
+#include <Protocol/Ip6.h>\r
+#include <Protocol/Ip6Config.h>\r
+#include <Protocol/Mtftp6.h>\r
+#include <Protocol/Dhcp6.h>\r
+#include <Protocol/Udp6.h>\r
+#include <Protocol/Tcp6.h>\r
+#include <Protocol/VlanConfig.h>\r
+#include <Protocol/Eap.h>\r
+#include <Protocol/EapManagement.h>\r
+#include <Protocol/Ftp4.h>\r
+#include <Protocol/IpSecConfig.h>\r
+#include <Protocol/DriverHealth.h>\r
+#include <Protocol/DeferredImageLoad.h>\r
+#include <Protocol/UserCredential.h>\r
+#include <Protocol/UserManager.h>\r
+#include <Protocol/AtaPassThru.h>\r
+#include <Protocol/FirmwareManagement.h>\r
+#include <Protocol/IpSec.h>\r
+#include <Protocol/Kms.h>\r
+#include <Protocol/BlockIo2.h>\r
+#include <Protocol/StorageSecurityCommand.h>\r
+#include <Protocol/UserCredential2.h>\r
+#include <Protocol/IdeControllerInit.h>\r
+#include <Protocol/DiskIo2.h>\r
+#include <Protocol/AdapterInformation.h>\r
+#include <Protocol/EfiShellDynamicCommand.h>\r
 \r
 #include <Library/HandleParsingLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiLib.h>\r
 #include <Library/HiiLib.h>\r
 #include <Library/ShellLib.h>\r
+#include <Library/SortLib.h>\r
 \r
 typedef struct {\r
   LIST_ENTRY  Link;\r
@@ -133,10 +168,11 @@ CHAR16 *
   IN CONST BOOLEAN    Verbose\r
   );\r
 \r
-\r
-typedef struct {\r
+typedef struct _GUID_INFO_BLOCK{\r
   EFI_STRING_ID                 StringId;\r
   EFI_GUID                      *GuidId;\r
   DUMP_PROTOCOL_INFO            DumpInfo;\r
-} PROTOCOL_INFO_BLOCK;\r
+} GUID_INFO_BLOCK;\r
+\r
+#endif\r
 \r