]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: UefiLib: Add a function to check if a language is supported
authorTom Zhao <tzhao@solarflare.com>
Tue, 20 Aug 2019 14:08:43 +0000 (15:08 +0100)
committerLiming Gao <liming.gao@intel.com>
Tue, 17 Sep 2019 01:39:04 +0000 (09:39 +0800)
commitea331a5c21f7d71980fe0ea2e4aa425474f8ffb2
tree31929600797cfab08abd709750df1d4780776a8e
parent26fc074a5f0e58e0963fda9cee65f4c82731c5ac
MdePkg: UefiLib: Add a function to check if a language is supported

Add a function that checks if a target language is in the supported
languages list. Add some calls to this function where appropriate in
UefiLib.c

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Tom Zhao <tzhao@solarflare.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Library/UefiLib.h
MdePkg/Library/UefiLib/UefiLib.c