diff options
Diffstat (limited to 'Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf')
-rw-r--r-- | Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf b/Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf new file mode 100644 index 0000000..700b779 --- /dev/null +++ b/Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf @@ -0,0 +1,18 @@ +[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 + |