]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
1. Correct File header to ## @file
[mirror_edk2.git] / PcAtChipsetPkg / IsaAcpiDxe / IsaAcpi.inf
1 ## @file
2 #
3 # Copyright (c) 2005 - 2010, 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 = UEFI_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 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
34
35 [LibraryClasses]
36 UefiDriverEntryPoint
37 UefiBootServicesTableLib
38 UefiLib
39
40 [Sources]
41 PcatIsaAcpi.h
42 PcatIsaAcpi.c
43 IsaAcpi.c
44 ComponentName.c
45
46 [Protocols]
47 gEfiPciIoProtocolGuid
48 gEfiIsaAcpiProtocolGuid