From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web08.3489.1603328696005028662 for ; Wed, 21 Oct 2020 18:04:56 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Thu, 22 Oct 2020 09:04:51 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Zhiguang Liu'" , Cc: "'Dandan Bi'" References: <20201019061635.650-1-zhiguang.liu@intel.com> In-Reply-To: <20201019061635.650-1-zhiguang.liu@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbUEFUQ0hdIEZlYXR1cmVzL0ludGVsL1VzZXJJbnRlcmZhY2UvVXNlckF1dGhGZWF0dXJlUGtnOiBBZGQgUm5nTGliIGluc3RhbmNlIHRvIERTQw==?= Date: Thu, 22 Oct 2020 09:04:53 +0800 Message-ID: <008601d6a80f$59cb9ba0$0d62d2e0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQKsFhuK8i6ywUH9tA+CPBOjSurEYqf38nnQ Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Zhiguang Liu > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA10=D4=C219=C8=D5 14:17 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Dandan Bi ; Liming Gao > > =D6=F7=CC=E2: [PATCH] Features/Intel/UserInterface/UserAuthFeaturePkg: = Add RngLib > instance to DSC >=20 > The UserAuthFeaturePkg build currently fails since it does not specify > a RngLib instance and OpensslLib links against RngLib. >=20 > Cc: Dandan Bi > Cc: Liming Gao > Signed-off-by: Zhiguang Liu > --- >=20 > = Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeature. > dsc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) >=20 > diff --git > = a/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeatu > re.dsc > = b/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeatu > re.dsc > index e8d9a639bc..7d784f4dff 100644 > --- > = a/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeatu > re.dsc > +++ > = b/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeatu > re.dsc > @@ -6,7 +6,7 @@ > # INF files to generate AutoGen.c and AutoGen.h files >=20 > # for the build infrastructure. >=20 > # >=20 > -# Copyright (c) 2019, Intel Corporation. All rights reserved.
>=20 > +# Copyright (c) 2020, Intel Corporation. All rights reserved.
>=20 > # >=20 > # SPDX-License-Identifier: BSD-2-Clause-Patent >=20 > # >=20 > @@ -50,6 +50,7 @@ >=20 > = UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiService= s > Lib.inf >=20 > UefiLib|MdePkg/Library/UefiLib/UefiLib.inf >=20 >=20 > = UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/ > UefiRuntimeServicesTableLib.inf >=20 > + RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf >=20 >=20 >=20 > ##################################### >=20 > # User Authentication Feature Package >=20 > -- > 2.25.1.windows.1