]> git.proxmox.com Git - mirror_edk2.git/blame - 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
CommitLineData
768e2a90 1#/** @file\r
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
7# Copyright (c) 2009, Intel Corporation\r
8#\r
9# All rights reserved. This program and the accompanying materials\r
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
17#**/\r
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
32[Sources.common]\r
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
48\r
49[LibraryClasses]\r
50 TimerLib\r
51 IoLib\r
52 UefiBootServicesTableLib\r
53 DxeServicesTableLib\r
54 MemoryAllocationLib\r
55 UefiDriverEntryPoint\r
56 BaseMemoryLib\r
57 UefiLib\r
58 DebugLib\r
59 BaseLib\r
60 SynchronizationLib\r
61\r
62[Protocols]\r
63 gEfiMpServiceProtocolGuid ## PRODUCES\r
64 gFrameworkEfiMpServiceProtocolGuid ## CONSUMES\r
65 gEfiGenericMemTestProtocolGuid ## SOMETIMES_CONSUMES\r
66\r
67[Depex]\r
68 gFrameworkEfiMpServiceProtocolGuid\r