]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
Dispatch the UEFI option rom returned from PciPlatform/PciOverride protocol.
[mirror_edk2.git] / PcAtChipsetPkg / 8259InterruptControllerDxe / 8259.inf
... / ...
CommitLineData
1## @file\r
2# 8259 Interrupt Controller driver that provides Legacy 8259 protocol.\r
3#\r
4# Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials \r
6# are licensed and made available under the terms and conditions of the BSD License \r
7# which accompanies this distribution. The full text of the license may be found at \r
8# http://opensource.org/licenses/bsd-license.php \r
9# \r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = Legacy8259\r
18 MODULE_UNI_FILE = Legacy8259.uni\r
19 FILE_GUID = 79CA4208-BBA1-4a9a-8456-E1E66A81484E\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = Install8259\r
23\r
24[Sources]\r
25 8259.c\r
26 8259.h\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
31 PcAtChipsetPkg/PcAtChipsetPkg.dec\r
32 \r
33[LibraryClasses]\r
34 UefiBootServicesTableLib\r
35 DebugLib\r
36 UefiDriverEntryPoint\r
37 IoLib\r
38 PcdLib\r
39 \r
40[Protocols]\r
41 gEfiLegacy8259ProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
42 gEfiPciIoProtocolGuid ## SOMETIMES_CONSUMES\r
43\r
44[Pcd]\r
45 gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeMask ## CONSUMES\r
46 gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel ## CONSUMES\r
47 \r
48[Depex]\r
49 TRUE\r
50\r
51[UserExtensions.TianoCore."ExtraFiles"]\r
52 Legacy8259Extra.uni\r