]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
Merge improved comments into this driver.
[mirror_edk2.git] / PcAtChipsetPkg / 8259InterruptControllerDxe / 8259.inf
1 #/** @file
2 # 8259 Interrupt Controller driver
3 #
4 # Copyright (c) 2005 - 2007, 2009, 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 EDK_RELEASE_VERSION = 0x00020000
22 EFI_SPECIFICATION_VERSION = 0x00020000
23
24 ENTRY_POINT = Install8259
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 IntelFrameworkPkg/IntelFrameworkPkg.dec
29 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
30
31 [LibraryClasses]
32 UefiBootServicesTableLib
33 DebugLib
34 UefiDriverEntryPoint
35 IoLib
36
37 [Sources.common]
38 8259.c
39 8259.h
40
41 [Protocols]
42 gEfiLegacy8259ProtocolGuid # PROTOCOL ALWAYS_PRODUCED
43
44 [Depex]
45 TRUE
46