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