aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/HIIFormLabel/HIIFormLabel.inf
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-26 15:05:19 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-26 15:05:19 +0300
commitd6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c (patch)
treedd514455aacecfd7435550c3ddde36010465b55c /UefiLessonsPkg/HIIFormLabel/HIIFormLabel.inf
parente67d65c139322903a282abcc605ba7089f9991ec (diff)
downloadUEFI-Lessons-d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c.tar.gz
UEFI-Lessons-d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c.tar.bz2
UEFI-Lessons-d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c.zip
Add lesson 72
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'UefiLessonsPkg/HIIFormLabel/HIIFormLabel.inf')
-rw-r--r--UefiLessonsPkg/HIIFormLabel/HIIFormLabel.inf31
1 files changed, 31 insertions, 0 deletions
diff --git a/UefiLessonsPkg/HIIFormLabel/HIIFormLabel.inf b/UefiLessonsPkg/HIIFormLabel/HIIFormLabel.inf
new file mode 100644
index 0000000..8ad87e0
--- /dev/null
+++ b/UefiLessonsPkg/HIIFormLabel/HIIFormLabel.inf
@@ -0,0 +1,31 @@
+##
+# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
+#
+# SPDX-License-Identifier: MIT
+##
+
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = HIIFormLabel
+ FILE_GUID = a869c42c-fd49-469d-b6ab-b37569c0e90d
+ MODULE_TYPE = UEFI_DRIVER
+ VERSION_STRING = 1.0
+ ENTRY_POINT = HIIFormLabelEntryPoint
+ UNLOAD_IMAGE = HIIFormLabelUnload
+
+[Sources]
+ HIIFormLabel.c
+ Strings.uni
+ Form.vfr
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+
+[LibraryClasses]
+ UefiDriverEntryPoint
+ UefiLib
+ HiiLib
+
+[Guids]
+ gEfiIfrTianoGuid