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