]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.inf
Update MpServicesOnFrameworkMpServicesThunk to consume Local APIC library.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / MpServicesOnFrameworkMpServicesThunk / MpServicesOnFrameworkMpServicesThunk.inf
CommitLineData
6bfbb5f0 1## @file\r
768e2a90 2# Produces PI MP Services Protocol on top of Framework MP Services Protocol.\r
3#\r
4# Intel's Framework MP Services Protocol is replaced by EFI_MP_SERVICES_PROTOCOL in PI 1.1.\r
5# This module produces PI MP Services Protocol on top of Framework MP Services Protocol.\r
6#\r
584d5652 7# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
768e2a90 8#\r
584d5652 9# This program and the accompanying materials\r
768e2a90 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
6bfbb5f0 17##\r
768e2a90 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = MpServicesOnFrameworkMpServicesThunk\r
22 FILE_GUID = 51739E2A-A022-4D73-ADB9-91F0C9BC7142\r
23 MODULE_TYPE = DXE_DRIVER\r
24 ENTRY_POINT = InitializeMpServicesProtocol\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
6bfbb5f0 32[Sources]\r
768e2a90 33 MpServicesOnFrameworkMpServicesThunk.c\r
34 MpServicesOnFrameworkMpServicesThunk.h\r
35\r
36[Sources.X64]\r
37 X64/MpFuncs.asm\r
38 X64/MpFuncs.S\r
39\r
40[Sources.IA32]\r
41 IA32/MpFuncs.asm\r
42 IA32/MpFuncs.S\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
0a6374ba 48 UefiCpuPkg/UefiCpuPkg.dec\r
768e2a90 49\r
50[LibraryClasses]\r
51 TimerLib\r
52 IoLib\r
53 UefiBootServicesTableLib\r
54 DxeServicesTableLib\r
55 MemoryAllocationLib\r
56 UefiDriverEntryPoint\r
57 BaseMemoryLib\r
58 UefiLib\r
59 DebugLib\r
60 BaseLib\r
61 SynchronizationLib\r
74f89527 62 DebugAgentLib\r
0a6374ba 63 LocalApicLib\r
768e2a90 64\r
65[Protocols]\r
66 gEfiMpServiceProtocolGuid ## PRODUCES\r
67 gFrameworkEfiMpServiceProtocolGuid ## CONSUMES\r
68 gEfiGenericMemTestProtocolGuid ## SOMETIMES_CONSUMES\r
69\r
70[Depex]\r
71 gFrameworkEfiMpServiceProtocolGuid\r