VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/VirtioGpuDxe/VirtioGpu.inf@ 99404

Last change on this file since 99404 was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1## @file
2#
3# This hybrid driver produces the Graphics Output Protocol for the Virtio GPU
4# device (head #0, only and unconditionally).
5#
6# Copyright (C) 2016, Red Hat, Inc.
7#
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10##
11
12[Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = VirtioGpuDxe
15 FILE_GUID = D6099B94-CD97-4CC5-8714-7F6312701A8A
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = VirtioGpuEntryPoint
19
20[Sources]
21 Commands.c
22 DriverBinding.c
23 Gop.c
24 VirtioGpu.h
25
26[Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 OvmfPkg/OvmfPkg.dec
30
31[LibraryClasses]
32 BaseMemoryLib
33 DebugLib
34 DevicePathLib
35 MemoryAllocationLib
36 PrintLib
37 UefiBootServicesTableLib
38 UefiDriverEntryPoint
39 UefiLib
40 VirtioLib
41
42[Protocols]
43 gEfiDevicePathProtocolGuid ## TO_START ## BY_START
44 gEfiGraphicsOutputProtocolGuid ## BY_START
45 gEfiPciIoProtocolGuid ## TO_START
46 gVirtioDeviceProtocolGuid ## TO_START
47
48[Pcd]
49 gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource
50 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
51 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
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