]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
ShellPkg: Add protocols / protocol GUIDs to display and input mapping.
[mirror_edk2.git] / ShellPkg / Library / UefiHandleParsingLib / UefiHandleParsingLib.h
index d519c1d400fc3956a79c2a975e3a7ecc2b0eead4..3b1ad2bac469159b4275d63159d4206e76554898 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) 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 2012, 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,7 +12,7 @@
 \r
 **/\r
 \r
-#if !defined (_UEFI_HANDLE_PARSING_LIB_INTERNAL_H_)\r
+#ifndef _UEFI_HANDLE_PARSING_LIB_INTERNAL_H_\r
 #define _UEFI_HANDLE_PARSING_LIB_INTERNAL_H_\r
 \r
 #include <Uefi.h>\r
@@ -24,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
 #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
 \r
 #include <Library/HandleParsingLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
@@ -135,12 +162,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