]> 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 39b2e6535c844a76e2d59fb433c5cc27befc6a62..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
 #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
@@ -136,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