diff options
Diffstat (limited to 'Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf')
-rw-r--r-- | Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf b/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf new file mode 100644 index 0000000..51f4b48 --- /dev/null +++ b/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf @@ -0,0 +1,23 @@ +[Defines] + INF_VERSION = 1.25 + BASE_NAME = HIIStringsC + FILE_GUID = 98f85c26-f491-40bc-8fd0-60b57a2383f6 + MODULE_TYPE = UEFI_APPLICATION + VERSION_STRING = 1.0 + ENTRY_POINT = UefiMain + +[Sources] + HIIStringsC.c + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + UefiLessonsPkg/UefiLessonsPkg.dec + +[LibraryClasses] + UefiApplicationEntryPoint + UefiLib + UefiHiiServicesLib + +[Guids] + gHIIStringsCGuid |