]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
BaseTools: Fixed bug for single FV generating.
[mirror_edk2.git] / MdePkg / Library / UefiFileHandleLib / UefiFileHandleLib.inf
CommitLineData
a405b86d 1## @file\r
d2b4564b 2# Provides interface to shell functionality for shell commands and applications.\r
3#\r
909ac47b 4# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved. <BR>\r
ae591c14
DM
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
d2b4564b 9#\r
d2b4564b 10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
7b202cb0 12##\r
d2b4564b 13\r
14[Defines]\r
15 INF_VERSION = 0x00010006\r
26b46ba4 16 BASE_NAME = UefiFileHandleLib\r
d2b4564b 17 FILE_GUID = 9495D344-9D8A-41f3-8D17-E2FD238C4E71\r
26b46ba4 18 MODULE_TYPE = UEFI_DRIVER\r
d2b4564b 19 VERSION_STRING = 1.0\r
6398b08d 20 LIBRARY_CLASS = FileHandleLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER\r
d2b4564b 21\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
24#\r
25\r
a405b86d 26[Sources.common]\r
4eb59be3 27 UefiFileHandleLib.c\r
d2b4564b 28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
d2b4564b 31\r
32[LibraryClasses]\r
d2b4564b 33 MemoryAllocationLib\r
d2b4564b 34 BaseLib\r
35 BaseMemoryLib\r
36 DebugLib\r
125c2cf4 37 PrintLib\r
38 PcdLib\r
d2b4564b 39\r
40[Protocols]\r
909ac47b 41 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES\r
1e6e84c7 42\r
d2b4564b 43[Guids]\r
909ac47b 44 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## GUID\r
d2b4564b 45\r
a405b86d 46[Pcd.common]\r
909ac47b 47 gEfiMdePkgTokenSpaceGuid.PcdUefiFileHandleLibPrintBufferSize ## SOMETIMES_CONSUMES\r