From 62424fc6411b5e2f9a5224837af4740956f7f5e5 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Thu, 2 Dec 2021 20:51:35 +0300 Subject: library: add module information file --- .../UefiShellUfmCommandLib.inf | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf diff --git a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf new file mode 100644 index 0000000..a80d2cf --- /dev/null +++ b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.inf @@ -0,0 +1,50 @@ +[Defines] + INF_VERSION = 1.25 + BASE_NAME = UefiShellUfmCommandLib + FILE_GUID = 0326b619-e996-45f8-8dd3-9aebeb59b647 + MODULE_TYPE = UEFI_APPLICATION + VERSION_STRING = 1.0 + LIBRARY_CLASS = UfmCommandLib|UEFI_APPLICATION UEFI_DRIVER + CONSTRUCTOR = UefiUfmConstructor + DESTRUCTOR = UefiUfmDestructor + VALID_ARCHITECTURES = X64 + +[Sources] + tbi/screen.c + tbi/win.c + menu-bar.c + command-bar.c + panel.c + dir.c + fs.c + actions.c + UefiShellUfmCommandLib.c + +[Packages] + MdeModulePkg/MdeModulePkg.dec + MdePkg/MdePkg.dec + ShellPkg/ShellPkg.dec + +[LibraryClasses] + BaseLib + DebugLib + DevicePathLib + MemoryAllocationLib + PrintLib + ShellCommandLib + ShellLib + UefiApplicationEntryPoint + UefiBootServicesTableLib + UefiLib + UefiRuntimeServicesTableLib + +[Guids] + +[Ppis] + +[Protocols] + gEfiSimpleFileSystemProtocolGuid + +[FeaturePcd] + +[Pcd] -- cgit v1.2.3-18-g5258