diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-02-27 00:40:44 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-02-27 00:54:54 +0300 |
commit | 033d0a38bb5afde4ed5c5242e4f35e28ce086dd1 (patch) | |
tree | 9452c05ec571b31ffaee1431fff8b3010ec8d756 /UefiLessonsPkg/DevicePath/DevicePath.inf | |
parent | cf884399031c711205f837a5b65eeeb26fee3258 (diff) | |
download | UEFI-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 'UefiLessonsPkg/DevicePath/DevicePath.inf')
-rw-r--r-- | UefiLessonsPkg/DevicePath/DevicePath.inf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/UefiLessonsPkg/DevicePath/DevicePath.inf b/UefiLessonsPkg/DevicePath/DevicePath.inf new file mode 100644 index 0000000..3c5bf45 --- /dev/null +++ b/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 |