diff options
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 |