aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf
blob: 739ef92feefde49d0f584c76d42a585e0683a6cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##
# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
#
# SPDX-License-Identifier: MIT
##

[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