]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
OvmfPkg/QemuVideoDxe: list "UnalignedIoInternal.h" in the INF file
[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 - 2016, 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 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31 # DRIVER_BINDING = gQemuVideoDriverBinding
32 # COMPONENT_NAME = gQemuVideoComponentName
33 #
34
35 [Sources.common]
36 ComponentName.c
37 Driver.c
38 DriverSupportedEfiVersion.c
39 Gop.c
40 Initialize.c
41 Qemu.h
42 UnalignedIoInternal.h
43
44 [Sources.Ia32, Sources.X64]
45 UnalignedIoGcc.c | GCC
46 UnalignedIoIcc.c | INTEL
47 UnalignedIoMsc.c | MSFT
48 VbeShim.c
49
50 [Sources.IPF, Sources.EBC]
51 UnalignedIoUnsupported.c
52
53 [Packages]
54 MdePkg/MdePkg.dec
55 MdeModulePkg/MdeModulePkg.dec
56 OptionRomPkg/OptionRomPkg.dec
57 OvmfPkg/OvmfPkg.dec
58
59 [LibraryClasses]
60 BaseMemoryLib
61 FrameBufferBltLib
62 DebugLib
63 DevicePathLib
64 MemoryAllocationLib
65 PcdLib
66 PciLib
67 PrintLib
68 TimerLib
69 UefiBootServicesTableLib
70 UefiDriverEntryPoint
71 UefiLib
72
73 [Protocols]
74 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED
75 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
76 gEfiDevicePathProtocolGuid # PROTOCOL BY_START
77 gEfiPciIoProtocolGuid # PROTOCOL TO_START
78
79 [Pcd]
80 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion
81 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
82 gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask