]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/XenBusDxe/XenBusDxe.inf
0af1946e2658108fd7c370c4da838eaa283df23b
[mirror_edk2.git] / OvmfPkg / XenBusDxe / XenBusDxe.inf
1 ## @file
2 # This driver produces a XenBus protocol for every Xen PV devices found.
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 = XenBusDxe
19 FILE_GUID = 565ec8ba-a484-11e3-802b-b8ac6f7d65e6
20 MODULE_TYPE = UEFI_DRIVER
21
22 VERSION_STRING = 1.0
23 ENTRY_POINT = XenBusDxeDriverEntryPoint
24 UNLOAD_IMAGE = XenBusDxeUnload
25
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 OvmfPkg/OvmfPkg.dec
30
31 [Sources]
32 XenBusDxe.h
33 XenBusDxe.c
34 DriverBinding.h
35 ComponentName.c
36 ComponentName.h
37 XenHypercall.c
38 XenHypercall.h
39 InterlockedCompareExchange16.c
40 InterlockedCompareExchange16.h
41 GrantTable.c
42 GrantTable.h
43 EventChannel.c
44 EventChannel.h
45
46 [Sources.IA32]
47 Ia32/hypercall.S
48 Ia32/hypercall.asm
49 Ia32/InterlockedCompareExchange16.S
50 Ia32/InterlockedCompareExchange16.asm
51
52 [Sources.X64]
53 X64/hypercall.S
54 X64/hypercall.asm
55 X64/InterlockedCompareExchange16.S
56 X64/InterlockedCompareExchange16.asm
57
58 [LibraryClasses]
59 UefiDriverEntryPoint
60 UefiBootServicesTableLib
61 MemoryAllocationLib
62 BaseMemoryLib
63 BaseLib
64 UefiLib
65 DevicePathLib
66 DebugLib
67 HobLib
68
69
70 [Protocols]
71 gEfiDriverBindingProtocolGuid
72 gEfiPciIoProtocolGuid
73 gEfiComponentName2ProtocolGuid
74 gEfiComponentNameProtocolGuid
75 gXenBusProtocolGuid
76
77
78 [Guids]
79 gEfiXenInfoGuid
80