diff options
Diffstat (limited to 'Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.inf')
-rw-r--r-- | Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.inf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.inf b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.inf new file mode 100644 index 0000000..cb57e68 --- /dev/null +++ b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.inf @@ -0,0 +1,22 @@ +[Defines] + INF_VERSION = 1.25 + BASE_NAME = SimpleClassUser + FILE_GUID = 466eed70-8def-44ea-9fb4-9012b266ec8c + MODULE_TYPE = UEFI_APPLICATION + VERSION_STRING = 1.0 + ENTRY_POINT = UefiMain + +[Sources] + SimpleClassUser.c + +[Packages] + MdePkg/MdePkg.dec + UefiLessonsPkg/UefiLessonsPkg.dec + +[Protocols] + gSimpleClassProtocolGuid + +[LibraryClasses] + UefiApplicationEntryPoint + UefiLib + |