diff options
author | Joursoir <chat@joursoir.net> | 2021-12-14 13:06:39 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-12-14 13:06:39 +0300 |
commit | a03c7119f13ca3aae2d7149e007141de7b9fe419 (patch) | |
tree | 745e7382b358d4d608372cc895652a6b0ae895ab /Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf | |
parent | 2899b7f90df3cbcccee010a71ccedfa3d47ac6d3 (diff) | |
download | ufm-a03c7119f13ca3aae2d7149e007141de7b9fe419.tar.gz ufm-a03c7119f13ca3aae2d7149e007141de7b9fe419.tar.bz2 ufm-a03c7119f13ca3aae2d7149e007141de7b9fe419.zip |
cmds: make copying DIR to another DIR
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 d37516e..4fe23de 100644 --- a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf +++ b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf @@ -38,6 +38,7 @@ PrintLib ShellCommandLib ShellLib + SortLib UefiApplicationEntryPoint UefiBootServicesTableLib UefiLib |