diff options
author | Joursoir <chat@joursoir.net> | 2022-04-25 22:51:58 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-04-25 22:51:58 +0300 |
commit | 9043e43dc2ab374f60080e5963dc60fd1bddabf3 (patch) | |
tree | 5b7ea97610884dfecdf43cbaacd4e7d02024fd95 /UefiMonitorTest/UefiMonitorTest.inf | |
parent | 7b7d487c9e30fc4a9480209d4b37aa29b7a61ddd (diff) | |
download | umt-9043e43dc2ab374f60080e5963dc60fd1bddabf3.tar.gz umt-9043e43dc2ab374f60080e5963dc60fd1bddabf3.tar.bz2 umt-9043e43dc2ab374f60080e5963dc60fd1bddabf3.zip |
add the main menu stubs
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 067f27a..df169d9 100644 --- a/UefiMonitorTest/UefiMonitorTest.inf +++ b/UefiMonitorTest/UefiMonitorTest.inf @@ -9,6 +9,7 @@ [Sources] UefiMonitorTest.c Graphics.c + MainMenu.c [Packages] MdePkg/MdePkg.dec |