]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.inf
EdkCompatibilityPkg: Fix typos in comments
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / MpServicesOnFrameworkMpServicesThunk / MpServicesOnFrameworkMpServicesThunk.inf
1 ## @file
2 # Produces PI MP Services Protocol on top of Framework MP Services Protocol.
3 #
4 # Intel's Framework MP Services Protocol is replaced by EFI_MP_SERVICES_PROTOCOL in PI 1.1.
5 # This module produces PI MP Services Protocol on top of Framework MP Services Protocol.
6 #
7 # Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
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
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = MpServicesOnFrameworkMpServicesThunk
22 FILE_GUID = 51739E2A-A022-4D73-ADB9-91F0C9BC7142
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = InitializeMpServicesProtocol
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64
31 #
32
33 [Sources]
34 MpServicesOnFrameworkMpServicesThunk.c
35 MpServicesOnFrameworkMpServicesThunk.h
36
37 [Sources.X64]
38 X64/MpFuncs.asm
39 X64/MpFuncs.S
40
41 [Sources.IA32]
42 IA32/MpFuncs.asm
43 IA32/MpFuncs.S
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.dec
48 IntelFrameworkPkg/IntelFrameworkPkg.dec
49 UefiCpuPkg/UefiCpuPkg.dec
50
51 [LibraryClasses]
52 TimerLib
53 IoLib
54 UefiBootServicesTableLib
55 DxeServicesTableLib
56 MemoryAllocationLib
57 UefiDriverEntryPoint
58 BaseMemoryLib
59 UefiLib
60 DebugLib
61 BaseLib
62 SynchronizationLib
63 DebugAgentLib
64 LocalApicLib
65
66 [Protocols]
67 gEfiMpServiceProtocolGuid ## PRODUCES
68 gFrameworkEfiMpServiceProtocolGuid ## CONSUMES
69 gEfiGenericMemTestProtocolGuid ## SOMETIMES_CONSUMES
70
71 [Depex]
72 gFrameworkEfiMpServiceProtocolGuid