c69dd9df |
1 | #/*++\r |
2 | # \r |
3 | # Copyright (c) 2005, Intel Corporation \r |
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 |
18 | #--*/\r |
19 | \r |
20 | [Defines]\r |
21 | INF_VERSION = 0x00010005\r |
22 | BASE_NAME = IsaAcpi\r |
23 | FILE_GUID = 38A0EC22-FBE7-4911-8BC1-176E0D6C1DBD\r |
24 | MODULE_TYPE = DXE_DRIVER\r |
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 |
33 | IntelFrameworkPkg/IntelFrameworkPkg.dec\r |
34 | IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r |
35 | DuetPkg/DuetPkg.dec\r |
36 | \r |
37 | [LibraryClasses]\r |
38 | UefiDriverEntryPoint\r |
39 | UefiBootServicesTableLib\r |
40 | UefiLib\r |
41 | \r |
42 | [Sources]\r |
43 | PcatIsaAcpi.h\r |
44 | PcatIsaAcpi.c\r |
45 | IsaAcpi.c\r |
46 | ComponentName.c\r |
47 | \r |
48 | [Protocols]\r |
49 | gEfiPciIoProtocolGuid\r |
50 | gEfiIsaAcpiProtocolGuid\r |