aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.inf
blob: 07840dff55eb73b5907f2654c87b173669c1d9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
##
# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
#
# SPDX-License-Identifier: MIT
##

[Defines]
  INF_VERSION                    = 1.25
  BASE_NAME                      = PCIRomInfo
  FILE_GUID                      = 76f1798f-533f-49a2-b94c-96ab3dfebea0
  MODULE_TYPE                    = UEFI_APPLICATION
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = UefiMain

[Sources]
  PCIRomInfo.c

[Packages]
  MdePkg/MdePkg.dec
  ShellPkg/ShellPkg.dec

[LibraryClasses]
  UefiApplicationEntryPoint
  UefiLib
  ShellLib

[Protocols]
  gEfiPciIoProtocolGuid