]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / QemuVideoDxe / QemuVideoDxe.inf
CommitLineData
b4c8f8ed 1## @file\r
eaf4f336 2# This driver is a sample implementation of the Graphics Output Protocol for\r
3# the QEMU (Cirrus Logic 5446) video controller.\r
4#\r
dbf9cc87 5# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
eaf4f336 6#\r
b26f0cf9 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
eaf4f336 8#\r
b4c8f8ed 9##\r
eaf4f336 10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = QemuVideoDxe\r
14 FILE_GUID = e3752948-b9a1-4770-90c4-df41c38986be\r
15 MODULE_TYPE = UEFI_DRIVER\r
16 VERSION_STRING = 1.0\r
17\r
18 ENTRY_POINT = InitializeQemuVideo\r
19\r
eaf4f336 20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
dbf9cc87 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
eaf4f336 24#\r
25# DRIVER_BINDING = gQemuVideoDriverBinding\r
26# COMPONENT_NAME = gQemuVideoComponentName\r
27#\r
28\r
29[Sources.common]\r
30 ComponentName.c\r
31 Driver.c\r
32 DriverSupportedEfiVersion.c\r
33 Gop.c\r
34 Initialize.c\r
1e9f9661 35 Qemu.h\r
84a75f70
LE
36\r
37[Sources.Ia32, Sources.X64]\r
5306c089 38 VbeShim.c\r
a43f0373 39 VbeShim.h\r
05a53794 40\r
eaf4f336 41[Packages]\r
42 MdePkg/MdePkg.dec\r
5b2291f9 43 MdeModulePkg/MdeModulePkg.dec\r
eaf4f336 44 OptionRomPkg/OptionRomPkg.dec\r
90803342 45 OvmfPkg/OvmfPkg.dec\r
eaf4f336 46\r
47[LibraryClasses]\r
48 BaseMemoryLib\r
5b2291f9 49 FrameBufferBltLib\r
eaf4f336 50 DebugLib\r
51 DevicePathLib\r
52 MemoryAllocationLib\r
947f3737 53 PcdLib\r
90803342
LE
54 PciLib\r
55 PrintLib\r
eaf4f336 56 TimerLib\r
57 UefiBootServicesTableLib\r
58 UefiDriverEntryPoint\r
59 UefiLib\r
60\r
61[Protocols]\r
62 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
63 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START\r
64 gEfiDevicePathProtocolGuid # PROTOCOL BY_START\r
65 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
66\r
67[Pcd]\r
68 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
947f3737 69 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r
90f3922b 70 gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask\r