aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_20/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf
blob: 700b7796deb267f7572bb17f6150c14fa472d21a (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                      = InteractiveApp
  FILE_GUID                      = 1539451b-f300-41fa-a565-dde69c1bed66
  MODULE_TYPE                    = UEFI_APPLICATION
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = UefiMain

[Sources]
  InteractiveApp.c

[Packages]
  MdePkg/MdePkg.dec

[LibraryClasses]
  UefiApplicationEntryPoint
  UefiLib