]> git.proxmox.com Git - mirror_edk2.git/blame - DuetPkg/CpuDxe/Cpu.inf
Add thunk code for CpuDxe driver.
[mirror_edk2.git] / DuetPkg / CpuDxe / Cpu.inf
CommitLineData
c69dd9df 1#/*++\r
2# \r
3# Copyright (c) 2006, 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# Cpu.inf\r
14#\r
15# Abstract:\r
16#\r
17#--*/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = Cpu\r
22 FILE_GUID = 10527025-78B2-4d3e-A9DF-41E75C220F5A\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 ENTRY_POINT = InitializeCpu\r
29\r
30[Packages]\r
31 DuetPkg/DuetPkg.dec\r
32 MdePkg/MdePkg.dec\r
33 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 PrintLib\r
38 UefiBootServicesTableLib\r
23833b2c 39 BaseMemoryLib\r
c69dd9df 40\r
41[Sources.IA32]\r
77df4b67 42 Ia32/CpuInterrupt.asm |INTEL\r
43 Ia32/CpuInterrupt.asm |MSFT\r
01f1138a 44 Ia32/CpuInterrupt.S |GCC\r
c69dd9df 45\r
46[Sources.X64]\r
d8bee43c 47 X64/CpuInterrupt.asm | INTEL\r
77df4b67 48 X64/CpuInterrupt.asm | MSFT\r
99032c45 49 X64/CpuInterrupt.S |GCC\r
50 \r
c69dd9df 51[Sources.common]\r
52 Cpu.c\r
53 CpuDxe.h\r
54\r
55[Protocols]\r
56 gEfiCpuArchProtocolGuid\r
c69dd9df 57 gEfiLegacy8259ProtocolGuid\r
cb56d4e4 58\r
59[Depex]\r
01f1138a 60 gEfiLegacy8259ProtocolGuid\r