aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_16/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf
blob: d2cfba97e890c52b2f2825ec29c76491aa492ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Defines]
  INF_VERSION                    = 1.25
  BASE_NAME                      = ShowBootVariables
  FILE_GUID                      = 31266d12-9c60-478e-905e-05d117a3a9df
  MODULE_TYPE                    = UEFI_APPLICATION
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = ShellCEntryLib

[Sources]
  ShowBootVariables.c

[Packages]
  MdePkg/MdePkg.dec

[LibraryClasses]
  UefiApplicationEntryPoint
  UefiLib
  ShellCEntryLib