From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=shenglei.zhang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6B0B0208AE3E8 for ; Sun, 10 Mar 2019 19:41:27 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Mar 2019 19:41:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,466,1544515200"; d="scan'208";a="153813078" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 10 Mar 2019 19:41:26 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 10 Mar 2019 19:41:26 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 10 Mar 2019 19:41:25 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.163]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.144]) with mapi id 14.03.0415.000; Mon, 11 Mar 2019 10:41:23 +0800 From: "Zhang, Shenglei" To: "Yao, Jiewen" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Gao, Liming" Thread-Topic: [edk2] [PATCH 1/3] MdePkg/MdePkg.uni: Add the prompt and help information Thread-Index: AQHU16VAmjyWu9vr1k6KZbsq31zRhqYFI8EAgACUVRA= Date: Mon, 11 Mar 2019 02:41:22 +0000 Message-ID: References: <20190311005516.2864-1-shenglei.zhang@intel.com> <20190311005516.2864-2-shenglei.zhang@intel.com> <74D8A39837DF1E4DA445A8C0B3885C503F55E8FC@shsmsx102.ccr.corp.intel.com> In-Reply-To: <74D8A39837DF1E4DA445A8C0B3885C503F55E8FC@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 1/3] MdePkg/MdePkg.uni: Add the prompt and help information X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2019 02:41:29 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Sorry that's my mistake. I'll fix the error in v2. Thanks, Shenglei > -----Original Message----- > From: Yao, Jiewen > Sent: Monday, March 11, 2019 9:49 AM > To: Zhang, Shenglei ; edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Gao, Liming > ; Yao, Jiewen > Subject: RE: [edk2] [PATCH 1/3] MdePkg/MdePkg.uni: Add the prompt and > help information >=20 > HI > I am confused why the help info is " Indicates the maximum length of > Unicode string used in the following " ? >=20 > > -----Original Message----- > > From: edk2-devel [mailto:edk2-devel-bounces@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 ; Gao, Liming > > > > 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=3D1600 > > > > Cc: Michael D Kinney > > Cc: Liming Gao > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Shenglei Zhang > > --- > > 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.
\n" > > > > ">0 - Maximum length of unicode string.
" > > > > +#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()

\n" > > + > > "0 - No length check for unicode string.
\n" > > + > > ">0 - Maximum length of unicode string.
" > > + > > #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: AsciiS= trLen(), > > AsciiStrSize(), AsciiStrCmp(), AsciiStrnCmp(), AsciiStrCpy(), AsciiStrn= Cpy(). > >

\n" > > -- > > 2.18.0.windows.1 > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel