diff options
author | Tapan Shah <tapandshah@hpe.com> | 2016-01-15 17:05:18 +0000 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-07-13 20:41:15 +0800 |
commit | 206f157889ed96cfdcad4efca5b445f4fcdaae07 (patch) | |
tree | aed23583f1a307c7e9afdf5a5d61724f137a96d3 /ShellPkg/Library | |
parent | 8d54fc268db5c05f20c6f28fcfa3f883405dd864 (diff) | |
download | edk2-platforms-206f157889ed96cfdcad4efca5b445f4fcdaae07.tar.xz |
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.
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>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19648 6f19259b-4bc3-4df7-8a09-765794883524
(cherry picked from commit ccdf8bcfe4df040f952f362999c8a3cc8a3bb738)
Diffstat (limited to 'ShellPkg/Library')
-rw-r--r-- | ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni index 3dd8896930..7e827f088b 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"
|