aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-22 11:52:24 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-22 11:52:24 +0300
commit43a33dd6676acebded9e8879f1210cca5d974564 (patch)
tree716db85562db5ef29130513e073a2d1acc42f2c4 /Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf
parent08789669ab178d108c9662692c9bc7c1df2c6d7b (diff)
downloadUEFI-Lessons-43a33dd6676acebded9e8879f1210cca5d974564.tar.gz
UEFI-Lessons-43a33dd6676acebded9e8879f1210cca5d974564.tar.bz2
UEFI-Lessons-43a33dd6676acebded9e8879f1210cca5d974564.zip
Add sources for lessons 45/46/47
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf')
-rw-r--r--Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf23
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