diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-04 01:13:59 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-04 01:14:22 +0300 |
commit | 72d720446ccffd7a96fc8caf753f54573e756d7f (patch) | |
tree | 3d1714d832d25c4cdf865362eb221f495786530a /Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf | |
parent | e74febc523101b82671160078173acd650f76dc2 (diff) | |
download | UEFI-Lessons-72d720446ccffd7a96fc8caf753f54573e756d7f.tar.gz UEFI-Lessons-72d720446ccffd7a96fc8caf753f54573e756d7f.tar.bz2 UEFI-Lessons-72d720446ccffd7a96fc8caf753f54573e756d7f.zip |
Add lesson 30
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf')
-rw-r--r-- | Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf | 20 |
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 |