diff options
author | Tapan Shah <tapandshah@hpe.com> | 2016-04-22 09:32:26 -0700 |
---|---|---|
committer | Jaben Carsey <jaben.carsey@intel.com> | 2016-04-25 09:08:06 -0700 |
commit | cf6c1550cbf80423a9c058a52f7708db09dd4883 (patch) | |
tree | ef1bd4a1ae9083ea613abf986f0fa6903ba5b0b0 /ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h | |
parent | 599f004b278f597dcfd02a56a72d9393b5f0c55a (diff) | |
download | edk2-platforms-cf6c1550cbf80423a9c058a52f7708db09dd4883.tar.xz |
ShellPkg: Enahance 'dh' command to add more protocols decoding support
Adding EdidDiscovered, EdidActive protocol decode support a in 'dh' command.
Extending GraphicsOutput protocol decoding to list all supported GOP resolutions.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tapan Shah <tapandshah@hpe.com>
Reviewed-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h')
-rw-r--r-- | ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h index 6f2ca50922..f53cfb9108 100644 --- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h +++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h @@ -1,8 +1,9 @@ /** @file
Provides interface to advanced shell functionality for parsing both handle and protocol database.
- (C) Copyright 2013-2016 Hewlett-Packard Development Company, L.P.<BR>
Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
+ (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> + (C) Copyright 2013-2016 Hewlett-Packard Development Company, L.P.<BR> This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -151,6 +152,7 @@ #include <Library/HiiLib.h>
#include <Library/ShellLib.h>
#include <Library/SortLib.h>
+#include <Library/ShellCommandLib.h> #define EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION_V1 1
#define EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION_V2 2
|