diff options
author | Joursoir <chat@joursoir.net> | 2022-04-25 15:34:00 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-04-25 15:34:37 +0300 |
commit | 6270073d0f155ba0d570ef597a8efb6bc9853f75 (patch) | |
tree | c74c2e94c932bb05bf8312a9e744725ec28805b8 /UefiMonitorTest/UefiMonitorTest.inf | |
parent | c878c061227017e98014f847a0b413026b596999 (diff) | |
download | umt-6270073d0f155ba0d570ef597a8efb6bc9853f75.tar.gz umt-6270073d0f155ba0d570ef597a8efb6bc9853f75.tar.bz2 umt-6270073d0f155ba0d570ef597a8efb6bc9853f75.zip |
move graphics routines and context to a separate file
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTest.inf')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTest.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UefiMonitorTest/UefiMonitorTest.inf b/UefiMonitorTest/UefiMonitorTest.inf index e0e7c13..067f27a 100644 --- a/UefiMonitorTest/UefiMonitorTest.inf +++ b/UefiMonitorTest/UefiMonitorTest.inf @@ -8,6 +8,7 @@ [Sources] UefiMonitorTest.c + Graphics.c [Packages] MdePkg/MdePkg.dec |