diff options
author | Joursoir <chat@joursoir.net> | 2021-12-14 12:58:47 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-12-14 12:58:47 +0300 |
commit | 2899b7f90df3cbcccee010a71ccedfa3d47ac6d3 (patch) | |
tree | f1fbc5c157528f8945c1e2fe2128a92297ad0cd1 /Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf | |
parent | 722a438a60827f99f48d41aae3daccd8c7d73ab1 (diff) | |
download | ufm-2899b7f90df3cbcccee010a71ccedfa3d47ac6d3.tar.gz ufm-2899b7f90df3cbcccee010a71ccedfa3d47ac6d3.tar.bz2 ufm-2899b7f90df3cbcccee010a71ccedfa3d47ac6d3.zip |
cmds: make copying FILE to another FILE
Diffstat (limited to 'Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf')
-rw-r--r-- | Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf index e53e3b3..d37516e 100644 --- a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf +++ b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf @@ -34,6 +34,7 @@ DevicePathLib FileHandleLib MemoryAllocationLib + PcdLib PrintLib ShellCommandLib ShellLib @@ -52,3 +53,4 @@ [FeaturePcd] [Pcd] + gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize |