diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-27 18:30:33 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-27 18:30:33 +0300 |
commit | ca4593c2dcde8ae8a5c48ccf41589e85451f6cf8 (patch) | |
tree | 3d9b8f36d306866d92e50a76e6dd49d2d48bb4bd /Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample | |
parent | 75181f2bb493f03d3202a2491aa565fc6eac7343 (diff) | |
download | UEFI-Lessons-ca4593c2dcde8ae8a5c48ccf41589e85451f6cf8.tar.gz UEFI-Lessons-ca4593c2dcde8ae8a5c48ccf41589e85451f6cf8.tar.bz2 UEFI-Lessons-ca4593c2dcde8ae8a5c48ccf41589e85451f6cf8.zip |
Drop UefiApplicationEntryPoint library from shell apps
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample')
-rw-r--r-- | Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf b/Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf index 948e49a..414f334 100644 --- a/Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf +++ b/Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf @@ -19,6 +19,5 @@ MdePkg/MdePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib |