]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
MdeModulePkg/PciBusDxe: Refine code to make it more readable
[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 MODULE_UNI_FILE = UefiFileHandleLib.uni\r
18 FILE_GUID = 9495D344-9D8A-41f3-8D17-E2FD238C4E71\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = FileHandleLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER\r
22\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
25#\r
26\r
27[Sources.common]\r
28 UefiFileHandleLib.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32\r
33[LibraryClasses]\r
34 MemoryAllocationLib\r
35 BaseLib\r
36 BaseMemoryLib\r
37 DebugLib\r
38 PrintLib\r
39 PcdLib\r
40\r
41[Protocols]\r
42 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES\r
43\r
44[Guids]\r
45 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## GUID\r
46\r
47[Pcd.common]\r
48 gEfiMdePkgTokenSpaceGuid.PcdUefiFileHandleLibPrintBufferSize ## SOMETIMES_CONSUMES\r