]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/CpuDxe/Cpu.inf
DuetPkg: Add DXE APRIORI for 8259 driver
[mirror_edk2.git] / DuetPkg / CpuDxe / Cpu.inf
1 ## @file
2 #
3 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
4 # 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 # Cpu.inf
14 #
15 # Abstract:
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = Cpu
22 FILE_GUID = 10527025-78B2-4d3e-A9DF-41E75C220F5A
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25
26 ENTRY_POINT = InitializeCpu
27
28 [Packages]
29 DuetPkg/DuetPkg.dec
30 MdePkg/MdePkg.dec
31 IntelFrameworkPkg/IntelFrameworkPkg.dec
32
33 [LibraryClasses]
34 UefiDriverEntryPoint
35 PrintLib
36 UefiBootServicesTableLib
37 BaseMemoryLib
38
39 [Sources.IA32]
40 Ia32/CpuInterrupt.asm |INTEL
41 Ia32/CpuInterrupt.asm |MSFT
42 Ia32/CpuInterrupt.S |GCC
43
44 [Sources.X64]
45 X64/CpuInterrupt.asm | INTEL
46 X64/CpuInterrupt.asm | MSFT
47 X64/CpuInterrupt.S |GCC
48
49 [Sources]
50 Cpu.c
51 CpuDxe.h
52
53 [Protocols]
54 gEfiCpuArchProtocolGuid
55 gEfiLegacy8259ProtocolGuid
56
57 [Depex]
58 gEfiLegacy8259ProtocolGuid