]> git.proxmox.com Git - mirror_edk2.git/blob - OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
Move SmmLib from IntelFrameworkPkg to MdePkg because this library is useful to both...
[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 - 2009, Intel Corporation
13 #
14 # All rights reserved. This program and the accompanying materials
15 # are licensed and made available under the terms and conditions of the BSD License
16 # which accompanies this distribution. The full text of the license may be found at
17 # http://opensource.org/licenses/bsd-license.php
18 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20 #
21 #
22 #**/
23
24 [Defines]
25 INF_VERSION = 0x00010005
26 BASE_NAME = CirrusLogic5430Dxe
27 FILE_GUID = 555F76EA-785F-40d7-9174-153C43636C68
28 MODULE_TYPE = UEFI_DRIVER
29 VERSION_STRING = 1.0
30 EDK_RELEASE_VERSION = 0x00020000
31 EFI_SPECIFICATION_VERSION = 0x00020000
32
33 ENTRY_POINT = InitializeCirrusLogic5430
34
35 PCI_VENDOR_ID = 0x1013
36 PCI_DEVICE_ID = 0x00A8
37 PCI_CLASS_CODE = 0x030000
38 PCI_REVISION = 0x00
39 COMPRESS = TRUE
40
41 #
42 # The following information is for reference only and not required by the build tools.
43 #
44 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
45 #
46 # DRIVER_BINDING = gCirrusLogic5430DriverBinding
47 # COMPONENT_NAME = gCirrusLogic5430ComponentName
48 #
49
50 [Sources.common]
51 ComponentName.c
52 DriverSupportedEfiVersion.c
53 CirrusLogic5430UgaDraw.c
54 CirrusLogic5430GraphicsOutput.c
55 CirrusLogic5430.c
56 CirrusLogic5430.h
57 Edid.c
58 CirrusLogic5430I2c.h
59 CirrusLogic5430I2c.c
60
61 [Packages]
62 MdePkg/MdePkg.dec
63 OptionRomPkg/OptionRomPkg.dec
64
65 [LibraryClasses]
66 UefiBootServicesTableLib
67 MemoryAllocationLib
68 UefiLib
69 UefiDriverEntryPoint
70 DebugLib
71 BaseMemoryLib
72 DevicePathLib
73 TimerLib
74
75 [Protocols]
76 gEfiDriverSupportedEfiVersionProtocolGuid # PROTOCOL ALWAYS_PRODUCED
77 gEfiUgaDrawProtocolGuid # PROTOCOL BY_START
78 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
79 gEfiEdidDiscoveredProtocolGuid # PROTOCOL BY_START
80 gEfiEdidActiveProtocolGuid # PROTOCOL BY_START
81 gEfiDevicePathProtocolGuid # PROTOCOL BY_START
82 gEfiPciIoProtocolGuid # PROTOCOL TO_START
83 gEfiEdidOverrideProtocolGuid # PROTOCOL TO_START
84
85
86 [FeaturePcd.common]
87 gOptionRomPkgTokenSpaceGuid.PcdSupportGop
88 gOptionRomPkgTokenSpaceGuid.PcdSupportUga
89
90 [Pcd]
91 gOptionRomPkgTokenSpaceGuid.PcdDriverSupportedEfiVersion