aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-05 19:55:07 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-07-05 19:55:07 +0300
commit681257dee7118e5adcf7e74ceeb5ac4c0833a073 (patch)
tree7e1211ef03810c8448b9acf6bf3b507067cdfa3a /Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf
parent4b11601d48d2571758bc61976a8f0550a479b5ea (diff)
downloadUEFI-Lessons-681257dee7118e5adcf7e74ceeb5ac4c0833a073.tar.gz
UEFI-Lessons-681257dee7118e5adcf7e74ceeb5ac4c0833a073.tar.bz2
UEFI-Lessons-681257dee7118e5adcf7e74ceeb5ac4c0833a073.zip
Add source code for lesson 31
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf')
-rw-r--r--Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf22
1 files changed, 22 insertions, 0 deletions
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