]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[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
2df2d35a 17 MODULE_UNI_FILE = UefiFileHandleLib.uni\r
d2b4564b 18 FILE_GUID = 9495D344-9D8A-41f3-8D17-E2FD238C4E71\r
26b46ba4 19 MODULE_TYPE = UEFI_DRIVER\r
d2b4564b 20 VERSION_STRING = 1.0\r
6398b08d 21 LIBRARY_CLASS = FileHandleLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER\r
d2b4564b 22\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
25#\r
26\r
a405b86d 27[Sources.common]\r
4eb59be3 28 UefiFileHandleLib.c\r
d2b4564b 29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
d2b4564b 32\r
33[LibraryClasses]\r
d2b4564b 34 MemoryAllocationLib\r
d2b4564b 35 BaseLib\r
36 BaseMemoryLib\r
37 DebugLib\r
125c2cf4 38 PrintLib\r
39 PcdLib\r
d2b4564b 40\r
41[Protocols]\r
909ac47b 42 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES\r
1e6e84c7 43\r
d2b4564b 44[Guids]\r
909ac47b 45 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## GUID\r
d2b4564b 46\r
a405b86d 47[Pcd.common]\r
909ac47b 48 gEfiMdePkgTokenSpaceGuid.PcdUefiFileHandleLibPrintBufferSize ## SOMETIMES_CONSUMES\r