Re: [edk2] [patch] IntelFrameworkPkg/UefiLib: Fix build fail caused by commit b6d5def2fa

2018-05-21 Thread Gao, Liming
Reviewed-by: Liming Gao <liming@intel.com>

>-Original Message-
>From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of
>Dandan Bi
>Sent: Friday, May 18, 2018 2:15 PM
>To: edk2-devel@lists.01.org
>Cc: Gao, Liming <liming@intel.com>
>Subject: [edk2] [patch] IntelFrameworkPkg/UefiLib: Fix build fail caused by
>commit b6d5def2fa
>
>In commit b6d5def2faf56334128ea2f056356d7e3852831e
>when adding 'OUT' decorator for the parameter in AddUnicodeString(),
>it delete the function name by mistake. This patch is to fix this
>issue.
>
>CC: Marvin Haeuser <marvin.haeu...@outlook.com>
>CC: Liming Gao <liming@intel.com>
>Contributed-under: TianoCore Contribution Agreement 1.1
>Signed-off-by: Dandan Bi <dandan...@intel.com>
>---
> IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
>b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
>index 61a32e29760..443a7391721 100644
>--- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
>+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
>@@ -863,10 +863,11 @@ LookupUnicodeString2 (
>   member of SupportedLanguages.
>
> **/
> EFI_STATUS
> EFIAPI
>+AddUnicodeString (
>   IN CONST CHAR8   *Language,
>   IN CONST CHAR8   *SupportedLanguages,
>   IN OUT EFI_UNICODE_STRING_TABLE  **UnicodeStringTable,
>   IN CONST CHAR16  *UnicodeString
>   )
>--
>2.14.3.windows.1
>
>___
>edk2-devel mailing list
>edk2-devel@lists.01.org
>https://lists.01.org/mailman/listinfo/edk2-devel
___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [patch] IntelFrameworkPkg/UefiLib: Fix build fail caused by commit b6d5def2fa

2018-05-18 Thread Dandan Bi
In commit b6d5def2faf56334128ea2f056356d7e3852831e
when adding 'OUT' decorator for the parameter in AddUnicodeString(),
it delete the function name by mistake. This patch is to fix this
issue.

CC: Marvin Haeuser 
CC: Liming Gao 
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi 
---
 IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c 
b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
index 61a32e29760..443a7391721 100644
--- a/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
@@ -863,10 +863,11 @@ LookupUnicodeString2 (
   member of SupportedLanguages.
 
 **/
 EFI_STATUS
 EFIAPI
+AddUnicodeString (
   IN CONST CHAR8   *Language,
   IN CONST CHAR8   *SupportedLanguages,
   IN OUT EFI_UNICODE_STRING_TABLE  **UnicodeStringTable,
   IN CONST CHAR16  *UnicodeString
   )
-- 
2.14.3.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel