aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons_uncategorized/Lesson_Configuration_Language_5/UefiLessonsPkg/HIIConfig/HIIConfig.inf
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-23 18:03:02 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-09-23 18:03:02 +0300
commit31f41214bdeebda26e39daf776be8cb646d66666 (patch)
tree9b683dc408ea26b29fc5cc5dff4c0dcf5c184bce /Lessons_uncategorized/Lesson_Configuration_Language_5/UefiLessonsPkg/HIIConfig/HIIConfig.inf
parentcd5821d17e5988fcc214f34e71bf1c89ffc85e6d (diff)
downloadUEFI-Lessons-31f41214bdeebda26e39daf776be8cb646d66666.tar.gz
UEFI-Lessons-31f41214bdeebda26e39daf776be8cb646d66666.tar.bz2
UEFI-Lessons-31f41214bdeebda26e39daf776be8cb646d66666.zip
Add source code for UEFI Configuration language lessons
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons_uncategorized/Lesson_Configuration_Language_5/UefiLessonsPkg/HIIConfig/HIIConfig.inf')
-rw-r--r--Lessons_uncategorized/Lesson_Configuration_Language_5/UefiLessonsPkg/HIIConfig/HIIConfig.inf27
1 files changed, 27 insertions, 0 deletions
diff --git a/Lessons_uncategorized/Lesson_Configuration_Language_5/UefiLessonsPkg/HIIConfig/HIIConfig.inf b/Lessons_uncategorized/Lesson_Configuration_Language_5/UefiLessonsPkg/HIIConfig/HIIConfig.inf
new file mode 100644
index 0000000..6a1f99e
--- /dev/null
+++ b/Lessons_uncategorized/Lesson_Configuration_Language_5/UefiLessonsPkg/HIIConfig/HIIConfig.inf
@@ -0,0 +1,27 @@
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = HIIConfig
+ FILE_GUID = 417bf8bf-05b6-4cb5-b6e1-ed41c1fc971d
+ MODULE_TYPE = UEFI_APPLICATION
+ VERSION_STRING = 1.0
+ ENTRY_POINT = ShellCEntryLib
+
+[Sources]
+ HIIConfig.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+
+[LibraryClasses]
+ ShellCEntryLib
+ UefiLib
+ DevicePathLib
+ HiiLib
+
+[Protocols]
+ gEfiHiiConfigRoutingProtocolGuid
+
+[Pcd]
+ gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize
+