]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
OvmfPkg/XenPvBlkDxe: remove gEfiDevicePathProtocolGuid from [Protocols]
[mirror_edk2.git] / OvmfPkg / XenPvBlkDxe / XenPvBlkDxe.inf
CommitLineData
de671da8
AP
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# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\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[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = XenPvBlkDxe\r
19 FILE_GUID = 8c2487ea-9af3-11e3-b966-b8ac6f7d65e6\r
20 MODULE_TYPE = UEFI_DRIVER\r
21\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = XenPvBlkDxeDriverEntryPoint\r
24 UNLOAD_IMAGE = XenPvBlkDxeUnload\r
25\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 OvmfPkg/OvmfPkg.dec\r
30\r
31[Sources]\r
5cce8524
ST
32 BlockFront.c\r
33 BlockFront.h\r
5de8a35c
AP
34 BlockIo.c\r
35 BlockIo.h\r
551639a8
LE
36 ComponentName.c\r
37 ComponentName.h\r
ea30f8e8 38 DriverBinding.h\r
551639a8
LE
39 XenPvBlkDxe.c\r
40 XenPvBlkDxe.h\r
de671da8
AP
41\r
42\r
43[LibraryClasses]\r
44 UefiDriverEntryPoint\r
45 UefiBootServicesTableLib\r
46 MemoryAllocationLib\r
47 BaseMemoryLib\r
48 BaseLib\r
49 UefiLib\r
50 DevicePathLib\r
51 DebugLib\r
52\r
53\r
54[Protocols]\r
55 gEfiDriverBindingProtocolGuid\r
56 gEfiBlockIoProtocolGuid\r
57 gEfiComponentName2ProtocolGuid\r
58 gEfiComponentNameProtocolGuid\r
59 gXenBusProtocolGuid\r
de671da8
AP
60\r
61\r
62[Guids]\r
63\r