]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiCpuPkg/CpuDxe/CpuDxe.inf
1. Separated DxeSmmCpuExceptionHandlerLib.inf into 2 instance DxeCpuExceptionHandlerL...
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
... / ...
CommitLineData
1## @file\r
2#\r
3# Component description file for simple CPU driver\r
4#\r
5# Copyright (c) 2008 - 2013, Intel Corporation. All rights reserved.<BR>\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = CpuDxe\r
19 FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = InitializeCpu\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 MdeModulePkg/MdeModulePkg.dec\r
28 UefiCpuPkg/UefiCpuPkg.dec\r
29\r
30[LibraryClasses]\r
31 BaseLib\r
32 BaseMemoryLib\r
33 CpuLib\r
34 DebugLib\r
35 DxeServicesTableLib\r
36 MemoryAllocationLib\r
37 MtrrLib\r
38 UefiBootServicesTableLib\r
39 UefiDriverEntryPoint\r
40 LocalApicLib\r
41 UefiCpuLib\r
42 UefiLib\r
43 CpuExceptionHandlerLib\r
44\r
45[Sources]\r
46 CpuDxe.c\r
47 CpuDxe.h\r
48 CpuGdt.c\r
49\r
50[Sources.IA32]\r
51 Ia32/CpuAsm.asm | MSFT\r
52 Ia32/CpuAsm.asm | INTEL\r
53 Ia32/CpuAsm.S | GCC\r
54\r
55[Sources.X64]\r
56 X64/CpuAsm.asm | MSFT\r
57 X64/CpuAsm.asm | INTEL\r
58 X64/CpuAsm.S | GCC\r
59\r
60[Protocols]\r
61 gEfiCpuArchProtocolGuid\r
62\r
63[Guids]\r
64 gIdleLoopEventGuid ## CONSUMES ## GUID\r
65 gEfiVectorHandoffTableGuid ## CONSUMES ## Configuration Table\r
66\r
67[Depex]\r
68 TRUE\r
69\r