aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/HIISimpleForm.inf
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-10 17:30:32 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-10 17:30:32 +0300
commitd03724c8fc726c9add02ed19984d66077edd56ef (patch)
tree2875bbd19a9e91bc86daa4a48af687b6032c8795 /Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/HIISimpleForm.inf
parent5da37dd73d8b6c175eedbf4d92307a86ef6b269e (diff)
downloadUEFI-Lessons-d03724c8fc726c9add02ed19984d66077edd56ef.tar.gz
UEFI-Lessons-d03724c8fc726c9add02ed19984d66077edd56ef.tar.bz2
UEFI-Lessons-d03724c8fc726c9add02ed19984d66077edd56ef.zip
Add lesson 57
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/HIISimpleForm.inf')
-rw-r--r--Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/HIISimpleForm.inf30
1 files changed, 30 insertions, 0 deletions
diff --git a/Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/HIISimpleForm.inf b/Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/HIISimpleForm.inf
new file mode 100644
index 0000000..4def985
--- /dev/null
+++ b/Lessons/Lesson_57/UefiLessonsPkg/HIISimpleForm/HIISimpleForm.inf
@@ -0,0 +1,30 @@
+##
+# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
+#
+# SPDX-License-Identifier: MIT
+##
+
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = HIISimpleForm
+ FILE_GUID = df2f1465-2bf1-492c-af6c-232ac40bdf82
+ MODULE_TYPE = UEFI_APPLICATION
+ VERSION_STRING = 1.0
+ ENTRY_POINT = UefiMain
+
+[Sources]
+ HIISimpleForm.c
+ Strings.uni
+ Form.vfr
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+
+[LibraryClasses]
+ UefiApplicationEntryPoint
+ UefiLib
+ HiiLib
+
+[Protocols]
+ gEfiFormBrowser2ProtocolGuid