diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-12 12:48:03 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-12 12:48:03 +0300 |
commit | 9a0b991bf12470ecbadd5ccd8cb4ec7386d23a75 (patch) | |
tree | 9dfc5081513b3bfb02f4359634bdfc1f356188e1 | |
parent | 4eecf242d526781ef7cc1b8da54fb08a71edf4ad (diff) | |
download | UEFI-Lessons-9a0b991bf12470ecbadd5ccd8cb4ec7386d23a75.tar.gz UEFI-Lessons-9a0b991bf12470ecbadd5ccd8cb4ec7386d23a75.tar.bz2 UEFI-Lessons-9a0b991bf12470ecbadd5ccd8cb4ec7386d23a75.zip |
Add missed applications to DSC in lesson 38
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dsc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dsc index 905d31f..69abbd0 100644 --- a/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -49,10 +49,12 @@ #UefiLessonsPkg/TestGlyphs/TestGlyphs.inf #UefiLessonsPkg/ShowHii/ShowHii.inf UefiLessonsPkg/PCDLesson/PCDLesson.inf + UefiLessonsPkg/SmbiosInfo/SmbiosInfo.inf UefiLessonsPkg/ShowTables/ShowTables.inf UefiLessonsPkg/AcpiInfo/AcpiInfo.inf UefiLessonsPkg/SaveBGRT/SaveBGRT.inf UefiLessonsPkg/ListPCI/ListPCI.inf + UefiLessonsPkg/SimpleDriver/SimpleDriver.inf UefiLessonsPkg/PCIRomInfo/PCIRomInfo.inf UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.inf UefiLessonsPkg/Library/SimpleLibraryWithConstructor/SimpleLibraryWithConstructor.inf |