VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/VirtioGpuDxe/VirtioGpu.inf@ 107675

最後變更 在這個檔案從107675是 99404,由 vboxsync 提交於 2 年 前

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

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.2 KB
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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