aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/ShowHIIext/ShowHIIext.inf
diff options
context:
space:
mode:
Diffstat (limited to 'UefiLessonsPkg/ShowHIIext/ShowHIIext.inf')
-rw-r--r--UefiLessonsPkg/ShowHIIext/ShowHIIext.inf32
1 files changed, 32 insertions, 0 deletions
diff --git a/UefiLessonsPkg/ShowHIIext/ShowHIIext.inf b/UefiLessonsPkg/ShowHIIext/ShowHIIext.inf
new file mode 100644
index 0000000..fffbecf
--- /dev/null
+++ b/UefiLessonsPkg/ShowHIIext/ShowHIIext.inf
@@ -0,0 +1,32 @@
+##
+# Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com>
+#
+# SPDX-License-Identifier: MIT
+##
+
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = ShowHIIext
+ FILE_GUID = 9d7386b0-6c1b-4815-94c5-24c385e3d123
+ MODULE_TYPE = UEFI_APPLICATION
+ VERSION_STRING = 1.0
+ ENTRY_POINT = ShellCEntryLib
+ UEFI_HII_RESOURCE_SECTION = TRUE
+
+[Sources]
+ ShowHIIext.c
+ Strings.uni
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+ ShellPkg/ShellPkg.dec
+
+[LibraryClasses]
+ ShellCEntryLib
+ UefiLib
+ ShellLib
+ HiiLib
+
+[Protocols]
+ gEfiHiiDatabaseProtocolGuid