]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Use ".." to indicate device path is partially displayed
authorRuiyu Ni <ruiyu.ni@intel.com>
Thu, 16 Jun 2016 03:12:53 +0000 (11:12 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 17 Jun 2016 07:43:11 +0000 (15:43 +0800)
commit2528e47cb2131974a5274d32b41be34ac8cab19f
tree597b6db705ded854f6dce3ce3fa8010f210ed405
parentca9b4d22f437ccd2d7ad9ce262760097788bafcc
ShellPkg: Use ".." to indicate device path is partially displayed

The output of "dh <handle>" originally is like below:
12C: USBIO DevicePath(x0)/Pci(0x14,0x0)/USB(0x6,0x0))

The device path part is very confusing. Use ".." in front of the
partially displayed device path is better and it also aligns to
the example output in Shell spec.
12C: USBIO DevicePath(..)/Pci(0x14,0x0)/USB(0x6,0x0))

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c