summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/GraphicsOutput/GraphicsOutputProtocol.inf
diff options
context:
space:
mode:
Diffstat (limited to 'memtestEDK/Memtest/GraphicsOutput/GraphicsOutputProtocol.inf')
-rw-r--r--memtestEDK/Memtest/GraphicsOutput/GraphicsOutputProtocol.inf32
1 files changed, 32 insertions, 0 deletions
diff --git a/memtestEDK/Memtest/GraphicsOutput/GraphicsOutputProtocol.inf b/memtestEDK/Memtest/GraphicsOutput/GraphicsOutputProtocol.inf
new file mode 100644
index 0000000..9824678
--- /dev/null
+++ b/memtestEDK/Memtest/GraphicsOutput/GraphicsOutputProtocol.inf
@@ -0,0 +1,32 @@
+[Defines]
+ INF_VERSION = 1.25
+ BASE_NAME = GraphicsOutputProtocol
+ FILE_GUID = d57abf7c-b511-4aaa-ab9e-2720fca82934
+ 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]
+ GraphicsOutputProtocol.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ UefiApplicationEntryPoint
+ UefiLib
+
+[Guids]
+
+[Ppis]
+
+[Protocols]
+
+[FeaturePcd]
+
+[Pcd] \ No newline at end of file