]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/XenBusDxe/XenBusDxe.inf
OvmfPkg/AmdSevDxe: sort #includes, and entries in INF file sections
[mirror_edk2.git] / OvmfPkg / XenBusDxe / XenBusDxe.inf
CommitLineData
e65e8802
AP
1## @file\r
2# This driver produces a XenBus protocol for every Xen PV devices found.\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 = XenBusDxe\r
19 FILE_GUID = 565ec8ba-a484-11e3-802b-b8ac6f7d65e6\r
20 MODULE_TYPE = UEFI_DRIVER\r
21\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = XenBusDxeDriverEntryPoint\r
24 UNLOAD_IMAGE = XenBusDxeUnload\r
25\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 OvmfPkg/OvmfPkg.dec\r
30\r
31[Sources]\r
32 XenBusDxe.h\r
33 XenBusDxe.c\r
34 DriverBinding.h\r
35 ComponentName.c\r
36 ComponentName.h\r
0fd14246
SS
37 GrantTable.c\r
38 GrantTable.h\r
f1259bba
AP
39 EventChannel.c\r
40 EventChannel.h\r
a9090a94
AP
41 XenStore.c\r
42 XenStore.h\r
86d968e0
AP
43 XenBus.c\r
44 XenBus.h\r
45 Helpers.c\r
e482753b 46 TestAndClearBit.c\r
e65e8802
AP
47\r
48[LibraryClasses]\r
49 UefiDriverEntryPoint\r
50 UefiBootServicesTableLib\r
51 MemoryAllocationLib\r
52 BaseMemoryLib\r
53 BaseLib\r
54 UefiLib\r
55 DevicePathLib\r
56 DebugLib\r
cd8ff8fd 57 XenHypercallLib\r
e482753b 58 SynchronizationLib\r
2462bd3d 59 PrintLib\r
e65e8802
AP
60\r
61[Protocols]\r
62 gEfiDriverBindingProtocolGuid\r
e65e8802
AP
63 gEfiComponentName2ProtocolGuid\r
64 gEfiComponentNameProtocolGuid\r
12a16f2d 65 gXenBusProtocolGuid\r
d9fdfd85 66 gXenIoProtocolGuid\r
e65e8802 67\r