audk/MdeModulePkg/Universal/DevicePathDxe
qhuang8 372285d1fc Fix two issues:
1. The default with of hex value is 0 according to MdeLib spec. If we expect it to be 16, we need to state it in the format string explicitly.
2. For UnicodeSPrint, the output buffer size of 0 will not print anything to the buffer according to MdeLib spec. We need to specify the maximum possible buffer size.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4635 6f19259b-4bc3-4df7-8a09-765794883524
2008-01-25 03:14:35 +00:00
..
DevicePath.c Removed CommonHeader.h from MdePkg & MdeModulePkg 2007-07-10 16:13:56 +00:00
DevicePath.h Update DevicePath driver to reflect several device path update in UEFI spec: SATA, memory, iScsi, Firmware volume, Firmware volume File, etc 2007-09-24 06:55:50 +00:00
DevicePath.msa Check in following modules, 2007-07-05 07:05:28 +00:00
DevicePathDxe.inf Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40. 2007-08-30 09:11:54 +00:00
DevicePathFromText.c UEFI HII: Merge UEFI HII support changes from branch. 2008-01-21 14:39:56 +00:00
DevicePathToText.c Fix two issues: 2008-01-25 03:14:35 +00:00
DevicePathUtilities.c Removed CommonHeader.h from MdePkg & MdeModulePkg 2007-07-10 16:13:56 +00:00