]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Add DiskInfo GUID matching to the She
authorSamer El-Haj-Mahmoud <elhaj@hp.com>
Thu, 14 May 2015 16:50:40 +0000 (16:50 +0000)
committerjcarsey <jcarsey@Edk2>
Thu, 14 May 2015 16:50:40 +0000 (16:50 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hp.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17447 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 b375e06fd38163c65a2d19013050cc863ed51d60..34296675995d0f5ec61b8a74e1867d77d6d008d1 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 \r
-  (C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P.<BR>\r
+  (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
   Copyright (c) 2010 - 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
@@ -1010,6 +1010,7 @@ STATIC CONST GUID_INFO_BLOCK mGuidStringList[] = {
 // PI Spec ones\r
 //\r
   {STRING_TOKEN(STR_IDE_CONT_INIT),         &gEfiIdeControllerInitProtocolGuid,               NULL},\r
+  {STRING_TOKEN(STR_DISK_INFO),             &gEfiDiskInfoProtocolGuid,                        NULL},\r
 \r
 //\r
 // UEFI Shell Spec 2.0\r
index 1948ab3496e9647cfbd423334558b616bd05895f..de987f8277b2a785f0220c5850d9096274ecc68f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 \r
-  (C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P.<BR>\r
+  (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\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
 #include <Protocol/DiskIo2.h>\r
 #include <Protocol/AdapterInformation.h>\r
 #include <Protocol/EfiShellDynamicCommand.h>\r
+#include <Protocol/DiskInfo.h>\r
 \r
 #include <Library/HandleParsingLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
index 21c32c9ac91dbb6452b69764ab9653b1eaaffa2a..e1a9a247ab958635ccbb3893d6978eab3b556a70 100644 (file)
@@ -1,6 +1,6 @@
 ##  @file\r
 #  Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
-#  (C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P.<BR>\r
+#  (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
 #  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved. <BR>\r
 #\r
 #  This program and the accompanying materials\r
   gEfiDiskIo2ProtocolGuid                                 ## UNDEFINED\r
   gEfiAdapterInformationProtocolGuid                      ## UNDEFINED\r
   gEfiShellDynamicCommandProtocolGuid                     ## UNDEFINED\r
+  gEfiDiskInfoProtocolGuid                                ## UNDEFINED\r
 \r
 [Guids]\r
   gEfiFileInfoGuid                                        ## CONSUMES ## GUID\r
index 5668e5d613d92de4967873b4c583c22b9dec86fd..d4eef989ac9dbd2d8b7b5028b3d698c620f8ab01 100644 (file)
Binary files a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni and b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni differ