]> git.proxmox.com Git - mirror_edk2.git/blame - PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
Correct data conversion from pointer to integer.
[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
c69dd9df 26\r
27 ENTRY_POINT = PcatIsaAcpiDriverEntryPoint\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
c69dd9df 31 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
c69dd9df 32\r
33[LibraryClasses]\r
34 UefiDriverEntryPoint\r
35 UefiBootServicesTableLib\r
36 UefiLib\r
37 \r
38[Sources]\r
39 PcatIsaAcpi.h\r
40 PcatIsaAcpi.c\r
41 IsaAcpi.c\r
42 ComponentName.c\r
43\r
44[Protocols]\r
45 gEfiPciIoProtocolGuid\r
46 gEfiIsaAcpiProtocolGuid\r