From 9d89eecb980b52ef61c1374f0661d2591c51cf8a Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Thu, 24 Jun 2021 14:43:14 +0300 Subject: Add lesson 16 --- .../UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf (limited to 'Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf') diff --git a/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf new file mode 100644 index 0000000..013bf4e --- /dev/null +++ b/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -0,0 +1,19 @@ +[Defines] + INF_VERSION = 1.25 + BASE_NAME = SimpleShellApp + FILE_GUID = 2afd1202-545e-4f8d-b8fb-bc179e84ddc8 + MODULE_TYPE = UEFI_APPLICATION + VERSION_STRING = 1.0 + ENTRY_POINT = ShellCEntryLib + +[Sources] + SimpleShellApp.c + +[Packages] + MdePkg/MdePkg.dec + +[LibraryClasses] + UefiApplicationEntryPoint + UefiLib + ShellCEntryLib + -- cgit v1.2.3-18-g5258