]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / FileExplorerDxe / FileExplorerDxe.inf
1 ## @file
2 # File explorer DXE driver that produces File explorer Protocol.
3 #
4 # This driver produces File explorerprotocol layered on top of the FileExplorerLib
5 # from the MdeModulePkg.
6 #
7 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = FileExplorerDxe
15 MODULE_UNI_FILE = FileExplorerDxe.uni
16 FILE_GUID = 405DA936-3737-4C0C-8E3F-E6172A568592
17 MODULE_TYPE = DXE_DRIVER
18 VERSION_STRING = 1.0
19 ENTRY_POINT = FileExplorerEntryPoint
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 FileExplorerDxe.c
29
30 [Packages]
31 MdeModulePkg/MdeModulePkg.dec
32 MdePkg/MdePkg.dec
33
34 [LibraryClasses]
35 FileExplorerLib
36 UefiBootServicesTableLib
37 UefiDriverEntryPoint
38 DebugLib
39
40 [Protocols]
41 gEfiFileExplorerProtocolGuid ## PRODUCES
42
43 [Depex]
44 TRUE
45
46 [UserExtensions.TianoCore."ExtraFiles"]
47 FileExplorerDxeExtra.uni