]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
MdeModulePkg/FileExplore: Make LibraryClass & Depex module type consistent
[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
3# \r
20fe1625 4# Copyright (c) 2011 - 2016, 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
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 = 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
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
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
53 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)\r
54 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
55 \r
56[Protocols]\r
57 gEfiSimpleFileSystemProtocolGuid ## CONSUMES\r
58 gEfiLoadFileProtocolGuid ## CONSUMES\r
59 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
60 gEfiFormBrowser2ProtocolGuid ## CONSUMES\r
20fe1625
ED
61 gEfiDevicePathToTextProtocolGuid ## CONSUMES\r
62\r
2d6a7af9 63[Depex.common.DXE_DRIVER]\r
20fe1625 64 gEfiFormBrowser2ProtocolGuid AND gEfiHiiDatabaseProtocolGuid