diff options
Diffstat (limited to 'Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf')
-rw-r--r-- | Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf b/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf deleted file mode 100644 index dd32b12..0000000 --- a/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf +++ /dev/null @@ -1,20 +0,0 @@ -[Defines] - INF_VERSION = 1.25 - BASE_NAME = ListPCI - FILE_GUID = 07aceb78-97df-4e49-84a8-28997896e42a - MODULE_TYPE = UEFI_APPLICATION - VERSION_STRING = 1.0 - ENTRY_POINT = UefiMain - -[Sources] - ListPCI.c - -[Packages] - MdePkg/MdePkg.dec - -[LibraryClasses] - UefiApplicationEntryPoint - UefiLib - -[Protocols] - gEfiPciRootBridgeIoProtocolGuid |