]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS.
[mirror_edk2.git] / OvmfPkg / QemuVideoDxe / QemuVideoDxe.inf
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 PCI_VENDOR_ID = 0x1013
27 PCI_DEVICE_ID = 0x00A8
28 PCI_CLASS_CODE = 0x030000
29 PCI_REVISION = 0x00
30 PCI_COMPRESS = TRUE
31
32 #
33 # The following information is for reference only and not required by the build tools.
34 #
35 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
36 #
37 # DRIVER_BINDING = gQemuVideoDriverBinding
38 # COMPONENT_NAME = gQemuVideoComponentName
39 #
40
41 [Sources.common]
42 ComponentName.c
43 Driver.c
44 DriverSupportedEfiVersion.c
45 Gop.c
46 Initialize.c
47
48 [Packages]
49 MdePkg/MdePkg.dec
50 OptionRomPkg/OptionRomPkg.dec
51
52 [LibraryClasses]
53 BaseMemoryLib
54 BltLib
55 DebugLib
56 DevicePathLib
57 MemoryAllocationLib
58 TimerLib
59 UefiBootServicesTableLib
60 UefiDriverEntryPoint
61 UefiLib
62
63 [Protocols]
64 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED
65 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
66 gEfiDevicePathProtocolGuid # PROTOCOL BY_START
67 gEfiPciIoProtocolGuid # PROTOCOL TO_START
68
69 [Pcd]
70 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion
71