]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
OvmfPkg/Csm/LegacyBiosDxe: Fix Legacy16GetTableAddress call for E820 data
[mirror_edk2.git] / OvmfPkg / XenPvBlkDxe / XenPvBlkDxe.inf
... / ...
CommitLineData
1## @file\r
2# This driver produces a Block I/O protocol for a Xen PV block device.\r
3#\r
4# Copyright (C) 2014, Citrix Ltd.\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = XenPvBlkDxe\r
13 FILE_GUID = 8c2487ea-9af3-11e3-b966-b8ac6f7d65e6\r
14 MODULE_TYPE = UEFI_DRIVER\r
15\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = XenPvBlkDxeDriverEntryPoint\r
18 UNLOAD_IMAGE = XenPvBlkDxeUnload\r
19\r
20\r
21[Packages]\r
22 MdePkg/MdePkg.dec\r
23 OvmfPkg/OvmfPkg.dec\r
24\r
25[Sources]\r
26 BlockFront.c\r
27 BlockFront.h\r
28 BlockIo.c\r
29 BlockIo.h\r
30 ComponentName.c\r
31 ComponentName.h\r
32 DriverBinding.h\r
33 XenPvBlkDxe.c\r
34 XenPvBlkDxe.h\r
35\r
36\r
37[LibraryClasses]\r
38 UefiDriverEntryPoint\r
39 UefiBootServicesTableLib\r
40 MemoryAllocationLib\r
41 BaseMemoryLib\r
42 BaseLib\r
43 UefiLib\r
44 DevicePathLib\r
45 DebugLib\r
46\r
47\r
48[Protocols]\r
49 gEfiDriverBindingProtocolGuid\r
50 gEfiBlockIoProtocolGuid\r
51 gEfiComponentName2ProtocolGuid\r
52 gEfiComponentNameProtocolGuid\r
53 gXenBusProtocolGuid\r
54\r
55\r
56[Guids]\r
57\r