VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf@ 107064

Last change on this file since 107064 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1## @file
2# Provides interface to shell functionality for shell commands and applications.
3#
4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6##
7
8[Defines]
9 INF_VERSION = 0x00010006
10 BASE_NAME = UefiFileHandleLib
11 MODULE_UNI_FILE = UefiFileHandleLib.uni
12 FILE_GUID = 9495D344-9D8A-41f3-8D17-E2FD238C4E71
13 MODULE_TYPE = UEFI_DRIVER
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = FileHandleLib|DXE_DRIVER UEFI_APPLICATION UEFI_DRIVER DXE_RUNTIME_DRIVER
16
17#
18# VALID_ARCHITECTURES = IA32 X64 EBC
19#
20
21[Sources.common]
22 UefiFileHandleLib.c
23
24[Packages]
25 MdePkg/MdePkg.dec
26
27[LibraryClasses]
28 MemoryAllocationLib
29 BaseLib
30 BaseMemoryLib
31 DebugLib
32 PrintLib
33 PcdLib
34
35[Protocols]
36 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
37
38[Guids]
39 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## GUID
40
41[Pcd.common]
42 gEfiMdePkgTokenSpaceGuid.PcdUefiFileHandleLibPrintBufferSize ## SOMETIMES_CONSUMES
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette