From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 3125C81F04 for ; Wed, 8 Feb 2017 16:49:53 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 08 Feb 2017 16:49:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,348,1484035200"; d="scan'208";a="1124018841" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 08 Feb 2017 16:49:52 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 8 Feb 2017 16:49:52 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Thu, 9 Feb 2017 08:49:49 +0800 From: "Long, Qin" To: "Yao, Jiewen" , "edk2-devel@lists.01.org" CC: "Zhang, Chao B" Thread-Topic: [PATCH V2 6/6] SecurityPkg/dsc: add Password authentication module. Thread-Index: AQHSgRuk07eZrv/Takm6Wyemf1WX0aFf2nCg Date: Thu, 9 Feb 2017 00:49:48 +0000 Message-ID: References: <1486455866-7896-1-git-send-email-jiewen.yao@intel.com> <1486455866-7896-7-git-send-email-jiewen.yao@intel.com> In-Reply-To: <1486455866-7896-7-git-send-email-jiewen.yao@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH V2 6/6] SecurityPkg/dsc: add Password authentication module. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 00:49:53 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Qin Long Best Regards & Thanks, LONG, Qin > -----Original Message----- > From: Yao, Jiewen > Sent: Tuesday, February 7, 2017 12:24 AM > To: edk2-devel@lists.01.org > Cc: Long, Qin ; Zhang, Chao B > > Subject: [PATCH V2 6/6] SecurityPkg/dsc: add Password authentication > module. >=20 > Cc: Qin Long > Cc: Chao Zhang > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jiewen Yao > --- > SecurityPkg/SecurityPkg.dsc | 7 +++++++ > 1 file changed, 7 insertions(+) >=20 > diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc in= dex > dee9241..d337a26 100644 > --- a/SecurityPkg/SecurityPkg.dsc > +++ b/SecurityPkg/SecurityPkg.dsc > @@ -75,6 +75,7 @@ >=20 > TcgStorageOpalLib|SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLi > b.inf >=20 > OpalPasswordSupportLib|SecurityPkg/Library/OpalPasswordSupportLib/Opa > lPasswordSupportLib.inf >=20 > ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseRes > etSystemLibNull.inf > + > + PlatformPasswordLib|SecurityPkg/Library/PlatformPasswordLibNull/Platfo > + rmPasswordLibNull.inf >=20 > [LibraryClasses.common.PEIM] > PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf > @@ -328,6 +329,12 @@ > SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalPasswordDxe.inf > SecurityPkg/Tcg/Opal/OpalPasswordSmm/OpalPasswordSmm.inf >=20 > + # > + # Password > + # > + SecurityPkg/Password/UserAuthentication/UserAuthenticationDxe.inf > + SecurityPkg/Password/UserAuthentication/UserAuthenticationSmm.inf > + > [Components.IPF] >=20 > SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.i= n > f >=20 > -- > 2.7.4.windows.1