]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / DxeFileExplorerProtocol / DxeFileExplorerProtocol.inf
CommitLineData
426ddd0b
ED
1## @file\r
2# Library instance that implements File explorer Library class based on protocol gEfiFileExplorerProtocolGuid.\r
3#\r
d1102dba 4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
426ddd0b
ED
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DxeFileExplorerProtocol\r
19 MODULE_UNI_FILE = DxeFileExplorerProtocol.uni\r
20 FILE_GUID = 6806C45F-13C4-4274-B8A3-055EF641A060\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = FileExplorerLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
24 CONSTRUCTOR = FileExplorerConstructor\r
25\r
26[Sources]\r
27 DxeFileExplorerProtocol.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 DebugLib\r
36\r
37[Protocols]\r
38 gEfiFileExplorerProtocolGuid ## CONSUMES\r
39\r
40[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]\r
d1102dba 41 gEfiFileExplorerProtocolGuid\r