aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/SetSku/SetSku.inf
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-08-31 16:26:50 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-08-31 16:26:50 +0300
commit4a40f4cc0e45de28898cdad1b605cc4ca4be2710 (patch)
tree764a4148ed1e7aa01edc92cd6ffb4187731e37a5 /UefiLessonsPkg/SetSku/SetSku.inf
parent98fed58216884e79a1ff4814a0abb366361d9e1a (diff)
downloadUEFI-Lessons-4a40f4cc0e45de28898cdad1b605cc4ca4be2710.tar.gz
UEFI-Lessons-4a40f4cc0e45de28898cdad1b605cc4ca4be2710.tar.bz2
UEFI-Lessons-4a40f4cc0e45de28898cdad1b605cc4ca4be2710.zip
Finish SKU lesson
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'UefiLessonsPkg/SetSku/SetSku.inf')
-rw-r--r--UefiLessonsPkg/SetSku/SetSku.inf17
1 files changed, 17 insertions, 0 deletions
diff --git a/UefiLessonsPkg/SetSku/SetSku.inf b/UefiLessonsPkg/SetSku/SetSku.inf
new file mode 100644
index 0000000..b14aed8
--- /dev/null
+++ b/UefiLessonsPkg/SetSku/SetSku.inf
@@ -0,0 +1,17 @@
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = SetSku
+ FILE_GUID = 8cb96f21-d1dc-4f4a-8064-c3a5b556f73a
+ MODULE_TYPE = UEFI_APPLICATION
+ VERSION_STRING = 1.0
+ ENTRY_POINT = ShellCEntryLib
+
+[Sources]
+ SetSku.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ ShellCEntryLib
+ UefiLib