]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
1. Correct File header to ## @file
[mirror_edk2.git] / PcAtChipsetPkg / IsaAcpiDxe / IsaAcpi.inf
CommitLineData
7b202cb0 1## @file\r
c69dd9df 2# \r
7b202cb0 3# Copyright (c) 2005 - 2010, Intel Corporation \r
c69dd9df 4# All rights reserved. This program and the accompanying materials \r
5# are licensed and made available under the terms and conditions of the BSD License \r
6# which accompanies this distribution. The full text of the license may be found at \r
7# http://opensource.org/licenses/bsd-license.php \r
8# \r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11#\r
12# Module Name:\r
13# IsaAcpi.inf\r
14#\r
15# Abstract:\r
16# Component description file for PCAT ISA ACPI driver\r
17#\r
7b202cb0 18##\r
c69dd9df 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = IsaAcpi\r
23 FILE_GUID = 38A0EC22-FBE7-4911-8BC1-176E0D6C1DBD\r
e5d1b4f4 24 MODULE_TYPE = UEFI_DRIVER\r
c69dd9df 25 VERSION_STRING = 1.0\r
26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x0002000A\r
28\r
29 ENTRY_POINT = PcatIsaAcpiDriverEntryPoint\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
c69dd9df 33 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
c69dd9df 34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 UefiBootServicesTableLib\r
38 UefiLib\r
39 \r
40[Sources]\r
41 PcatIsaAcpi.h\r
42 PcatIsaAcpi.c\r
43 IsaAcpi.c\r
44 ComponentName.c\r
45\r
46[Protocols]\r
47 gEfiPciIoProtocolGuid\r
48 gEfiIsaAcpiProtocolGuid\r