]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Move UnicodeCollation2 Protcol locate out of UefiShellLib constructor
authorTapan Shah <tapandshah@hpe.com>
Wed, 5 Oct 2016 20:58:05 +0000 (13:58 -0700)
committerJaben Carsey <jaben.carsey@intel.com>
Wed, 5 Oct 2016 22:19:40 +0000 (15:19 -0700)
commit2cf9ecd2262e4098171fa27c97b56d483f5cf3b4
treef9074132a50a8bbb3702d4c8df62177f10c14ad2
parentc0b7e2b2bfc2748112607bfe83fc99cf48c97b48
ShellPkg: Move UnicodeCollation2 Protcol locate out of UefiShellLib constructor

Move gEfiUnicodeCollation2ProtocolGuid protocol outside of UefiShellLib constructor
function.
Locate gEfiUnicodeCollation2ProtocolGuid protocol in ShellOpenFileByName() which
consumes this protocol API.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tapan Shah <tapandshah@hpe.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Library/UefiShellLib/UefiShellLib.c