aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_62/UefiLessonsPkg/DevicePath/DevicePath.inf
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-02-27 00:40:44 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-02-27 00:54:54 +0300
commit033d0a38bb5afde4ed5c5242e4f35e28ce086dd1 (patch)
tree9452c05ec571b31ffaee1431fff8b3010ec8d756 /Lessons/Lesson_62/UefiLessonsPkg/DevicePath/DevicePath.inf
parentcf884399031c711205f837a5b65eeeb26fee3258 (diff)
downloadUEFI-Lessons-033d0a38bb5afde4ed5c5242e4f35e28ce086dd1.tar.gz
UEFI-Lessons-033d0a38bb5afde4ed5c5242e4f35e28ce086dd1.tar.bz2
UEFI-Lessons-033d0a38bb5afde4ed5c5242e4f35e28ce086dd1.zip
Add lesson 62
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_62/UefiLessonsPkg/DevicePath/DevicePath.inf')
-rw-r--r--Lessons/Lesson_62/UefiLessonsPkg/DevicePath/DevicePath.inf23
1 files changed, 23 insertions, 0 deletions
diff --git a/Lessons/Lesson_62/UefiLessonsPkg/DevicePath/DevicePath.inf b/Lessons/Lesson_62/UefiLessonsPkg/DevicePath/DevicePath.inf
new file mode 100644
index 0000000..3c5bf45
--- /dev/null
+++ b/Lessons/Lesson_62/UefiLessonsPkg/DevicePath/DevicePath.inf
@@ -0,0 +1,23 @@
+##
+# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
+#
+# SPDX-License-Identifier: MIT
+##
+
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = DevicePath
+ FILE_GUID = f93d7d15-057a-442e-a8a5-fcb19d909989
+ MODULE_TYPE = UEFI_APPLICATION
+ VERSION_STRING = 1.0
+ ENTRY_POINT = UefiMain
+
+[Sources]
+ DevicePath.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ UefiApplicationEntryPoint
+ UefiLib