diff options
Diffstat (limited to 'UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.inf')
-rw-r--r-- | UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.inf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.inf b/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.inf new file mode 100644 index 0000000..6c25d24 --- /dev/null +++ b/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.inf @@ -0,0 +1,28 @@ +[Defines] + INF_VERSION = 1.25 + BASE_NAME = PasswordFormWithHash + FILE_GUID = 6dfb156a-ec61-47d2-841b-f739084add1d + MODULE_TYPE = UEFI_DRIVER + VERSION_STRING = 1.0 + ENTRY_POINT = PasswordFormWithHashEntryPoint + UNLOAD_IMAGE = PasswordFormWithHashUnload + +[Sources] + PasswordFormWithHash.c + Strings.uni + Form.vfr + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + +[LibraryClasses] + UefiDriverEntryPoint + UefiLib + UefiHiiServicesLib + HiiLib + +[Protocols] + gEfiHiiConfigAccessProtocolGuid + gEfiHash2ServiceBindingProtocolGuid + gEfiHash2ProtocolGuid |