summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/Test2/Template.inf
diff options
context:
space:
mode:
Diffstat (limited to 'memtestEDK/Memtest/Test2/Template.inf')
-rw-r--r--memtestEDK/Memtest/Test2/Template.inf32
1 files changed, 32 insertions, 0 deletions
diff --git a/memtestEDK/Memtest/Test2/Template.inf b/memtestEDK/Memtest/Test2/Template.inf
new file mode 100644
index 0000000..0d31854
--- /dev/null
+++ b/memtestEDK/Memtest/Test2/Template.inf
@@ -0,0 +1,32 @@
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = Template
+ FILE_GUID = https://www.guidgenerator.com/online-guid-generator.aspx
+ 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]
+ Template.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ UefiApplicationEntryPoint
+ UefiLib
+
+[Guids]
+
+[Ppis]
+
+[Protocols]
+
+[FeaturePcd]
+
+[Pcd]