VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf@ 109019

Last change on this file since 109019 was 108794, checked in by vboxsync, 4 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 1.8 KB
Line 
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 - 2019, 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 Gop.c
33 Initialize.c
34 Qemu.h
35
36[Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 OvmfPkg/OvmfPkg.dec
40
41[LibraryClasses]
42 BaseMemoryLib
43 DxeServicesTableLib
44 FrameBufferBltLib
45 DebugLib
46 DevicePathLib
47 MemoryAllocationLib
48 PcdLib
49 PciLib
50 PrintLib
51 TimerLib
52 UefiBootServicesTableLib
53 UefiDriverEntryPoint
54 UefiLib
55
56[Protocols]
57 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
58 gEfiDevicePathProtocolGuid # PROTOCOL BY_START
59 gEfiPciIoProtocolGuid # PROTOCOL TO_START
60
61[FeaturePcd]
62 gUefiOvmfPkgTokenSpaceGuid.PcdRemapFrameBufferWriteCombine
63
64[Pcd]
65 gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource
66 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
67 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
68 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution
69 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette