]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These...
[mirror_edk2.git] / PcAtChipsetPkg / 8259InterruptControllerDxe / 8259.inf
CommitLineData
90b8b0ec 1#/** @file\r
2# 8259 Interrupt Controller driver\r
3#\r
2a8e9829 4# Copyright (c) 2005 - 2010, Intel Corporation \r
1166d068 5# All rights reserved. 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
90b8b0ec 13#**/\r
1166d068 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = Legacy8259\r
18 FILE_GUID = 79CA4208-BBA1-4a9a-8456-E1E66A81484E\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
1166d068 21 ENTRY_POINT = Install8259\r
22\r
2a8e9829 23[Sources]\r
24 8259.c\r
25 8259.h\r
26\r
1166d068 27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
30 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
0547cf4b 31 PcAtChipsetPkg/PcAtChipsetPkg.dec\r
32 \r
1166d068 33[LibraryClasses]\r
34 UefiBootServicesTableLib\r
35 DebugLib\r
36 UefiDriverEntryPoint\r
8be701c3 37 IoLib\r
0547cf4b 38 PcdLib\r
39 \r
1166d068 40[Protocols]\r
90b8b0ec 41 gEfiLegacy8259ProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
ae6a37f0 42 gEfiPciIoProtocolGuid\r
1166d068 43\r
2a8e9829 44[FixedPcd]\r
0547cf4b 45 gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeMask|0xFFFF\r
e356f999 46 gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0000\r
0547cf4b 47 \r
1166d068 48[Depex]\r
90b8b0ec 49 TRUE\r
50\r