aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_61
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-27 18:30:33 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-27 18:30:33 +0300
commitca4593c2dcde8ae8a5c48ccf41589e85451f6cf8 (patch)
tree3d9b8f36d306866d92e50a76e6dd49d2d48bb4bd /Lessons/Lesson_61
parent75181f2bb493f03d3202a2491aa565fc6eac7343 (diff)
downloadUEFI-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_61')
-rw-r--r--Lessons/Lesson_61/README.md1
-rw-r--r--Lessons/Lesson_61/UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf1
2 files changed, 0 insertions, 2 deletions
diff --git a/Lessons/Lesson_61/README.md b/Lessons/Lesson_61/README.md
index f0ef50b..faf7f48 100644
--- a/Lessons/Lesson_61/README.md
+++ b/Lessons/Lesson_61/README.md
@@ -132,7 +132,6 @@ Once again as we would parse command shell arguments it is better to create a sh
ShellPkg/ShellPkg.dec
[LibraryClasses]
- UefiApplicationEntryPoint
UefiLib
ShellCEntryLib
ShellLib
diff --git a/Lessons/Lesson_61/UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf b/Lessons/Lesson_61/UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf
index eef23cc..02c118a 100644
--- a/Lessons/Lesson_61/UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf
+++ b/Lessons/Lesson_61/UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf
@@ -20,7 +20,6 @@
ShellPkg/ShellPkg.dec
[LibraryClasses]
- UefiApplicationEntryPoint
UefiLib
ShellCEntryLib
ShellLib