From 6064c1e48b622f53538f4df9bdd402c607a87d51 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Sat, 10 Jul 2021 00:04:40 +0300 Subject: Move lessons to separate folder Signed-off-by: Konstantin Aladyshev --- Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf (limited to 'Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf') diff --git a/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf b/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf deleted file mode 100644 index 53d0356..0000000 --- a/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf +++ /dev/null @@ -1,24 +0,0 @@ -[Defines] - INF_VERSION = 1.25 - BASE_NAME = AcpiInfo - FILE_GUID = 18998798-69a2-4ab5-9ffc-a8ee2494b029 - MODULE_TYPE = UEFI_APPLICATION - VERSION_STRING = 1.0 - ENTRY_POINT = UefiMain - -[Sources] - AcpiInfo.c - -[Packages] - MdePkg/MdePkg.dec - -[LibraryClasses] - UefiApplicationEntryPoint - UefiLib - -[Guids] - gEfiAcpi20TableGuid - -[Protocols] - gEfiShellProtocolGuid - -- cgit v1.2.3-18-g5258