]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / QemuVideoDxe / QemuVideoDxe.inf
... / ...
CommitLineData
1## @file\r
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
5# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8#\r
9##\r
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
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64 EBC\r
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
35 Qemu.h\r
36\r
37[Sources.Ia32, Sources.X64]\r
38 VbeShim.c\r
39 VbeShim.h\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44 OptionRomPkg/OptionRomPkg.dec\r
45 OvmfPkg/OvmfPkg.dec\r
46\r
47[LibraryClasses]\r
48 BaseMemoryLib\r
49 FrameBufferBltLib\r
50 DebugLib\r
51 DevicePathLib\r
52 MemoryAllocationLib\r
53 PcdLib\r
54 PciLib\r
55 PrintLib\r
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
69 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask\r