aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg
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 /UefiLessonsPkg
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 'UefiLessonsPkg')
-rw-r--r--UefiLessonsPkg/DisplayHIIByGuid/DisplayHIIByGuid.inf1
-rw-r--r--UefiLessonsPkg/ListVariables/ListVariables.inf1
-rw-r--r--UefiLessonsPkg/SetVariableExample/SetVariableExample.inf1
-rw-r--r--UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf1
-rw-r--r--UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf1
-rw-r--r--UefiLessonsPkg/UpdateDmpstoreDump/UpdateDmpstoreDump.inf1
6 files changed, 0 insertions, 6 deletions
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