]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Add Ip4Config2 Protocol defintion in UefiHandleParsingLib
authorjiaxinwu <jiaxin.wu@intel.com>
Wed, 8 Jul 2015 02:55:09 +0000 (02:55 +0000)
committerjiaxinwu <jiaxinwu@Edk2>
Wed, 8 Jul 2015 02:55:09 +0000 (02:55 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: jiaxinwu <jiaxin.wu@intel.com>
Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17870 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni

index 34296675995d0f5ec61b8a74e1867d77d6d008d1..bf41047087324352b22031975c849889335464e8 100644 (file)
@@ -2,7 +2,7 @@
   Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 \r
   (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
   Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 \r
   (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2015, 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
   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
@@ -909,6 +909,7 @@ STATIC CONST GUID_INFO_BLOCK mGuidStringList[] = {
   {STRING_TOKEN(STR_IPV4_SB),               &gEfiIp4ServiceBindingProtocolGuid,               NULL},\r
   {STRING_TOKEN(STR_IPV4),                  &gEfiIp4ProtocolGuid,                             NULL},\r
   {STRING_TOKEN(STR_IPV4_CFG),              &gEfiIp4ConfigProtocolGuid,                       NULL},\r
   {STRING_TOKEN(STR_IPV4_SB),               &gEfiIp4ServiceBindingProtocolGuid,               NULL},\r
   {STRING_TOKEN(STR_IPV4),                  &gEfiIp4ProtocolGuid,                             NULL},\r
   {STRING_TOKEN(STR_IPV4_CFG),              &gEfiIp4ConfigProtocolGuid,                       NULL},\r
+  {STRING_TOKEN(STR_IPV4_CFG2),             &gEfiIp4Config2ProtocolGuid,                      NULL},\r
   {STRING_TOKEN(STR_UDPV4_SB),              &gEfiUdp4ServiceBindingProtocolGuid,              NULL},\r
   {STRING_TOKEN(STR_UDPV4),                 &gEfiUdp4ProtocolGuid,                            NULL},\r
   {STRING_TOKEN(STR_MTFTPV4_SB),            &gEfiMtftp4ServiceBindingProtocolGuid,            NULL},\r
   {STRING_TOKEN(STR_UDPV4_SB),              &gEfiUdp4ServiceBindingProtocolGuid,              NULL},\r
   {STRING_TOKEN(STR_UDPV4),                 &gEfiUdp4ProtocolGuid,                            NULL},\r
   {STRING_TOKEN(STR_MTFTPV4_SB),            &gEfiMtftp4ServiceBindingProtocolGuid,            NULL},\r
index de987f8277b2a785f0220c5850d9096274ecc68f..b9141fa44b0f4cce2d8e27935aef44c7ed6f9540 100644 (file)
@@ -2,7 +2,7 @@
   Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 \r
   (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
   Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 \r
   (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 2015, 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
   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
@@ -86,6 +86,7 @@
 #include <Protocol/Tcp4.h>\r
 #include <Protocol/Ip4.h>\r
 #include <Protocol/Ip4Config.h>\r
 #include <Protocol/Tcp4.h>\r
 #include <Protocol/Ip4.h>\r
 #include <Protocol/Ip4Config.h>\r
+#include <Protocol/Ip4Config2.h>\r
 #include <Protocol/Udp4.h>\r
 #include <Protocol/Mtftp4.h>\r
 #include <Protocol/AuthenticationInfo.h>\r
 #include <Protocol/Udp4.h>\r
 #include <Protocol/Mtftp4.h>\r
 #include <Protocol/AuthenticationInfo.h>\r
index e1a9a247ab958635ccbb3893d6978eab3b556a70..4cd81f59ed6626e10afb711cf9c952a30e6b9068 100644 (file)
   gEfiIp4ServiceBindingProtocolGuid                       ## UNDEFINED\r
   gEfiIp4ProtocolGuid                                     ## UNDEFINED\r
   gEfiIp4ConfigProtocolGuid                               ## UNDEFINED\r
   gEfiIp4ServiceBindingProtocolGuid                       ## UNDEFINED\r
   gEfiIp4ProtocolGuid                                     ## UNDEFINED\r
   gEfiIp4ConfigProtocolGuid                               ## UNDEFINED\r
+  gEfiIp4Config2ProtocolGuid                              ## UNDEFINED\r
   gEfiUdp4ServiceBindingProtocolGuid                      ## UNDEFINED\r
   gEfiUdp4ProtocolGuid                                    ## UNDEFINED\r
   gEfiMtftp4ServiceBindingProtocolGuid                    ## UNDEFINED\r
   gEfiUdp4ServiceBindingProtocolGuid                      ## UNDEFINED\r
   gEfiUdp4ProtocolGuid                                    ## UNDEFINED\r
   gEfiMtftp4ServiceBindingProtocolGuid                    ## UNDEFINED\r
index d4eef989ac9dbd2d8b7b5028b3d698c620f8ab01..d8e45d049638a4956ee09e51574bcdae0376f411 100644 (file)
Binary files a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni and b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni differ