]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmulatorPkg / EmuSimpleFileSystemDxe / EmuSimpleFileSystemDxe.inf
1 ## @file
2 # Simple filesystem driver
3 #
4 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
5 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = EmuSimpleFileSystem
15 FILE_GUID = 35B72237-3926-CF4A-A7F3-1449F9E0E4BD
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeEmuSimpleFileSystem
20
21
22 [Sources]
23 ComponentName.c
24 EmuSimpleFileSystem.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 EmulatorPkg/EmulatorPkg.dec
29
30
31 [LibraryClasses]
32 UefiBootServicesTableLib
33 MemoryAllocationLib
34 BaseMemoryLib
35 UefiLib
36 UefiDriverEntryPoint
37 BaseLib
38 DebugLib
39
40
41 [Guids]
42 gEfiFileSystemVolumeLabelInfoIdGuid # SOMETIMES_CONSUMED
43 gEfiFileInfoGuid # SOMETIMES_CONSUMED
44 gEfiFileSystemInfoGuid # SOMETIMES_CONSUMED
45
46
47 [Protocols]
48 gEfiSimpleFileSystemProtocolGuid # PROTOCOL BY_START
49 gEmuIoThunkProtocolGuid # PROTOCOL TO_START
50