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