public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] Features/Intel/UserInterface/UserAuthFeaturePkg: Add RngLib instance to DSC
@ 2020-10-19  6:16 Zhiguang Liu
  2020-10-22  1:04 ` 回复: " gaoliming
  2020-10-22  2:37 ` Dandan Bi
  0 siblings, 2 replies; 3+ messages in thread
From: Zhiguang Liu @ 2020-10-19  6:16 UTC (permalink / raw)
  To: devel; +Cc: Dandan Bi, Liming Gao

The UserAuthFeaturePkg build currently fails since it does not specify
a RngLib instance and OpensslLib links against RngLib.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
---
 Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeature.dsc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeature.dsc b/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeature.dsc
index e8d9a639bc..7d784f4dff 100644
--- a/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeature.dsc
+++ b/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeature.dsc
@@ -6,7 +6,7 @@
 # INF files to generate AutoGen.c and AutoGen.h files
 # for the build infrastructure.
 #
-# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
 #
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 #
@@ -50,6 +50,7 @@
   UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
   UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
   UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
+  RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
 
   #####################################
   # User Authentication Feature Package
-- 
2.25.1.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* 回复: [PATCH] Features/Intel/UserInterface/UserAuthFeaturePkg: Add RngLib instance to DSC
  2020-10-19  6:16 [PATCH] Features/Intel/UserInterface/UserAuthFeaturePkg: Add RngLib instance to DSC Zhiguang Liu
@ 2020-10-22  1:04 ` gaoliming
  2020-10-22  2:37 ` Dandan Bi
  1 sibling, 0 replies; 3+ messages in thread
From: gaoliming @ 2020-10-22  1:04 UTC (permalink / raw)
  To: 'Zhiguang Liu', devel; +Cc: 'Dandan Bi'

Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: Zhiguang Liu <zhiguang.liu@intel.com>
> 发送时间: 2020年10月19日 14:17
> 收件人: devel@edk2.groups.io
> 抄送: Dandan Bi <dandan.bi@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>
> 主题: [PATCH] Features/Intel/UserInterface/UserAuthFeaturePkg: Add RngLib
> instance to DSC
> 
> The UserAuthFeaturePkg build currently fails since it does not specify
> a RngLib instance and OpensslLib links against RngLib.
> 
> Cc: Dandan Bi <dandan.bi@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
> ---
> 
> Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeature.
> dsc | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> 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
> 
>  # for the build infrastructure.
> 
>  #
> 
> -# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
> 
> +# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
> 
>  #
> 
>  # SPDX-License-Identifier: BSD-2-Clause-Patent
> 
>  #
> 
> @@ -50,6 +50,7 @@
> 
> UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServices
> Lib.inf
> 
>    UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
> 
> 
> UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/
> UefiRuntimeServicesTableLib.inf
> 
> +  RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
> 
> 
> 
>    #####################################
> 
>    # User Authentication Feature Package
> 
> --
> 2.25.1.windows.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Features/Intel/UserInterface/UserAuthFeaturePkg: Add RngLib instance to DSC
  2020-10-19  6:16 [PATCH] Features/Intel/UserInterface/UserAuthFeaturePkg: Add RngLib instance to DSC Zhiguang Liu
  2020-10-22  1:04 ` 回复: " gaoliming
@ 2020-10-22  2:37 ` Dandan Bi
  1 sibling, 0 replies; 3+ messages in thread
From: Dandan Bi @ 2020-10-22  2:37 UTC (permalink / raw)
  To: Liu, Zhiguang, devel@edk2.groups.io; +Cc: Liming Gao

Reviewed-by: Dandan Bi <dandan.bi@intel.com>


Thanks,
Dandan
> -----Original Message-----
> From: Liu, Zhiguang <zhiguang.liu@intel.com>
> Sent: Monday, October 19, 2020 2:17 PM
> To: devel@edk2.groups.io
> Cc: Bi, Dandan <dandan.bi@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>
> Subject: [PATCH] Features/Intel/UserInterface/UserAuthFeaturePkg: Add
> RngLib instance to DSC
> 
> The UserAuthFeaturePkg build currently fails since it does not specify a
> RngLib instance and OpensslLib links against RngLib.
> 
> Cc: Dandan Bi <dandan.bi@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
> ---
> 
> Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeatur
> e.dsc | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git
> a/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeat
> ure.dsc
> b/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFea
> ture.dsc
> index e8d9a639bc..7d784f4dff 100644
> ---
> a/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFeat
> ure.dsc
> +++
> b/Features/Intel/UserInterface/UserAuthFeaturePkg/Include/UserAuthFe
> +++ ature.dsc
> @@ -6,7 +6,7 @@
>  # INF files to generate AutoGen.c and AutoGen.h files # for the build
> infrastructure. #-# Copyright (c) 2019, Intel Corporation. All rights
> reserved.<BR>+# Copyright (c) 2020, Intel Corporation. All rights
> reserved.<BR> # # SPDX-License-Identifier: BSD-2-Clause-Patent #@@ -50,6
> +50,7 @@
> 
> UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiService
> sLib.inf   UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
> UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib
> /UefiRuntimeServicesTableLib.inf+
> RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
> #####################################   # User Authentication
> Feature Package--
> 2.25.1.windows.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-22  2:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-19  6:16 [PATCH] Features/Intel/UserInterface/UserAuthFeaturePkg: Add RngLib instance to DSC Zhiguang Liu
2020-10-22  1:04 ` 回复: " gaoliming
2020-10-22  2:37 ` Dandan Bi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox