[edk2-devel] [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-08-21 Thread Tom Zhao
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 Cc: Liming Gao Signed-off-by: Tom Zhao --- MdePkg/Include/Library/UefiLib.h | 16 ++ MdePkg/Library/UefiLib/UefiLib.c | 59

Re: [edk2-devel] [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-08-21 Thread Tom Zhao
.groups.io] *On Behalf Of *Tom Zhao *Sent:* Wednesday, August 21, 2019 6:23 PM *To:* devel@edk2.groups.io *Subject:* [edk2-devel] [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported Forwarded Message *Subject: * [PATCH v1 1/1] MdePkg

Re: [edk2-devel] [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-08-21 Thread Liming Gao
Behalf Of Tom Zhao Sent: Wednesday, August 21, 2019 6:23 PM To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported Forwarded Message Subject: [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if

[edk2-devel] [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-08-21 Thread Tom Zhao
Forwarded Message Subject: [PATCH v1 1/1] MdePkg: UefiLib: Add a function to check if a language is supported Date: Tue, 20 Aug 2019 17:13:19 +0100 From: Tom Zhao To: edk2-de...@lists.01.org CC: michael.d.kin...@intel.com, liming@intel.com Add a function