Reviewed-by: Samer El-Haj-Mahmoud <[email protected]>
-----Original Message----- From: Shah, Tapan Sent: Thursday, January 14, 2016 1:00 PM To: [email protected]; [email protected] Cc: El-Haj-Mahmoud, Samer <[email protected]>; Shah, Tapan <[email protected]> Subject: [PATCH] ShellPkg: Update 'dh' command to reflect correct driver handle information 'dh' command shows Supported EFI Specification Version value as DriverVersion. Changing it to 'SupportedEfiSpecVersion' to provide more accurate information. Signed-off-by: Tapan Shah <[email protected]> --- ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni index 3dd8896..7e827f0 100644 --- a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni +++ b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni @@ -2,7 +2,7 @@ // // Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved. <BR> // (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR> -// (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR> +// (C) Copyright 2015-2016 Hewlett Packard Enterprise Development +LP<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 @@ -50,7 +50,7 @@ #string STR_DRIVER_CN #language en-US "ComponentName" #string STR_DRIVER_CN2 #language en-US "ComponentName2" #string STR_PLAT_DRV_CFG #language en-US "PlatformtoDriverConfiguration" -#string STR_DRIVER_VERSION #language en-US "DriverVersion" +#string STR_DRIVER_VERSION #language en-US "SupportedEfiSpecVersion" // Console #string STR_TXT_IN #language en-US "SimpleTextIn" -- 2.6.2.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

