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_18/UefiLessonsPkg/GOPInfo/GOPInfo.inf | 1 - Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.inf | 1 - Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf | 1 - Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 1 - 4 files changed, 4 deletions(-) (limited to 'Lessons/Lesson_18/UefiLessonsPkg') diff --git a/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.inf b/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.inf index da7bfa6..6428a22 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.inf @@ -19,7 +19,6 @@ MdePkg/MdePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib diff --git a/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.inf b/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.inf index 9b0f31b..b60b0ff 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.inf @@ -19,7 +19,6 @@ MdePkg/MdePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib diff --git a/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf b/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf index c288e6e..f7da616 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf @@ -19,7 +19,6 @@ MdePkg/MdePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib diff --git a/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index da3d49b..371b967 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -19,7 +19,6 @@ MdePkg/MdePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib -- cgit v1.2.3-18-g5258