]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FileExplorerLib.inf
CommitLineData
4c8274a0
ED
1## @file\r
2# library defines a set of interfaces for how to do file explorer.\r
d1102dba
LG
3#\r
4# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
4c8274a0
ED
5# This program and the accompanying materials are licensed and made available under\r
6# the terms and conditions of the BSD License that accompanies this distribution.\r
7# The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php.\r
d1102dba 9#\r
4c8274a0
ED
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
d1102dba 12#\r
4c8274a0
ED
13##\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = FileExplorerLib\r
28bf7f23 17 MODULE_UNI_FILE = FileExplorerLib.uni\r
4c8274a0
ED
18 FILE_GUID = 4FC9C630-0F90-4053-8F13-264CBD22FC58\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = FileExplorerLib|DXE_DRIVER UEFI_APPLICATION\r
22 CONSTRUCTOR = FileExplorerLibConstructor\r
23 DESTRUCTOR = FileExplorerLibDestructor\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
de005223 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
4c8274a0
ED
29#\r
30\r
31[Sources]\r
32 FileExplorer.h\r
33 FileExplorerVfr.vfr\r
34 FileExplorerString.uni\r
35 FileExplorer.c\r
36 FormGuid.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 DevicePathLib\r
44 BaseLib\r
45 MemoryAllocationLib\r
46 UefiBootServicesTableLib\r
47 BaseMemoryLib\r
48 DebugLib\r
49 HiiLib\r
cb307723 50 UefiHiiServicesLib\r
4c8274a0
ED
51\r
52[Guids]\r
3673214c
LG
53 gEfiFileSystemVolumeLabelInfoIdGuid ## SOMETIMES_CONSUMES ## GUID (Indicate the information type is volume)\r
54 gEfiIfrTianoGuid ## SOMETIMES_CONSUMES ## GUID (Extended IFR Guid Opcode)\r
d1102dba 55\r
4c8274a0 56[Protocols]\r
3673214c
LG
57 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES\r
58 gEfiHiiConfigAccessProtocolGuid ## PRODUCES\r
4c8274a0 59 gEfiFormBrowser2ProtocolGuid ## CONSUMES\r
3673214c 60 gEfiDevicePathToTextProtocolGuid ## PRODUCES\r
20fe1625 61\r
2d6a7af9 62[Depex.common.DXE_DRIVER]\r
d1102dba 63 gEfiFormBrowser2ProtocolGuid AND gEfiHiiDatabaseProtocolGuid\r