diff options
author | Joursoir <chat@joursoir.net> | 2021-12-12 21:16:37 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-12-12 21:16:37 +0300 |
commit | 8a4c78cc58ac89aca08d8d54a61462d8fb7f814b (patch) | |
tree | fb2b8e6885eef564883272462c6a8e337ef074f5 /Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf | |
parent | 32c16800be03314346c0c769e5b5bce3a9c305ac (diff) | |
download | ufm-8a4c78cc58ac89aca08d8d54a61462d8fb7f814b.tar.gz ufm-8a4c78cc58ac89aca08d8d54a61462d8fb7f814b.tar.bz2 ufm-8a4c78cc58ac89aca08d8d54a61462d8fb7f814b.zip |
ufm: add the 'FileHandleLib' to LibraryClasses
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 31277f9..e53e3b3 100644 --- a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf +++ b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf @@ -32,6 +32,7 @@ BaseLib DebugLib DevicePathLib + FileHandleLib MemoryAllocationLib PrintLib ShellCommandLib |