From ca4593c2dcde8ae8a5c48ccf41589e85451f6cf8 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Wed, 27 Jul 2022 18:30:33 +0300 Subject: Drop UefiApplicationEntryPoint library from shell apps Signed-off-by: Konstantin Aladyshev --- Lessons/Lesson_61/README.md | 1 - .../Lesson_61/UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf | 1 - 2 files changed, 2 deletions(-) (limited to 'Lessons/Lesson_61') 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 -- cgit v1.2.3-18-g5258