]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
OvmfPkg/QemuVideoDxe: Bypass NULL pointer detection during VBE SHIM installing
[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 - 2016, Intel Corporation. All rights reserved.<BR>\r
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
15##\r
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
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
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
41\r
42[Sources.Ia32, Sources.X64]\r
43 VbeShim.c\r
44 UnalignedIoGcc.c | GCC\r
45 UnalignedIoMsc.c | MSFT\r
46 UnalignedIoIcc.c | INTEL\r
47\r
48[Sources.IPF, Sources.EBC]\r
49 UnalignedIoUnsupported.c\r
50\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
53 MdeModulePkg/MdeModulePkg.dec\r
54 OptionRomPkg/OptionRomPkg.dec\r
55 OvmfPkg/OvmfPkg.dec\r
56\r
57[LibraryClasses]\r
58 BaseMemoryLib\r
59 FrameBufferBltLib\r
60 DebugLib\r
61 DevicePathLib\r
62 MemoryAllocationLib\r
63 PcdLib\r
64 PciLib\r
65 PrintLib\r
66 TimerLib\r
67 UefiBootServicesTableLib\r
68 UefiDriverEntryPoint\r
69 UefiLib\r
70\r
71[Protocols]\r
72 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
73 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START\r
74 gEfiDevicePathProtocolGuid # PROTOCOL BY_START\r
75 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
76\r
77[Pcd]\r
78 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
79 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r
80 gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask\r