]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / QemuVideoDxe / QemuVideoDxe.inf
1 ## @file
2 # This driver is a sample implementation of the Graphics Output Protocol for
3 # the QEMU (Cirrus Logic 5446) video controller.
4 #
5 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = QemuVideoDxe
14 FILE_GUID = e3752948-b9a1-4770-90c4-df41c38986be
15 MODULE_TYPE = UEFI_DRIVER
16 VERSION_STRING = 1.0
17
18 ENTRY_POINT = InitializeQemuVideo
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25 # DRIVER_BINDING = gQemuVideoDriverBinding
26 # COMPONENT_NAME = gQemuVideoComponentName
27 #
28
29 [Sources.common]
30 ComponentName.c
31 Driver.c
32 DriverSupportedEfiVersion.c
33 Gop.c
34 Initialize.c
35 Qemu.h
36
37 [Sources.Ia32, Sources.X64]
38 VbeShim.c
39 VbeShim.h
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44 OptionRomPkg/OptionRomPkg.dec
45 OvmfPkg/OvmfPkg.dec
46
47 [LibraryClasses]
48 BaseMemoryLib
49 FrameBufferBltLib
50 DebugLib
51 DevicePathLib
52 MemoryAllocationLib
53 PcdLib
54 PciLib
55 PrintLib
56 TimerLib
57 UefiBootServicesTableLib
58 UefiDriverEntryPoint
59 UefiLib
60
61 [Protocols]
62 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED
63 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
64 gEfiDevicePathProtocolGuid # PROTOCOL BY_START
65 gEfiPciIoProtocolGuid # PROTOCOL TO_START
66
67 [Pcd]
68 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion
69 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
70 gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask