summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/Cpuid/TestCpuid.inf
diff options
context:
space:
mode:
Diffstat (limited to 'memtestEDK/Memtest/Cpuid/TestCpuid.inf')
-rw-r--r--memtestEDK/Memtest/Cpuid/TestCpuid.inf35
1 files changed, 35 insertions, 0 deletions
diff --git a/memtestEDK/Memtest/Cpuid/TestCpuid.inf b/memtestEDK/Memtest/Cpuid/TestCpuid.inf
new file mode 100644
index 0000000..10509c5
--- /dev/null
+++ b/memtestEDK/Memtest/Cpuid/TestCpuid.inf
@@ -0,0 +1,35 @@
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = TestCpuid
+
+ #Copy and paste the GUID from http://www.guidgen.com/ here
+ FILE_GUID = d49e07b2-cd2c-4c2c-96c4-5a88b805c6a1
+ 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]
+ TestCpuid.c
+ cpuid.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ UefiApplicationEntryPoint
+ UefiLib
+
+[Guids]
+
+[Ppis]
+
+[Protocols]
+
+[FeaturePcd]
+
+[Pcd]