]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
FileExplorerLib: Update copyright, use BSD license instead of Intel license.
[mirror_edk2.git] / MdeModulePkg / Library / FileExplorerLib / FileExplorerLib.inf
CommitLineData
ba529e7e
ED
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>
5ea71787
ED
5# This program and the accompanying materials are licensed and made available under
6# the terms and conditions of the BSD License that accompanies this distribution.
7# The full text of the license may be found at
8# http://opensource.org/licenses/bsd-license.php.
9#
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
ba529e7e
ED
12#
13##
ba529e7e
ED
14[Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = FileExplorerLib
17 FILE_GUID = 4FC9C630-0F90-4053-8F13-264CBD22FC58
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = FileExplorerLib|DXE_DRIVER UEFI_APPLICATION
21 CONSTRUCTOR = FileExplorerLibConstructor
22 DESTRUCTOR = FileExplorerLibDestructor
23
24#
25# The following information is for reference only and not required by the build tools.
26#
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC
28#
29
30[Sources]
31 FileExplorer.h
32 FileExplorerVfr.vfr
33 FileExplorerString.uni
34 FileExplorer.c
35 FormGuid.h
36
37[Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41[LibraryClasses]
42 DevicePathLib
43 BaseLib
44 MemoryAllocationLib
45 UefiBootServicesTableLib
46 BaseMemoryLib
47 DebugLib
48 HiiLib
49
50[Guids]
51 gEfiFileSystemVolumeLabelInfoIdGuid ## CONSUMES ## GUID (Indicate the information type is volume)
52 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode)
53
54[Protocols]
21f9922e
DB
55 gEfiSimpleFileSystemProtocolGuid ## CONSUMES
56 gEfiLoadFileProtocolGuid ## CONSUMES
57 gEfiHiiConfigAccessProtocolGuid ## CONSUMES
58 gEfiFormBrowser2ProtocolGuid ## CONSUMES
59 gEfiDevicePathToTextProtocolGuid ## CONSUMES