]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.inf
MdeModulePkg: Clean up source files
[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
6f3251c2
ED
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = FileExplorerDxe\r
21 MODULE_UNI_FILE = FileExplorerDxe.uni\r
22 FILE_GUID = 405DA936-3737-4C0C-8E3F-E6172A568592\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = FileExplorerEntryPoint\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 FileExplorerDxe.c\r
35\r
36[Packages]\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 MdePkg/MdePkg.dec\r
39\r
40[LibraryClasses]\r
41 FileExplorerLib\r
42 UefiBootServicesTableLib\r
43 UefiDriverEntryPoint\r
44 DebugLib\r
45\r
46[Protocols]\r
47 gEfiFileExplorerProtocolGuid ## PRODUCES\r
48\r
49[Depex]\r
50 TRUE\r
51\r
52[UserExtensions.TianoCore."ExtraFiles"]\r
53 FileExplorerDxeExtra.uni\r