diff options
author | Joursoir <chat@joursoir.net> | 2021-12-11 20:56:31 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-12-11 20:56:31 +0300 |
commit | dac697aebc8a5c680daf8bf35ce350ae994d03e4 (patch) | |
tree | edd96831dc59f440c172b1ab323086b9b82985cd /Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf | |
parent | 5e0ac5e316a3d33610b4681f0d4f246281a90bce (diff) | |
download | ufm-dac697aebc8a5c680daf8bf35ce350ae994d03e4.tar.gz ufm-dac697aebc8a5c680daf8bf35ce350ae994d03e4.tar.bz2 ufm-dac697aebc8a5c680daf8bf35ce350ae994d03e4.zip |
implement the dialog box
Diffstat (limited to 'Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf')
-rw-r--r-- | Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf index c3d623e..3e8bb60 100644 --- a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf +++ b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf @@ -15,6 +15,7 @@ menu-bar.c command-bar.c widget/input.c + dialog-box.c panel.c dir.c fs.c |