]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
Clean up invalid keywords and missing keywords in [Define] section of INF/DEC files.
[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
46293a42 5# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
eaf4f336 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
46293a42 31 PCI_COMPRESS = TRUE\r
eaf4f336 32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38# DRIVER_BINDING = gQemuVideoDriverBinding\r
39# COMPONENT_NAME = gQemuVideoComponentName\r
40#\r
41\r
42[Sources.common]\r
43 ComponentName.c\r
44 Driver.c\r
45 DriverSupportedEfiVersion.c\r
46 Gop.c\r
47 Initialize.c\r
48\r
49[Packages]\r
50 MdePkg/MdePkg.dec\r
51 OptionRomPkg/OptionRomPkg.dec\r
52\r
53[LibraryClasses]\r
54 BaseMemoryLib\r
55 BltLib\r
56 DebugLib\r
57 DevicePathLib\r
58 MemoryAllocationLib\r
59 TimerLib\r
60 UefiBootServicesTableLib\r
61 UefiDriverEntryPoint\r
62 UefiLib\r
63\r
64[Protocols]\r
65 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
66 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START\r
67 gEfiDevicePathProtocolGuid # PROTOCOL BY_START\r
68 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
69\r
70[Pcd]\r
71 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion\r
72\r