diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-09 01:40:04 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-09 01:40:04 +0300 |
commit | 387f9e6fd232b8b44b4610dd75392ec1231e20c8 (patch) | |
tree | ba2f80111261b9d692f49fa278582b272274e284 /Lesson_32/UefiLessonsPkg | |
parent | e8f0d612b161e62bddbb06e7d1b3e365d361c4b2 (diff) | |
download | UEFI-Lessons-387f9e6fd232b8b44b4610dd75392ec1231e20c8.tar.gz UEFI-Lessons-387f9e6fd232b8b44b4610dd75392ec1231e20c8.tar.bz2 UEFI-Lessons-387f9e6fd232b8b44b4610dd75392ec1231e20c8.zip |
Rename DumpPCIroms app to PCIRomInfo
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lesson_32/UefiLessonsPkg')
-rw-r--r-- | Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.c (renamed from Lesson_32/UefiLessonsPkg/DumpPCIroms/DumpPCIroms.c) | 0 | ||||
-rw-r--r-- | Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.inf (renamed from Lesson_32/UefiLessonsPkg/DumpPCIroms/DumpPCIroms.inf) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lesson_32/UefiLessonsPkg/DumpPCIroms/DumpPCIroms.c b/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.c index 7531192..7531192 100644 --- a/Lesson_32/UefiLessonsPkg/DumpPCIroms/DumpPCIroms.c +++ b/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.c diff --git a/Lesson_32/UefiLessonsPkg/DumpPCIroms/DumpPCIroms.inf b/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.inf index 213a8e4..b098b26 100644 --- a/Lesson_32/UefiLessonsPkg/DumpPCIroms/DumpPCIroms.inf +++ b/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.inf @@ -1,13 +1,13 @@ [Defines] INF_VERSION = 1.25 - BASE_NAME = DumpPCIroms + BASE_NAME = PCIRomInfo FILE_GUID = 76f1798f-533f-49a2-b94c-96ab3dfebea0 MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 1.0 ENTRY_POINT = UefiMain [Sources] - DumpPCIroms.c + PCIRomInfo.c [Packages] MdePkg/MdePkg.dec |