Date
1 - 3 of 3
[edk2-platforms][PATCH V1 1/1] UserAuthFeaturePkg/PlatformPasswordLibNull: Add UEFI app support
Oram, Isaac W
Enable library use with UEFI_APPLICATION components similarly to the
other libraries in the package. Cc: Dandan Bi <dandan.bi@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Guillermo Antonio Palomino Sosa <guillermo.a.palomino.sosa@intel.com> Signed-off-by: Isaac Oram <isaac.w.oram@intel.com> --- Features/Intel/UserInterface/UserAuthFeaturePkg/Library/PlatformPasswordLibNull/PlatformPasswordLibNull.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Features/Intel/UserInterface/UserAuthFeaturePkg/Library/PlatformPasswordLibNull/PlatformPasswordLibNull.inf b/Features/Intel/UserInterface/UserAuthFeaturePkg/Library/PlatformPasswordLibNull/PlatformPasswordLibNull.inf index 00be14df8a..b95849cc61 100644 --- a/Features/Intel/UserInterface/UserAuthFeaturePkg/Library/PlatformPasswordLibNull/PlatformPasswordLibNull.inf +++ b/Features/Intel/UserInterface/UserAuthFeaturePkg/Library/PlatformPasswordLibNull/PlatformPasswordLibNull.inf @@ -18,7 +18,7 @@ FILE_GUID = 27417BCA-0CCD-4089-9711-AD069A33C555 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = PlatformPasswordLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER + LIBRARY_CLASS = PlatformPasswordLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER UEFI_APPLICATION CONSTRUCTOR = PlatformPasswordLibNullConstructor # -- 2.27.0.windows.1
|
|
Dandan Bi
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
toggle quoted messageShow quoted text
Thanks, Dandan
-----Original Message-----
|
|
Oram, Isaac W
Pushed as b2503a71a3..0b4770e1ca
toggle quoted messageShow quoted text
-----Original Message-----
From: Bi, Dandan <dandan.bi@intel.com> Sent: Thursday, January 20, 2022 9:11 PM To: Oram, Isaac W <isaac.w.oram@intel.com>; devel@edk2.groups.io Cc: Gao, Liming <gaoliming@byosoft.com.cn>; Palomino Sosa, Guillermo A <guillermo.a.palomino.sosa@intel.com> Subject: RE: [edk2-devel][edk2-platforms][PATCH V1 1/1] UserAuthFeaturePkg/PlatformPasswordLibNull: Add UEFI app support Reviewed-by: Dandan Bi <dandan.bi@intel.com> Thanks, Dandan -----Original Message-----
|
|