]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
MdeModulePkg: Add the missing Library uni files of ImageDecode instances
[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
4# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
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
17 FILE_GUID = 4FC9C630-0F90-4053-8F13-264CBD22FC58\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = FileExplorerLib|DXE_DRIVER UEFI_APPLICATION\r
21 CONSTRUCTOR = FileExplorerLibConstructor\r
22 DESTRUCTOR = FileExplorerLibDestructor\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
30[Sources]\r
31 FileExplorer.h\r
32 FileExplorerVfr.vfr\r
33 FileExplorerString.uni\r
34 FileExplorer.c\r
35 FormGuid.h\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 DevicePathLib\r
43 BaseLib\r
44 MemoryAllocationLib\r
45 UefiBootServicesTableLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 HiiLib\r
49\r
50[Guids]\r
51 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)\r
52 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)\r
53 \r
54[Protocols]\r
55 gEfiSimpleFileSystemProtocolGuid ## CONSUMES\r
56 gEfiLoadFileProtocolGuid ## CONSUMES\r
57 gEfiHiiConfigAccessProtocolGuid ## CONSUMES\r
58 gEfiFormBrowser2ProtocolGuid ## CONSUMES\r
21f9922e 59 gEfiDevicePathToTextProtocolGuid ## CONSUMES