diff options
Diffstat (limited to 'Lessons/Lesson_72/HIIFormLabel/HIIFormLabel.inf')
-rw-r--r-- | Lessons/Lesson_72/HIIFormLabel/HIIFormLabel.inf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Lessons/Lesson_72/HIIFormLabel/HIIFormLabel.inf b/Lessons/Lesson_72/HIIFormLabel/HIIFormLabel.inf new file mode 100644 index 0000000..8ad87e0 --- /dev/null +++ b/Lessons/Lesson_72/HIIFormLabel/HIIFormLabel.inf @@ -0,0 +1,31 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + +[Defines] + INF_VERSION = 1.25 + BASE_NAME = HIIFormLabel + FILE_GUID = a869c42c-fd49-469d-b6ab-b37569c0e90d + MODULE_TYPE = UEFI_DRIVER + VERSION_STRING = 1.0 + ENTRY_POINT = HIIFormLabelEntryPoint + UNLOAD_IMAGE = HIIFormLabelUnload + +[Sources] + HIIFormLabel.c + Strings.uni + Form.vfr + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + +[LibraryClasses] + UefiDriverEntryPoint + UefiLib + HiiLib + +[Guids] + gEfiIfrTianoGuid |