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