diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-11-11 16:08:26 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-11-11 16:08:26 +0300 |
commit | c909d52e5fa89bffa83f7109856d82dc07c56b82 (patch) | |
tree | 15e9e38d3a4bdb4f7737f445c4dad73dcccb8249 /UefiLessonsPkg/HIIStaticForm/HIIStaticForm.inf | |
parent | 88759a9fda0704dcfcf873e9c3e2f1d793214af9 (diff) | |
download | UEFI-Lessons-c909d52e5fa89bffa83f7109856d82dc07c56b82.tar.gz UEFI-Lessons-c909d52e5fa89bffa83f7109856d82dc07c56b82.tar.bz2 UEFI-Lessons-c909d52e5fa89bffa83f7109856d82dc07c56b82.zip |
Add lesson 58
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'UefiLessonsPkg/HIIStaticForm/HIIStaticForm.inf')
-rw-r--r-- | UefiLessonsPkg/HIIStaticForm/HIIStaticForm.inf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/UefiLessonsPkg/HIIStaticForm/HIIStaticForm.inf b/UefiLessonsPkg/HIIStaticForm/HIIStaticForm.inf new file mode 100644 index 0000000..9aca4a8 --- /dev/null +++ b/UefiLessonsPkg/HIIStaticForm/HIIStaticForm.inf @@ -0,0 +1,30 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + +[Defines] + INF_VERSION = 1.25 + BASE_NAME = HIIStaticForm + FILE_GUID = 8f21815a-958f-4215-abff-bee9ae16a436 + MODULE_TYPE = UEFI_APPLICATION + VERSION_STRING = 1.0 + ENTRY_POINT = UefiMain + +[Sources] + HIIStaticForm.c + Strings.uni + Form.vfr + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + +[LibraryClasses] + UefiApplicationEntryPoint + UefiLib + HiiLib + +[Protocols] + gEfiFormBrowser2ProtocolGuid |