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 --- UefiLessonsPkg/DisplayHIIByGuid/DisplayHIIByGuid.inf | 1 - UefiLessonsPkg/ListVariables/ListVariables.inf | 1 - UefiLessonsPkg/SetVariableExample/SetVariableExample.inf | 1 - UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf | 1 - UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 1 - UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf | 1 - 6 files changed, 6 deletions(-) (limited to 'UefiLessonsPkg') diff --git a/UefiLessonsPkg/DisplayHIIByGuid/DisplayHIIByGuid.inf b/UefiLessonsPkg/DisplayHIIByGuid/DisplayHIIByGuid.inf index bb22a5e..b9c3e15 100644 --- a/UefiLessonsPkg/DisplayHIIByGuid/DisplayHIIByGuid.inf +++ b/UefiLessonsPkg/DisplayHIIByGuid/DisplayHIIByGuid.inf @@ -20,7 +20,6 @@ MdeModulePkg/MdeModulePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib HiiLib diff --git a/UefiLessonsPkg/ListVariables/ListVariables.inf b/UefiLessonsPkg/ListVariables/ListVariables.inf index 9b0f31b..b60b0ff 100644 --- a/UefiLessonsPkg/ListVariables/ListVariables.inf +++ b/UefiLessonsPkg/ListVariables/ListVariables.inf @@ -19,7 +19,6 @@ MdePkg/MdePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib diff --git a/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf b/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf index 948e49a..414f334 100644 --- a/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf +++ b/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf @@ -19,6 +19,5 @@ MdePkg/MdePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib diff --git a/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf b/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf index c288e6e..f7da616 100644 --- a/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf +++ b/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf @@ -19,7 +19,6 @@ MdePkg/MdePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib diff --git a/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index da3d49b..371b967 100644 --- a/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -19,7 +19,6 @@ MdePkg/MdePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib diff --git a/UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf b/UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf index eef23cc..02c118a 100644 --- a/UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf +++ b/UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf @@ -20,7 +20,6 @@ ShellPkg/ShellPkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib ShellLib -- cgit v1.2.3-18-g5258