]> git.proxmox.com Git - mirror_edk2.git/blob - OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
EmulatorPkg: Remove framework pkgs dependency from EmulatorPkg
[mirror_edk2.git] / OptionRomPkg / CirrusLogic5430Dxe / CirrusLogic5430Dxe.inf
1 ## @file
2 # Component description file for CirrusLogic5430 module
3 #
4 # Cirrus Logic 5430 Controller Driver.This driver is a sample implementation
5 # of the UGA Draw Protocol for the Cirrus Logic 5430 family of PCI video controllers.
6 # This driver is only usable in the EFI pre-boot environment. This sample is
7 # intended to show how the UGA Draw Protocol is able to function. The UGA I/O
8 # Protocol is not implemented in this sample. A fully compliant EFI UGA driver
9 # requires both the UGA Draw and the UGA I/O Protocol. Please refer to Microsoft's
10 # documentation on UGA for details on how to write a UGA driver that is able
11 # to function both in the EFI pre-boot environment and from the OS runtime.
12 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
13 #
14 # SPDX-License-Identifier: BSD-2-Clause-Patent
15 #
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = CirrusLogic5430Dxe
22 FILE_GUID = 555F76EA-785F-40d7-9174-153C43636C68
23 MODULE_TYPE = UEFI_DRIVER
24 VERSION_STRING = 1.0
25
26 ENTRY_POINT = InitializeCirrusLogic5430
27
28 PCI_VENDOR_ID = 0x1013
29 PCI_DEVICE_ID = 0x00A8
30 PCI_CLASS_CODE = 0x030000
31 PCI_REVISION = 0x00
32 PCI_COMPRESS = TRUE
33
34 #
35 # The following information is for reference only and not required by the build tools.
36 #
37 # VALID_ARCHITECTURES = IA32 X64 EBC
38 #
39 # DRIVER_BINDING = gCirrusLogic5430DriverBinding
40 # COMPONENT_NAME = gCirrusLogic5430ComponentName
41 #
42
43 [Sources]
44 ComponentName.c
45 DriverSupportedEfiVersion.c
46 CirrusLogic5430UgaDraw.c
47 CirrusLogic5430GraphicsOutput.c
48 CirrusLogic5430.c
49 CirrusLogic5430.h
50 Edid.c
51 CirrusLogic5430I2c.h
52 CirrusLogic5430I2c.c
53
54 [Packages]
55 MdePkg/MdePkg.dec
56 OptionRomPkg/OptionRomPkg.dec
57
58 [LibraryClasses]
59 UefiBootServicesTableLib
60 MemoryAllocationLib
61 UefiLib
62 UefiDriverEntryPoint
63 DebugLib
64 BaseMemoryLib
65 DevicePathLib
66 TimerLib
67
68 [Protocols]
69 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED
70 gEfiUgaDrawProtocolGuid # PROTOCOL BY_START
71 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
72 gEfiEdidDiscoveredProtocolGuid # PROTOCOL BY_START
73 gEfiEdidActiveProtocolGuid # PROTOCOL BY_START
74 gEfiDevicePathProtocolGuid # PROTOCOL BY_START
75 gEfiPciIoProtocolGuid # PROTOCOL TO_START
76 gEfiEdidOverrideProtocolGuid # PROTOCOL TO_START
77
78
79 [FeaturePcd]
80 gOptionRomPkgTokenSpaceGuid.PcdSupportGop
81 gOptionRomPkgTokenSpaceGuid.PcdSupportUga
82
83 [Pcd]
84 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion