]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/CpuRuntimeDxe/Cpu.inf
EmulatorPkg: Remove all trailing whitespace
[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 - 2011, Intel Corporation. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = Cpu
21 FILE_GUID = f3794b60-8985-11db-8e53-0040d02b1835
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24
25 ENTRY_POINT = InitializeCpu
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources]
34 CpuIo.c
35 Cpu.c
36 CpuDriver.h
37 Strings.uni
38 MpService.c
39
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44 IntelFrameworkPkg/IntelFrameworkPkg.dec
45 EmulatorPkg/EmulatorPkg.dec
46
47
48 [LibraryClasses]
49 UefiBootServicesTableLib
50 MemoryAllocationLib
51 BaseMemoryLib
52 UefiDriverEntryPoint
53 UefiLib
54 HiiLib
55 DebugLib
56 BaseLib
57 EmuThunkLib
58 PcdLib
59
60 [Protocols]
61 gEmuIoThunkProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
62 gEfiSmbiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
63 gEfiHiiProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
64 gEfiCpuIo2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED
65 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
66 gEmuThreadThunkProtocolGuid
67 gEfiMpServiceProtocolGuid
68
69 [Guids]
70 gIdleLoopEventGuid ## CONSUMES ## GUID
71
72 [Pcd]
73 gEmulatorPkgTokenSpaceGuid.PcdEmuMpServicesPollingInterval
74
75 [Depex]
76 gEfiSmbiosProtocolGuid