HI
I am confused why the help info is " Indicates the maximum length of Unicode 
string used in the following " ?

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of
> Shenglei Zhang
> Sent: Monday, March 11, 2019 8:55 AM
> To: edk2-devel@lists.01.org
> Cc: Kinney, Michael D <michael.d.kin...@intel.com>; Gao, Liming
> <liming....@intel.com>
> Subject: [edk2] [PATCH 1/3] MdePkg/MdePkg.uni: Add the prompt and help
> information
> 
> The prompt and help information are missing in MdePkg.uni.
> https://bugzilla.tianocore.org/show_bug.cgi?id=1600
> 
> Cc: Michael D Kinney <michael.d.kin...@intel.com>
> Cc: Liming Gao <liming....@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Shenglei Zhang <shenglei.zh...@intel.com>
> ---
>  MdePkg/MdePkg.uni | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MdePkg/MdePkg.uni b/MdePkg/MdePkg.uni
> index 863a68d025..4f86432eb2 100644
> --- a/MdePkg/MdePkg.uni
> +++ b/MdePkg/MdePkg.uni
> @@ -148,6 +148,13 @@
> 
> "0  - No length check for unicode string.<BR>\n"
> 
> ">0 - Maximum length of unicode string.<BR>"
> 
> +#string
> STR_gEfiMdePkgTokenSpaceGuid_PcdControlFlowEnforcementPropertyMas
> k_PROMPT  #language en-US "Maximum Length of Unicode String."
> +
> +#string
> STR_gEfiMdePkgTokenSpaceGuid_PcdControlFlowEnforcementPropertyMas
> k_HELP  #language en-US  "Indicates the maximum length of unicode
> string used in the following\n"
> +
> "BaseLib functions: StrLen(), StrSize(), StrCmp(), StrnCmp(), StrCpy(),
> StrnCpy()<BR><BR>\n"
> +
> "0  - No length check for unicode string.<BR>\n"
> +
> ">0 - Maximum length of unicode string.<BR>"
> +
>  #string
> STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumAsciiStringLength_PROMPT
> #language en-US "Maximum Length of Ascii String"
> 
>  #string
> STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumAsciiStringLength_HELP
> #language en-US "Sets the maximum number of ASCII characters used for
> string functions.  This affects the following BaseLib functions: 
> AsciiStrLen(),
> AsciiStrSize(), AsciiStrCmp(), AsciiStrnCmp(), AsciiStrCpy(), AsciiStrnCpy().
> <BR><BR>\n"
> --
> 2.18.0.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

Reply via email to