aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf
diff options
context:
space:
mode:
Diffstat (limited to 'Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf')
-rw-r--r--Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf20
1 files changed, 20 insertions, 0 deletions
diff --git a/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf b/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf
new file mode 100644
index 0000000..dd32b12
--- /dev/null
+++ b/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf
@@ -0,0 +1,20 @@
+[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