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