aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.inf
blob: b098b26402d137a596865a26a470df20261c0ace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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