aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf
diff options
context:
space:
mode:
Diffstat (limited to 'UefiLessonsPkg/SetVariableExample/SetVariableExample.inf')
-rw-r--r--UefiLessonsPkg/SetVariableExample/SetVariableExample.inf24
1 files changed, 24 insertions, 0 deletions
diff --git a/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf b/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf
new file mode 100644
index 0000000..948e49a
--- /dev/null
+++ b/UefiLessonsPkg/SetVariableExample/SetVariableExample.inf
@@ -0,0 +1,24 @@
+##
+# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
+#
+# SPDX-License-Identifier: MIT
+##
+
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = SetVariableExample
+ FILE_GUID = bb2a829f-7943-4691-a03a-f1f48519d7e6
+ MODULE_TYPE = UEFI_APPLICATION
+ VERSION_STRING = 1.0
+ ENTRY_POINT = ShellCEntryLib
+
+[Sources]
+ SetVariableExample.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ UefiApplicationEntryPoint
+ UefiLib
+ ShellCEntryLib