]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
BaseTools: Fixed bug for single FV generating.
[mirror_edk2.git] / MdePkg / Library / UefiFileHandleLib / UefiFileHandleLib.inf
... / ...
CommitLineData
1## @file\r
2# Provides interface to shell functionality for shell commands and applications.\r
3#\r
4# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved. <BR>\r
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
9#\r
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
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010006\r
16 BASE_NAME = UefiFileHandleLib\r
17 FILE_GUID = 9495D344-9D8A-41f3-8D17-E2FD238C4E71\r
18 MODULE_TYPE = UEFI_DRIVER\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = FileHandleLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER\r
21\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
24#\r
25\r
26[Sources.common]\r
27 UefiFileHandleLib.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 MemoryAllocationLib\r
34 BaseLib\r
35 BaseMemoryLib\r
36 DebugLib\r
37 PrintLib\r
38 PcdLib\r
39\r
40[Protocols]\r
41 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES\r
42\r
43[Guids]\r
44 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## GUID\r
45\r
46[Pcd.common]\r
47 gEfiMdePkgTokenSpaceGuid.PcdUefiFileHandleLibPrintBufferSize ## SOMETIMES_CONSUMES\r