]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
OvmfPkg: QemuVideoDxe: Int10h stub for Windows 7 & 2008 (stdvga, QXL)
[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
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
b4c8f8ed 15##\r
eaf4f336 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
eaf4f336 26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31# DRIVER_BINDING = gQemuVideoDriverBinding\r
32# COMPONENT_NAME = gQemuVideoComponentName\r
33#\r
34\r
35[Sources.common]\r
36 ComponentName.c\r
37 Driver.c\r
38 DriverSupportedEfiVersion.c\r
39 Gop.c\r
40 Initialize.c\r
90803342 41 VbeShim.c\r
eaf4f336 42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 OptionRomPkg/OptionRomPkg.dec\r
90803342 46 OvmfPkg/OvmfPkg.dec\r
eaf4f336 47\r
48[LibraryClasses]\r
49 BaseMemoryLib\r
50 BltLib\r
51 DebugLib\r
52 DevicePathLib\r
53 MemoryAllocationLib\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
69\r