]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.inf
Check in thunk driver to produce PI MP Services Protocol based on Framework MP Servic...
[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, Intel Corporation
8 #
9 # All rights reserved. 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 ENTRY_POINT = InitializeMpServicesProtocol
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64
30 #
31
32 [Sources.common]
33 MpServicesOnFrameworkMpServicesThunk.c
34 MpServicesOnFrameworkMpServicesThunk.h
35
36 [Sources.X64]
37 X64/MpFuncs.asm
38 X64/MpFuncs.S
39
40 [Sources.IA32]
41 IA32/MpFuncs.asm
42 IA32/MpFuncs.S
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 MdeModulePkg/MdeModulePkg.dec
47 IntelFrameworkPkg/IntelFrameworkPkg.dec
48
49 [LibraryClasses]
50 TimerLib
51 IoLib
52 UefiBootServicesTableLib
53 DxeServicesTableLib
54 MemoryAllocationLib
55 UefiDriverEntryPoint
56 BaseMemoryLib
57 UefiLib
58 DebugLib
59 BaseLib
60 SynchronizationLib
61
62 [Protocols]
63 gEfiMpServiceProtocolGuid ## PRODUCES
64 gFrameworkEfiMpServiceProtocolGuid ## CONSUMES
65 gEfiGenericMemTestProtocolGuid ## SOMETIMES_CONSUMES
66
67 [Depex]
68 gFrameworkEfiMpServiceProtocolGuid