VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/VirtioSerialDxe/VirtioSerial.inf

Last change on this file was 101291, checked in by vboxsync, 19 months ago

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • Property svn:eol-style set to native
File size: 872 bytes
Line 
1## @file
2# This driver produces FIXME instances for virtio-serial devices.
3#
4# Copyright (C) 2016, Linaro Ltd.
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8##
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = VirtioSerialDxe
13 FILE_GUID = 23CACE14-EBA4-49F6-9681-C697FF0B649E
14 MODULE_TYPE = UEFI_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = VirtioSerialEntryPoint
17
18[Sources]
19 VirtioSerial.h
20 VirtioSerial.c
21 VirtioSerialPort.c
22 VirtioSerialRing.c
23
24[Packages]
25 MdePkg/MdePkg.dec
26 OvmfPkg/OvmfPkg.dec
27
28[LibraryClasses]
29 BaseMemoryLib
30 DebugLib
31 DevicePathLib
32 MemoryAllocationLib
33 UefiBootServicesTableLib
34 UefiDriverEntryPoint
35 UefiLib
36 VirtioLib
37
38[Protocols]
39 gVirtioDeviceProtocolGuid ## TO_START
40 gEfiSerialIoProtocolGuid
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