From 033d0a38bb5afde4ed5c5242e4f35e28ce086dd1 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Sun, 27 Feb 2022 00:40:44 +0300 Subject: Add lesson 62 Signed-off-by: Konstantin Aladyshev --- .../UefiLessonsPkg/DevicePath/DevicePath.inf | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Lessons/Lesson_62/UefiLessonsPkg/DevicePath/DevicePath.inf (limited to 'Lessons/Lesson_62/UefiLessonsPkg/DevicePath/DevicePath.inf') 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 +# +# 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 -- cgit v1.2.3-18-g5258