diff options
Diffstat (limited to 'memtestEDK/Memtest/SingleComponents/TestSmp.inf')
-rw-r--r-- | memtestEDK/Memtest/SingleComponents/TestSmp.inf | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/memtestEDK/Memtest/SingleComponents/TestSmp.inf b/memtestEDK/Memtest/SingleComponents/TestSmp.inf new file mode 100644 index 0000000..7c3d15e --- /dev/null +++ b/memtestEDK/Memtest/SingleComponents/TestSmp.inf @@ -0,0 +1,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] |