Files
edk2/ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf
T

51 lines
1.4 KiB
INI
Raw Normal View History

2010-02-23 23:58:38 +00:00
## @file
2009-05-11 18:02:16 +00:00
# Provides interface to shell functionality for shell commands and applications.
#
# Copyright (c) 2006 - 2010, Intel Corporation.All rights reserved. <BR>
2009-05-11 18:02:16 +00:00
#
# This program and the accompanying materials
2009-05-11 18:02:16 +00:00
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
2010-02-23 23:58:38 +00:00
##
2009-05-11 18:02:16 +00:00
[Defines]
INF_VERSION = 0x00010006
BASE_NAME = BaseFileHandleLib
FILE_GUID = 9495D344-9D8A-41f3-8D17-E2FD238C4E71
2009-11-18 21:36:50 +00:00
MODULE_TYPE = DXE_DRIVER
2009-05-11 18:02:16 +00:00
VERSION_STRING = 1.0
LIBRARY_CLASS = FileHandleLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER
2009-05-11 18:02:16 +00:00
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
2010-02-23 23:58:38 +00:00
[Sources]
2009-05-11 18:02:16 +00:00
BaseFileHandleLib.c
[Packages]
MdePkg/MdePkg.dec
ShellPkg/ShellPkg.dec
[LibraryClasses]
MemoryAllocationLib
BaseLib
BaseMemoryLib
DebugLib
2009-11-18 21:36:50 +00:00
PrintLib
PcdLib
2009-05-11 18:02:16 +00:00
[Protocols]
2009-11-18 21:36:50 +00:00
gEfiSimpleFileSystemProtocolGuid # ALWAYS_USED
2009-05-11 18:02:16 +00:00
[Guids]
gEfiFileInfoGuid # ALWAYS_CONSUMED
2010-02-23 23:58:38 +00:00
[Pcd]
gEfiShellPkgTokenSpaceGuid.PcdShellPrintBufferSize # ALWAYS_CONSUMED