summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/Cpuid/TestSmp.inf
blob: 7c3d15e72f2de5cda8d0cc9d6eedfd8198f9190b (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
33
34
35
36
37
38
[Defines]
  INF_VERSION                    = 1.25
  BASE_NAME                      = TestSmp

  #Copy and paste the GUID from http://www.guidgen.com/ here
  FILE_GUID                      = d49e07a1-cd2c-4c2c-96c4-5a78b805c6a1
  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]
  TestSmp.c
  smp.c
  cpuid.c
  SmpTestFunctions/cpuid_test.c
  SmpTestFunctions/apic_test.c

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

[Ppis]

[Protocols]

[FeaturePcd]

[Pcd]