aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/UefiMonitorTest.inf
blob: df169d9da71a9f1e1dbdefee11a559f1274a3794 (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
25
26
27
28
29
30
31
32
33
34
35
[Defines]
  INF_VERSION                    = 0x00010005
  BASE_NAME                      = UefiMonitorTest
  FILE_GUID                      = e6ca80d0-12bc-4fda-a229-8d108630296e
  MODULE_TYPE                    = UEFI_APPLICATION
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = UefiMain

[Sources]
  UefiMonitorTest.c
  Graphics.c
  MainMenu.c

[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec

[LibraryClasses]
  BaseLib
  DebugLib
  MemoryAllocationLib
  PcdLib
  PrintLib
  UefiApplicationEntryPoint
  UefiBootServicesTableLib
  UefiLib
  UefiRuntimeServicesTableLib

[Protocols]
  gEfiSimplePointerProtocolGuid
  gEfiSimpleTextInputExProtocolGuid

[FeaturePcd]

[Pcd]