blob: e87c50a6fc857b366e9034d6219c6da3bebf763a [file] [log] [blame]
andrewfish949f3882011-05-11 18:31:20 +00001## @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.
jljusten10d1be32011-05-16 04:47:40 +00005#
6# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
andrewfish949f3882011-05-11 18:31:20 +00007#
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
jljusten10d1be32011-05-16 04:47:40 +000012#
andrewfish949f3882011-05-11 18:31:20 +000013# 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#
andrewfish949f3882011-05-11 18:31:20 +000016##
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
andrewfishc4671a62011-05-13 00:03:26 +000038 MpService.c
jljustend18d8a12011-06-28 16:50:26 +000039
andrewfish949f3882011-05-11 18:31:20 +000040
41[Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44 IntelFrameworkPkg/IntelFrameworkPkg.dec
jljustenbb89ec12011-06-28 16:47:23 +000045 EmulatorPkg/EmulatorPkg.dec
andrewfish949f3882011-05-11 18:31:20 +000046
47
48[LibraryClasses]
49 UefiBootServicesTableLib
50 MemoryAllocationLib
51 BaseMemoryLib
52 UefiDriverEntryPoint
53 UefiLib
54 HiiLib
55 DebugLib
56 BaseLib
57 EmuThunkLib
andrewfishc4671a62011-05-13 00:03:26 +000058 PcdLib
andrewfish949f3882011-05-11 18:31:20 +000059
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
jljusten10d1be32011-05-16 04:47:40 +000066 gEmuThreadThunkProtocolGuid
andrewfishc4671a62011-05-13 00:03:26 +000067 gEfiMpServiceProtocolGuid
68
andrewfish57c7d702011-06-17 18:21:16 +000069[Guids]
70 gIdleLoopEventGuid ## CONSUMES ## GUID
71
andrewfishc4671a62011-05-13 00:03:26 +000072[Pcd]
jljustenbb89ec12011-06-28 16:47:23 +000073 gEmulatorPkgTokenSpaceGuid.PcdEmuMpServicesPollingInterval
andrewfish949f3882011-05-11 18:31:20 +000074
75[Depex]
76 gEfiSmbiosProtocolGuid