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