aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf
diff options
context:
space:
mode:
Diffstat (limited to 'UefiLessonsPkg/HIIKeyword/HIIKeyword.inf')
-rw-r--r--UefiLessonsPkg/HIIKeyword/HIIKeyword.inf24
1 files changed, 24 insertions, 0 deletions
diff --git a/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf b/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf
new file mode 100644
index 0000000..de46152
--- /dev/null
+++ b/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf
@@ -0,0 +1,24 @@
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = HIIKeyword
+ FILE_GUID = a9ec2c65-7a2b-41b8-bab0-fb4ad8ecfdde
+ MODULE_TYPE = UEFI_APPLICATION
+ VERSION_STRING = 1.0
+ ENTRY_POINT = ShellCEntryLib
+
+[Sources]
+ HIIKeyword.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ ShellCEntryLib
+ UefiLib
+
+[Protocols]
+ gEfiConfigKeywordHandlerProtocolGuid
+
+[Pcd]
+ gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize
+