Browse Source

UserAuthFeaturePkg/PlatformPasswordLibNull: Add UEFI app support

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>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Isaac Oram 2 years ago
parent
commit
0b4770e1ca

+ 1 - 1
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
 
 #