diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-10-20 12:11:05 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-10-20 12:13:58 +0300 |
commit | 06a8161b7732af86c52131cb4eb022d6bd263c9e (patch) | |
tree | 1b8fe066477d2ccaeed2e4dacbfde56a1e2dc311 /UefiLessonsPkg/ShowHII/ShowHII.inf | |
parent | b139756457b4ba82db773e0114e0684dc1cefdfe (diff) | |
download | UEFI-Lessons-06a8161b7732af86c52131cb4eb022d6bd263c9e.tar.gz UEFI-Lessons-06a8161b7732af86c52131cb4eb022d6bd263c9e.tar.bz2 UEFI-Lessons-06a8161b7732af86c52131cb4eb022d6bd263c9e.zip |
Add lesson 43
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'UefiLessonsPkg/ShowHII/ShowHII.inf')
-rw-r--r-- | UefiLessonsPkg/ShowHII/ShowHII.inf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/UefiLessonsPkg/ShowHII/ShowHII.inf b/UefiLessonsPkg/ShowHII/ShowHII.inf new file mode 100644 index 0000000..5585876 --- /dev/null +++ b/UefiLessonsPkg/ShowHII/ShowHII.inf @@ -0,0 +1,20 @@ +[Defines] + INF_VERSION = 1.25 + BASE_NAME = ShowHII + FILE_GUID = 44c09516-1a1b-48cb-844d-3858887e57cc + MODULE_TYPE = UEFI_APPLICATION + VERSION_STRING = 1.0 + ENTRY_POINT = UefiMain + +[Sources] + ShowHII.c + +[Packages] + MdePkg/MdePkg.dec + +[LibraryClasses] + UefiApplicationEntryPoint + UefiLib + +[Protocols] + gEfiHiiDatabaseProtocolGuid |