summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/Test1/doTest1.inf
diff options
context:
space:
mode:
Diffstat (limited to 'memtestEDK/Memtest/Test1/doTest1.inf')
-rw-r--r--memtestEDK/Memtest/Test1/doTest1.inf33
1 files changed, 33 insertions, 0 deletions
diff --git a/memtestEDK/Memtest/Test1/doTest1.inf b/memtestEDK/Memtest/Test1/doTest1.inf
new file mode 100644
index 0000000..5a15050
--- /dev/null
+++ b/memtestEDK/Memtest/Test1/doTest1.inf
@@ -0,0 +1,33 @@
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = doTest1
+ FILE_GUID = 6e6463a5-8e95-4959-97ea-7db3c845f8d5
+ 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]
+ doTest1.c
+ test.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ UefiApplicationEntryPoint
+ UefiLib
+
+[Guids]
+
+[Ppis]
+
+[Protocols]
+
+[FeaturePcd]
+
+[Pcd]