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=jian.j.wang@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 4B892211DDA39 for ; Mon, 18 Mar 2019 23:48:25 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Mar 2019 23:48:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,496,1544515200"; d="scan'208";a="308400547" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 18 Mar 2019 23:48:24 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 18 Mar 2019 23:48:24 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 18 Mar 2019 23:48:23 -0700 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.252]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.158]) with mapi id 14.03.0415.000; Tue, 19 Mar 2019 14:48:22 +0800 From: "Wang, Jian J" To: "Zhang, Shenglei" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v3 2/3] SecurityPkg/SecurityPkg.uni: Add the prompt and help information Thread-Index: AQHU2UxKpLjhZd7i8UuEmaXpiJ7Cz6YSgOiA Date: Tue, 19 Mar 2019 06:48:21 +0000 Message-ID: References: <20190313032420.13280-1-shenglei.zhang@intel.com> <20190313032420.13280-3-shenglei.zhang@intel.com> In-Reply-To: <20190313032420.13280-3-shenglei.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjg4NTQ1ODMtZTY5NS00ZWJkLWFjMTEtNzZhNDdmMDhlN2JiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibmNwN1JpTGFqWlBJOVdYbTQ0SWN0bFI4TjFOU2Q4ZHpTeWR4MlEyZ0pXXC8xS09lWXdReFBvKzlpbTJta25tUHcifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v3 2/3] SecurityPkg/SecurityPkg.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: Tue, 19 Mar 2019 06:48:26 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jian J Wang > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Shenglei Zhang > Sent: Wednesday, March 13, 2019 11:24 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v3 2/3] SecurityPkg/SecurityPkg.uni: Add the promp= t and > help information >=20 > The prompt and help information are missing in SecurityPkg.uni. > https://bugzilla.tianocore.org/show_bug.cgi?id=3D1600 >=20 > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Shenglei Zhang > Reviewed-by: Star Zeng > --- > SecurityPkg/SecurityPkg.uni | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 > diff --git a/SecurityPkg/SecurityPkg.uni b/SecurityPkg/SecurityPkg.uni > index 400fe6015e..5f387672e8 100644 > --- a/SecurityPkg/SecurityPkg.uni > +++ b/SecurityPkg/SecurityPkg.uni > @@ -248,6 +248,12 @@ > #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2PossibleIrqNumBuf_HELP > #language en-US "This PCD defines possible TPM2 interrupt number in a > platform reported by _PRS control method.\n" > = "If PcdTpm2CurrentIrqNum set > to 0, _PRS will not report any possible TPM2 interrupt numbers." >=20 > +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdSkipOpalDxeUnlock_PROMPT > #language en-US "Skip Opal DXE driver unlock device flow." > + > +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdSkipOpalDxeUnlock_HELP > #language en-US "Indicates if Opal DXE driver skip unlock device > flow.

\n" > + = "TRUE - Skip unlock device > flow.
\n" > + = "FALSE - Does not skip unlock > device flow.
" > + > #string > STR_gEfiSecurityPkgTokenSpaceGuid_PcdActiveTpmInterfaceType_PROMPT > #language en-US "Current active TPM interface type" >=20 > #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdActiveTpmInterfaceType_HELP > #language en-US "This PCD indicates current active TPM interface type.\n" > -- > 2.18.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel