From 687ccee557662f2a0f9a7873fb128cdb3378c5a8 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Mon, 19 Feb 2024 12:57:38 +0300 Subject: Add PasswordForm source code Signed-off-by: Konstantin Aladyshev --- UefiLessonsPkg/PasswordForm/PasswordForm.inf | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 UefiLessonsPkg/PasswordForm/PasswordForm.inf (limited to 'UefiLessonsPkg/PasswordForm/PasswordForm.inf') diff --git a/UefiLessonsPkg/PasswordForm/PasswordForm.inf b/UefiLessonsPkg/PasswordForm/PasswordForm.inf new file mode 100644 index 0000000..28379d7 --- /dev/null +++ b/UefiLessonsPkg/PasswordForm/PasswordForm.inf @@ -0,0 +1,32 @@ +## +# Copyright (c) 2024, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + +[Defines] + INF_VERSION = 1.25 + BASE_NAME = PasswordForm + FILE_GUID = 3d84c3d8-cdca-4a9c-8aa4-b637bc885f5e + MODULE_TYPE = UEFI_DRIVER + VERSION_STRING = 1.0 + ENTRY_POINT = PasswordFormEntryPoint + UNLOAD_IMAGE = PasswordFormUnload + +[Sources] + PasswordForm.c + Strings.uni + Form.vfr + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + +[LibraryClasses] + UefiDriverEntryPoint + UefiLib + UefiHiiServicesLib + HiiLib + +[Protocols] + gEfiHiiConfigAccessProtocolGuid -- cgit v1.2.3-18-g5258