]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/CpuDxe/Cpu.inf
Add thunk code for CpuDxe driver.
[mirror_edk2.git] / DuetPkg / CpuDxe / Cpu.inf
1 #/*++
2 #
3 # Copyright (c) 2006, Intel Corporation
4 # All rights reserved. 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 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = InitializeCpu
29
30 [Packages]
31 DuetPkg/DuetPkg.dec
32 MdePkg/MdePkg.dec
33 IntelFrameworkPkg/IntelFrameworkPkg.dec
34
35 [LibraryClasses]
36 UefiDriverEntryPoint
37 PrintLib
38 UefiBootServicesTableLib
39 BaseMemoryLib
40
41 [Sources.IA32]
42 Ia32/CpuInterrupt.asm |INTEL
43 Ia32/CpuInterrupt.asm |MSFT
44 Ia32/CpuInterrupt.S |GCC
45
46 [Sources.X64]
47 X64/CpuInterrupt.asm | INTEL
48 X64/CpuInterrupt.asm | MSFT
49 X64/CpuInterrupt.S |GCC
50
51 [Sources.common]
52 Cpu.c
53 CpuDxe.h
54
55 [Protocols]
56 gEfiCpuArchProtocolGuid
57 gEfiLegacy8259ProtocolGuid
58
59 [Depex]
60 gEfiLegacy8259ProtocolGuid