VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf@ 58466

Last change on this file since 58466 was 58459, checked in by vboxsync, 9 years ago

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

  • Property svn:eol-style set to native
File size: 1.9 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 - 2011, Intel Corporation. All rights reserved.<BR>
6#
7# This program and the accompanying materials
8# are licensed and made available under the terms and conditions of the BSD License
9# which accompanies this distribution. The full text of the license may be found at
10# http://opensource.org/licenses/bsd-license.php
11#
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14#
15##
16
17[Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = QemuVideoDxe
20 FILE_GUID = e3752948-b9a1-4770-90c4-df41c38986be
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = InitializeQemuVideo
25
26#
27# The following information is for reference only and not required by the build tools.
28#
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC
30#
31# DRIVER_BINDING = gQemuVideoDriverBinding
32# COMPONENT_NAME = gQemuVideoComponentName
33#
34
35[Sources.common]
36 ComponentName.c
37 Driver.c
38 DriverSupportedEfiVersion.c
39 Gop.c
40 Initialize.c
41 VbeShim.c
42
43[Packages]
44 MdePkg/MdePkg.dec
45 OptionRomPkg/OptionRomPkg.dec
46 OvmfPkg/OvmfPkg.dec
47
48[LibraryClasses]
49 BaseMemoryLib
50 BltLib
51 DebugLib
52 DevicePathLib
53 MemoryAllocationLib
54 PciLib
55 PrintLib
56 TimerLib
57 UefiBootServicesTableLib
58 UefiDriverEntryPoint
59 UefiLib
60
61[Protocols]
62 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED
63 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
64 gEfiDevicePathProtocolGuid # PROTOCOL BY_START
65 gEfiPciIoProtocolGuid # PROTOCOL TO_START
66
67[Pcd]
68 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion
69
Note: See TracBrowser for help on using the repository browser.

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