diff options
Diffstat (limited to 'Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf')
-rw-r--r-- | Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf b/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf deleted file mode 100644 index 700b779..0000000 --- a/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf +++ /dev/null @@ -1,18 +0,0 @@ -[Defines] - INF_VERSION = 1.25 - BASE_NAME = InteractiveApp - FILE_GUID = 1539451b-f300-41fa-a565-dde69c1bed66 - MODULE_TYPE = UEFI_APPLICATION - VERSION_STRING = 1.0 - ENTRY_POINT = UefiMain - -[Sources] - InteractiveApp.c - -[Packages] - MdePkg/MdePkg.dec - -[LibraryClasses] - UefiApplicationEntryPoint - UefiLib - |