From 681257dee7118e5adcf7e74ceeb5ac4c0833a073 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Mon, 5 Jul 2021 19:55:07 +0300 Subject: Add source code for lesson 31 Signed-off-by: Konstantin Aladyshev --- Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf (limited to 'Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf') diff --git a/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf b/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf new file mode 100644 index 0000000..0080d75 --- /dev/null +++ b/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf @@ -0,0 +1,22 @@ +[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 + ShellPkg/ShellPkg.dec + +[LibraryClasses] + UefiApplicationEntryPoint + UefiLib + ShellLib + +[Protocols] + gEfiPciRootBridgeIoProtocolGuid -- cgit v1.2.3-18-g5258