]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuDxe/CpuDxe.inf
VfrCompile: fix invalid comparison between pointer and integer
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
CommitLineData
7b202cb0 1## @file\r
7fadaacd 2# CPU driver installs CPU Architecture Protocol and CPU MP protocol.\r
a47463f2 3#\r
b85a6ffb 4# Copyright (c) 2008 - 2016, Intel Corporation. All rights reserved.<BR>\r
01a1c0fc 5# This program and the accompanying materials\r
a47463f2 6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
7b202cb0 13##\r
a47463f2 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = CpuDxe\r
e48e0742 18 MODULE_UNI_FILE = CpuDxe.uni\r
712389b8 19 FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136\r
a47463f2 20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
a47463f2 22\r
23 ENTRY_POINT = InitializeCpu\r
24\r
25[Packages]\r
a47463f2 26 MdePkg/MdePkg.dec\r
32394027 27 MdeModulePkg/MdeModulePkg.dec\r
a47463f2 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
d4605c23 40 LocalApicLib\r
661cab5d 41 UefiCpuLib\r
e41aad15
JF
42 UefiLib\r
43 CpuExceptionHandlerLib\r
db61e163
JF
44 HobLib\r
45 ReportStatusCodeLib\r
7fadaacd 46 MpInitLib\r
a47463f2 47\r
48[Sources]\r
49 CpuDxe.c\r
50 CpuDxe.h\r
51 CpuGdt.c\r
533263ee 52 CpuGdt.h\r
6022e28c
JJ
53 CpuMp.c\r
54 CpuMp.h\r
a47463f2 55\r
a47463f2 56[Sources.IA32]\r
b85a6ffb
LG
57 Ia32/CpuAsm.asm\r
58 Ia32/CpuAsm.nasm\r
59 Ia32/CpuAsm.S\r
a47463f2 60\r
61[Sources.X64]\r
b85a6ffb
LG
62 X64/CpuAsm.asm\r
63 X64/CpuAsm.nasm\r
64 X64/CpuAsm.S\r
a47463f2 65\r
66[Protocols]\r
e48e0742 67 gEfiCpuArchProtocolGuid ## PRODUCES\r
7fadaacd 68 gEfiMpServiceProtocolGuid ## PRODUCES\r
a47463f2 69\r
32394027 70[Guids]\r
e48e0742
LG
71 gIdleLoopEventGuid ## CONSUMES ## Event\r
72 gEfiVectorHandoffTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
32394027 73\r
db61e163
JF
74[Ppis]\r
75 gEfiSecPlatformInformation2PpiGuid ## UNDEFINED # HOB\r
76 gEfiSecPlatformInformationPpiGuid ## UNDEFINED # HOB\r
77\r
a47463f2 78[Depex]\r
79 TRUE\r
80\r
e48e0742
LG
81[UserExtensions.TianoCore."ExtraFiles"]\r
82 CpuDxeExtra.uni\r