]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / EmuSimpleFileSystemDxe / EmuSimpleFileSystemDxe.inf
CommitLineData
949f388f 1## @file\r
2# Simple filesystem driver\r
3#\r
4# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
d18d8a1d 5# Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
949f388f 6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = EmuSimpleFileSystem\r
20 FILE_GUID = 35B72237-3926-CF4A-A7F3-1449F9E0E4BD\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = InitializeEmuSimpleFileSystem\r
25\r
26\r
27[Sources]\r
28 ComponentName.c\r
29 EmuSimpleFileSystem.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
bb89ec1a 33 EmulatorPkg/EmulatorPkg.dec\r
949f388f 34\r
35\r
36[LibraryClasses]\r
37 UefiBootServicesTableLib\r
38 MemoryAllocationLib\r
39 BaseMemoryLib\r
40 UefiLib\r
41 UefiDriverEntryPoint\r
42 BaseLib\r
43 DebugLib\r
44\r
45\r
46[Guids]\r
47 gEfiFileSystemVolumeLabelInfoIdGuid # SOMETIMES_CONSUMED\r
48 gEfiFileInfoGuid # SOMETIMES_CONSUMED\r
49 gEfiFileSystemInfoGuid # SOMETIMES_CONSUMED\r
50\r
51\r
52[Protocols]\r
53 gEfiSimpleFileSystemProtocolGuid # PROTOCOL BY_START\r
54 gEmuIoThunkProtocolGuid # PROTOCOL TO_START\r
55\r