From d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Sat, 26 Mar 2022 15:05:19 +0300 Subject: Add lesson 72 Signed-off-by: Konstantin Aladyshev --- Lessons/Lesson_72/HIIFormLabel/HIIFormLabel.inf | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Lessons/Lesson_72/HIIFormLabel/HIIFormLabel.inf (limited to 'Lessons/Lesson_72/HIIFormLabel/HIIFormLabel.inf') 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 +# +# 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 -- cgit v1.2.3-18-g5258