summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/GetMemoryMap/GetMemoryMap.inf
blob: 87a9855bfbbe4d46df82fe0d3baad04d073b2888 (plain) (blame)
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
[Defines]
  INF_VERSION                    = 1.25
  BASE_NAME                      = GetMemoryMap
  FILE_GUID                      = 51d8cae0-272a-661f-a8d9-8451dff0ebd0
  MODULE_TYPE                    = UEFI_APPLICATION
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = UefiMain
#
# The following information is for reference only and not required by the build tools.
#
#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC Etc...
#

[Sources]
  GetMemoryMap.c

[Packages]
  MdePkg/MdePkg.dec
  
[LibraryClasses]
  UefiApplicationEntryPoint
  UefiLib
  
[Guids]

[Ppis]

[Protocols]

[FeaturePcd]

[Pcd]