]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.inf
EdkCompatibilityPkg: Fix typos in comments
[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
36f0b7c2 7# Copyright (c) 2009 - 2011, 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
36f0b7c2 24 VERSION_STRING = 1.0\r
768e2a90 25 ENTRY_POINT = InitializeMpServicesProtocol\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
6bfbb5f0 33[Sources]\r
768e2a90 34 MpServicesOnFrameworkMpServicesThunk.c\r
35 MpServicesOnFrameworkMpServicesThunk.h\r
36\r
37[Sources.X64]\r
38 X64/MpFuncs.asm\r
39 X64/MpFuncs.S\r
40\r
41[Sources.IA32]\r
42 IA32/MpFuncs.asm\r
43 IA32/MpFuncs.S\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
0a6374ba 49 UefiCpuPkg/UefiCpuPkg.dec\r
768e2a90 50\r
51[LibraryClasses]\r
52 TimerLib\r
53 IoLib\r
54 UefiBootServicesTableLib\r
55 DxeServicesTableLib\r
56 MemoryAllocationLib\r
57 UefiDriverEntryPoint\r
58 BaseMemoryLib\r
59 UefiLib\r
60 DebugLib\r
61 BaseLib\r
62 SynchronizationLib\r
74f89527 63 DebugAgentLib\r
0a6374ba 64 LocalApicLib\r
768e2a90 65\r
66[Protocols]\r
67 gEfiMpServiceProtocolGuid ## PRODUCES\r
68 gFrameworkEfiMpServiceProtocolGuid ## CONSUMES\r
69 gEfiGenericMemTestProtocolGuid ## SOMETIMES_CONSUMES\r
70\r
71[Depex]\r
72 gFrameworkEfiMpServiceProtocolGuid\r