From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- .../UefiFileHandleLib/UefiFileHandleLib.inf | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 roms/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf (limited to 'roms/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf') diff --git a/roms/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf b/roms/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf new file mode 100644 index 000000000..e9a5e2d68 --- /dev/null +++ b/roms/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf @@ -0,0 +1,42 @@ +## @file +# Provides interface to shell functionality for shell commands and applications. +# +# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +## + +[Defines] + INF_VERSION = 0x00010006 + BASE_NAME = UefiFileHandleLib + MODULE_UNI_FILE = UefiFileHandleLib.uni + FILE_GUID = 9495D344-9D8A-41f3-8D17-E2FD238C4E71 + MODULE_TYPE = UEFI_DRIVER + VERSION_STRING = 1.0 + LIBRARY_CLASS = FileHandleLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER + +# +# VALID_ARCHITECTURES = IA32 X64 EBC +# + +[Sources.common] + UefiFileHandleLib.c + +[Packages] + MdePkg/MdePkg.dec + +[LibraryClasses] + MemoryAllocationLib + BaseLib + BaseMemoryLib + DebugLib + PrintLib + PcdLib + +[Protocols] + gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES + +[Guids] + gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## GUID + +[Pcd.common] + gEfiMdePkgTokenSpaceGuid.PcdUefiFileHandleLibPrintBufferSize ## SOMETIMES_CONSUMES -- cgit 1.2.3-korg