]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
OvmfPkg/XenPvBlkDxe: remove gEfiDevicePathProtocolGuid from [Protocols]
[mirror_edk2.git] / OvmfPkg / XenPvBlkDxe / XenPvBlkDxe.inf
1 ## @file
2 # This driver produces a Block I/O protocol for a Xen PV block device.
3 #
4 # Copyright (C) 2014, Citrix Ltd.
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = XenPvBlkDxe
19 FILE_GUID = 8c2487ea-9af3-11e3-b966-b8ac6f7d65e6
20 MODULE_TYPE = UEFI_DRIVER
21
22 VERSION_STRING = 1.0
23 ENTRY_POINT = XenPvBlkDxeDriverEntryPoint
24 UNLOAD_IMAGE = XenPvBlkDxeUnload
25
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 OvmfPkg/OvmfPkg.dec
30
31 [Sources]
32 BlockFront.c
33 BlockFront.h
34 BlockIo.c
35 BlockIo.h
36 ComponentName.c
37 ComponentName.h
38 DriverBinding.h
39 XenPvBlkDxe.c
40 XenPvBlkDxe.h
41
42
43 [LibraryClasses]
44 UefiDriverEntryPoint
45 UefiBootServicesTableLib
46 MemoryAllocationLib
47 BaseMemoryLib
48 BaseLib
49 UefiLib
50 DevicePathLib
51 DebugLib
52
53
54 [Protocols]
55 gEfiDriverBindingProtocolGuid
56 gEfiBlockIoProtocolGuid
57 gEfiComponentName2ProtocolGuid
58 gEfiComponentNameProtocolGuid
59 gXenBusProtocolGuid
60
61
62 [Guids]
63