aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.inf
blob: 14e9fa29612ea6adc0158dc1d744bbde037ace39 (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                      = ListVariables
  FILE_GUID                      = d66f68b2-3591-45af-bf5d-519152b9d877
  MODULE_TYPE                    = UEFI_APPLICATION
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = ShellCEntryLib

[Sources]
  ListVariables.c

[Packages]
  MdePkg/MdePkg.dec

[LibraryClasses]
  UefiApplicationEntryPoint
  UefiLib
  ShellCEntryLib