aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/ShowTables/ShowTables.inf
blob: 056b823decb8db0a03197c736947c0274354e5e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Defines]
  INF_VERSION                    = 1.25
  BASE_NAME                      = ShowTables
  FILE_GUID                      = e249532c-d41a-4bd9-a4a8-7fc143e703f2
  MODULE_TYPE                    = UEFI_APPLICATION
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = UefiMain

[Sources]
  ShowTables.c

[Packages]
  MdePkg/MdePkg.dec

[LibraryClasses]
  UefiApplicationEntryPoint
  UefiLib