aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-24 14:47:15 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-24 14:47:15 +0300
commit78065e53ab2daac8524a2428faaa41280cb6cc73 (patch)
treea772cb4a76be5858acbe6e62e0e83bc228ac2581 /Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf
parent9d89eecb980b52ef61c1374f0661d2591c51cf8a (diff)
downloadUEFI-Lessons-78065e53ab2daac8524a2428faaa41280cb6cc73.tar.gz
UEFI-Lessons-78065e53ab2daac8524a2428faaa41280cb6cc73.tar.bz2
UEFI-Lessons-78065e53ab2daac8524a2428faaa41280cb6cc73.zip
Add lesson 17
Diffstat (limited to 'Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf')
-rw-r--r--Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf19
1 files changed, 19 insertions, 0 deletions
diff --git a/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf b/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf
new file mode 100644
index 0000000..d2cfba9
--- /dev/null
+++ b/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf
@@ -0,0 +1,19 @@
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = ShowBootVariables
+ FILE_GUID = 31266d12-9c60-478e-905e-05d117a3a9df
+ MODULE_TYPE = UEFI_APPLICATION
+ VERSION_STRING = 1.0
+ ENTRY_POINT = ShellCEntryLib
+
+[Sources]
+ ShowBootVariables.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ UefiApplicationEntryPoint
+ UefiLib
+ ShellCEntryLib
+