]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/CpuRuntimeDxe/Cpu.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmulatorPkg / CpuRuntimeDxe / Cpu.inf
1 ## @file
2 # Component description file for Cpu module.
3 #
4 # This CPU module abstracts the interrupt subsystem of a platform and the CPU-specific setjump-long pair.
5 #
6 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = Cpu
15 FILE_GUID = f3794b60-8985-11db-8e53-0040d02b1835
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeCpu
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 CpuIo.c
29 Cpu.c
30 CpuDriver.h
31 MpService.c
32
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 EmulatorPkg/EmulatorPkg.dec
38
39
40 [LibraryClasses]
41 UefiBootServicesTableLib
42 MemoryAllocationLib
43 BaseMemoryLib
44 UefiDriverEntryPoint
45 UefiLib
46 HiiLib
47 DebugLib
48 BaseLib
49 EmuThunkLib
50 PcdLib
51
52 [Protocols]
53 gEmuIoThunkProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
54 gEfiSmbiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
55 gEfiCpuIo2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED
56 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
57 gEmuThreadThunkProtocolGuid
58 gEfiMpServiceProtocolGuid
59
60 [Guids]
61 gIdleLoopEventGuid ## CONSUMES ## GUID
62
63 [Pcd]
64 gEmulatorPkgTokenSpaceGuid.PcdEmuMpServicesPollingInterval
65
66 [Depex]
67 gEfiSmbiosProtocolGuid