]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
Minor clean-up. Change PCI Device ID check from 7110 to 7000-7FFF.
[mirror_edk2.git] / PcAtChipsetPkg / IsaAcpiDxe / IsaAcpi.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 # IsaAcpi.inf
14 #
15 # Abstract:
16 # Component description file for PCAT ISA ACPI driver
17 #
18 #--*/
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = IsaAcpi
23 FILE_GUID = 38A0EC22-FBE7-4911-8BC1-176E0D6C1DBD
24 MODULE_TYPE = DXE_DRIVER
25 VERSION_STRING = 1.0
26 EDK_RELEASE_VERSION = 0x00020000
27 EFI_SPECIFICATION_VERSION = 0x0002000A
28
29 ENTRY_POINT = PcatIsaAcpiDriverEntryPoint
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 IntelFrameworkPkg/IntelFrameworkPkg.dec
34 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
35 DuetPkg/DuetPkg.dec
36
37 [LibraryClasses]
38 UefiDriverEntryPoint
39 UefiBootServicesTableLib
40 UefiLib
41
42 [Sources]
43 PcatIsaAcpi.h
44 PcatIsaAcpi.c
45 IsaAcpi.c
46 ComponentName.c
47
48 [Protocols]
49 gEfiPciIoProtocolGuid
50 gEfiIsaAcpiProtocolGuid