]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
OvmfPkg/XenPvBlkDxe: sort [Sources*] sections in the INF file
[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
38 XenPvBlkDxe.c\r
39 XenPvBlkDxe.h\r
de671da8
AP
40\r
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 UefiBootServicesTableLib\r
45 MemoryAllocationLib\r
46 BaseMemoryLib\r
47 BaseLib\r
48 UefiLib\r
49 DevicePathLib\r
50 DebugLib\r
51\r
52\r
53[Protocols]\r
54 gEfiDriverBindingProtocolGuid\r
55 gEfiBlockIoProtocolGuid\r
56 gEfiComponentName2ProtocolGuid\r
57 gEfiComponentNameProtocolGuid\r
58 gXenBusProtocolGuid\r
59 gEfiDevicePathProtocolGuid ## TO_START\r
60\r
61\r
62[Guids]\r
63\r