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