]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
Reapply "OvmfPkg/QemuVideoDxe: Helper functions for unaligned port I/O."
[mirror_edk2.git] / OvmfPkg / QemuVideoDxe / QemuVideoDxe.inf
CommitLineData
b4c8f8ed 1## @file\r
eaf4f336 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
dbf9cc87 5# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
eaf4f336 6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
b4c8f8ed 15##\r
eaf4f336 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = QemuVideoDxe\r
20 FILE_GUID = e3752948-b9a1-4770-90c4-df41c38986be\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = InitializeQemuVideo\r
25\r
eaf4f336 26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
dbf9cc87 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
eaf4f336 30#\r
31# DRIVER_BINDING = gQemuVideoDriverBinding\r
32# COMPONENT_NAME = gQemuVideoComponentName\r
33#\r
34\r
35[Sources.common]\r
36 ComponentName.c\r
37 Driver.c\r
38 DriverSupportedEfiVersion.c\r
39 Gop.c\r
40 Initialize.c\r
1e9f9661 41 Qemu.h\r
84a75f70
LE
42\r
43[Sources.Ia32, Sources.X64]\r
615c2c76
LE
44 UnalignedIoGcc.c | GCC\r
45 UnalignedIoIcc.c | INTEL\r
46 UnalignedIoMsc.c | MSFT\r
5306c089 47 VbeShim.c\r
a43f0373 48 VbeShim.h\r
05a53794 49\r
615c2c76
LE
50[Sources.EBC]\r
51 UnalignedIoUnsupported.c\r
52\r
eaf4f336 53[Packages]\r
54 MdePkg/MdePkg.dec\r
5b2291f9 55 MdeModulePkg/MdeModulePkg.dec\r
eaf4f336 56 OptionRomPkg/OptionRomPkg.dec\r
90803342 57 OvmfPkg/OvmfPkg.dec\r
eaf4f336 58\r
59[LibraryClasses]\r
60 BaseMemoryLib\r
5b2291f9 61 FrameBufferBltLib\r
eaf4f336 62 DebugLib\r
63 DevicePathLib\r
64 MemoryAllocationLib\r
947f3737 65 PcdLib\r
90803342
LE
66 PciLib\r
67 PrintLib\r
eaf4f336 68 TimerLib\r
69 UefiBootServicesTableLib\r
70 UefiDriverEntryPoint\r
71 UefiLib\r
72\r
73[Protocols]\r
74 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
75 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START\r
76 gEfiDevicePathProtocolGuid # PROTOCOL BY_START\r
77 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
78\r
79[Pcd]\r
80 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
947f3737 81 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r
90f3922b 82 gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask\r