Re: [edk2] [PATCH V2 6/6] SecurityPkg/dsc: add Password authentication module.

2017-02-08 Thread Long, Qin
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.
> 
> 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(+)
> 
> diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index
> dee9241..d337a26 100644
> --- a/SecurityPkg/SecurityPkg.dsc
> +++ b/SecurityPkg/SecurityPkg.dsc
> @@ -75,6 +75,7 @@
> 
> TcgStorageOpalLib|SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLi
> b.inf
> 
> OpalPasswordSupportLib|SecurityPkg/Library/OpalPasswordSupportLib/Opa
> lPasswordSupportLib.inf
> 
> ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseRes
> etSystemLibNull.inf
> +
> + PlatformPasswordLib|SecurityPkg/Library/PlatformPasswordLibNull/Platfo
> + rmPasswordLibNull.inf
> 
>  [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
> 
> +  #
> +  # Password
> +  #
> +  SecurityPkg/Password/UserAuthentication/UserAuthenticationDxe.inf
> +  SecurityPkg/Password/UserAuthentication/UserAuthenticationSmm.inf
> +
>  [Components.IPF]
> 
> SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.in
> f
> 
> --
> 2.7.4.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [PATCH V2 6/6] SecurityPkg/dsc: add Password authentication module.

2017-02-07 Thread Jiewen Yao
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(+)

diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc
index dee9241..d337a26 100644
--- a/SecurityPkg/SecurityPkg.dsc
+++ b/SecurityPkg/SecurityPkg.dsc
@@ -75,6 +75,7 @@
   TcgStorageOpalLib|SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
   
OpalPasswordSupportLib|SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.inf
   
ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
+  
PlatformPasswordLib|SecurityPkg/Library/PlatformPasswordLibNull/PlatformPasswordLibNull.inf
 
 [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
 
+  #
+  # Password
+  #
+  SecurityPkg/Password/UserAuthentication/UserAuthenticationDxe.inf
+  SecurityPkg/Password/UserAuthentication/UserAuthenticationSmm.inf
+
 [Components.IPF]
   SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.inf
 
-- 
2.7.4.windows.1

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel