diff options
Diffstat (limited to 'Lessons/Lesson_60')
-rw-r--r-- | Lessons/Lesson_60/README.md | 1 | ||||
-rw-r--r-- | Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Lessons/Lesson_60/README.md b/Lessons/Lesson_60/README.md index 7df9381..43e7ac2 100644 --- a/Lessons/Lesson_60/README.md +++ b/Lessons/Lesson_60/README.md @@ -172,7 +172,6 @@ INTN EFIAPI ShellAppMain(IN UINTN Argc, IN CHAR16 **Argv) MdePkg/MdePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib ``` diff --git a/Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf b/Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf index 948e49a..414f334 100644 --- a/Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf +++ b/Lessons/Lesson_60/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf @@ -19,6 +19,5 @@ MdePkg/MdePkg.dec [LibraryClasses] - UefiApplicationEntryPoint UefiLib ShellCEntryLib |