summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/GraphicsOutput/TextOutput.inf
diff options
context:
space:
mode:
Diffstat (limited to 'memtestEDK/Memtest/GraphicsOutput/TextOutput.inf')
-rw-r--r--memtestEDK/Memtest/GraphicsOutput/TextOutput.inf32
1 files changed, 32 insertions, 0 deletions
diff --git a/memtestEDK/Memtest/GraphicsOutput/TextOutput.inf b/memtestEDK/Memtest/GraphicsOutput/TextOutput.inf
new file mode 100644
index 0000000..eac926e
--- /dev/null
+++ b/memtestEDK/Memtest/GraphicsOutput/TextOutput.inf
@@ -0,0 +1,32 @@
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = TextOutput
+ FILE_GUID = a4870141-61cf-430d-87e7-a5a3b0cfa899
+ 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]
+ TextOutput.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ UefiApplicationEntryPoint
+ UefiLib
+
+[Guids]
+
+[Ppis]
+
+[Protocols]
+
+[FeaturePcd]
+
+[Pcd]