]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / EmuBlockIoDxe / EmuBlockIoDxe.inf
1 ## @file
2 # Block Io driver
3 #
4 # Produce block IO abstractions for real devices on your PC using Unix APIs.
5 # The configuration of what devices to mount or emulate comes from
6 # environment variables.
7 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = EmuBlockIo
17 FILE_GUID = C6760651-A38D-5F4F-AEAF-F6661549DF75
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20
21 ENTRY_POINT = InitializeEmuBlockIo
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28 # DRIVER_BINDING = gUnixBlockIoDriverBinding
29 # COMPONENT_NAME = gUnixBlockIoComponentName
30 # DRIVER_DIAG = gUnixBlockIoDriverDiagnostics
31 #
32
33 [Sources]
34 DriverDiagnostics.c
35 DriverConfiguration.c
36 ComponentName.c
37 EmuBlockIo.c
38 EmuBlockIo.h
39
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 EmulatorPkg/EmulatorPkg.dec
44
45 [LibraryClasses]
46 UefiBootServicesTableLib
47 MemoryAllocationLib
48 BaseMemoryLib
49 UefiLib
50 UefiDriverEntryPoint
51 BaseLib
52 DebugLib
53
54
55 [Guids]
56 gEmuPhysicalDisksGuid # SOMETIMES_CONSUMED
57 gEmuVirtualDisksGuid # ALWAYS_CONSUMED
58
59
60 [Protocols]
61 gEfiBlockIoProtocolGuid # PROTOCOL BY_START
62 gEfiBlockIo2ProtocolGuid # PROTOCOL BY_START
63 gEmuIoThunkProtocolGuid # PROTOCOL TO_START
64 gEmuBlockIoProtocolGuid # PROTOCOL BY_START