1166d068 |
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 | #\r |
14 | # 8259.inf\r |
15 | #\r |
16 | # Abstract:\r |
17 | #\r |
18 | #--*/\r |
19 | \r |
20 | [Defines]\r |
21 | INF_VERSION = 0x00010005\r |
22 | BASE_NAME = Legacy8259\r |
23 | FILE_GUID = 79CA4208-BBA1-4a9a-8456-E1E66A81484E\r |
24 | MODULE_TYPE = DXE_DRIVER\r |
25 | VERSION_STRING = 1.0\r |
26 | EDK_RELEASE_VERSION = 0x00020000\r |
27 | EFI_SPECIFICATION_VERSION = 0x00020000\r |
28 | \r |
29 | ENTRY_POINT = Install8259\r |
30 | \r |
31 | [Packages]\r |
32 | MdePkg/MdePkg.dec\r |
33 | IntelFrameworkPkg/IntelFrameworkPkg.dec\r |
34 | IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r |
35 | \r |
36 | [LibraryClasses]\r |
37 | UefiBootServicesTableLib\r |
38 | DebugLib\r |
39 | UefiDriverEntryPoint\r |
40 | \r |
41 | [Sources.common]\r |
42 | 8259.c\r |
43 | 8259.h\r |
44 | \r |
45 | [Protocols]\r |
46 | gEfiLegacy8259ProtocolGuid\r |
47 | gEfiCpuIoProtocolGuid\r |
48 | \r |
49 | [Depex]\r |
50 | gEfiCpuIoProtocolGuid |