From cf6c1550cbf80423a9c058a52f7708db09dd4883 Mon Sep 17 00:00:00 2001 From: Tapan Shah Date: Fri, 22 Apr 2016 09:32:26 -0700 Subject: 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 Reviewed-by: Samer El-Haj-Mahmoud Reviewed-by: Jaben Carsey --- ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h') diff --git a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h index 1cfda2cf2d..a096a12098 100644 --- a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h +++ b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h @@ -2,6 +2,7 @@ Provides interface to shell internal functions for shell commands. Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+ (C) Copyright 2016 Hewlett Packard Enterprise Development LP
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 @@ -43,6 +44,7 @@ #include #include #include +#include typedef struct{ LIST_ENTRY Link; -- cgit v1.2.3