]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
MdeModulePkg FileExplorerLib: Create file explorer library.
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FileExplorerLib.inf
1 ## @file
2 # library defines a set of interfaces for how to do file explorer.
3 #
4 # Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
5 # This software and associated documentation (if any) is furnished
6 # under a license and may only be used or copied in accordance
7 # with the terms of the license. Except as permitted by such
8 # license, no part of this software or documentation may be
9 # reproduced, stored in a retrieval system, or transmitted in any
10 # form or by any means without the express written consent of
11 # Intel Corporation.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = FileExplorerLib
18 FILE_GUID = 4FC9C630-0F90-4053-8F13-264CBD22FC58
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = FileExplorerLib|DXE_DRIVER UEFI_APPLICATION
22 CONSTRUCTOR = FileExplorerLibConstructor
23 DESTRUCTOR = FileExplorerLibDestructor
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 FileExplorer.h
33 FileExplorerVfr.vfr
34 FileExplorerString.uni
35 FileExplorer.c
36 FormGuid.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42 [LibraryClasses]
43 DevicePathLib
44 BaseLib
45 MemoryAllocationLib
46 UefiBootServicesTableLib
47 BaseMemoryLib
48 DebugLib
49 HiiLib
50
51 [Guids]
52 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
53 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
54
55 [Protocols]
56 gEfiSimpleFileSystemProtocolGuid ## PROTOCOL CONSUMES
57 gEfiLoadFileProtocolGuid ## PROTOCOL CONSUMES
58 gEfiHiiConfigAccessProtocolGuid ## PROTOCOL CONSUMES
59 gEfiFormBrowser2ProtocolGuid ## PROTOCOL CONSUMES
60 gEfiDevicePathToTextProtocolGuid ## PROTOCOL CONSUMES