]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.inf
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / MpServicesOnFrameworkMpServicesThunk / MpServicesOnFrameworkMpServicesThunk.inf
diff --git a/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.inf b/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.inf
deleted file mode 100644 (file)
index 15528e3..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-## @file\r
-# Produces PI MP Services Protocol on top of Framework MP Services Protocol.\r
-#\r
-# Intel's Framework MP Services Protocol is replaced by EFI_MP_SERVICES_PROTOCOL in PI 1.1.\r
-# This module produces PI MP Services Protocol on top of Framework MP Services Protocol.\r
-#\r
-# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = MpServicesOnFrameworkMpServicesThunk\r
-  FILE_GUID                      = 51739E2A-A022-4D73-ADB9-91F0C9BC7142\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-  ENTRY_POINT                    = InitializeMpServicesProtocol\r
-\r
-#\r
-# The following information is for reference only and not required by the build tools.\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64\r
-#\r
-\r
-[Sources]\r
-  MpServicesOnFrameworkMpServicesThunk.c\r
-  MpServicesOnFrameworkMpServicesThunk.h\r
-\r
-[Sources.X64]\r
-  X64/MpFuncs.asm\r
-  X64/MpFuncs.S\r
-\r
-[Sources.IA32]\r
-  IA32/MpFuncs.asm\r
-  IA32/MpFuncs.S\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  UefiCpuPkg/UefiCpuPkg.dec\r
-\r
-[LibraryClasses]\r
-  TimerLib\r
-  IoLib\r
-  UefiBootServicesTableLib\r
-  DxeServicesTableLib\r
-  MemoryAllocationLib\r
-  UefiDriverEntryPoint\r
-  BaseMemoryLib\r
-  UefiLib\r
-  DebugLib\r
-  BaseLib\r
-  SynchronizationLib\r
-  DebugAgentLib\r
-  LocalApicLib\r
-\r
-[Protocols]\r
-  gEfiMpServiceProtocolGuid                   ## PRODUCES\r
-  gFrameworkEfiMpServiceProtocolGuid          ## CONSUMES\r
-  gEfiGenericMemTestProtocolGuid              ## SOMETIMES_CONSUMES\r
-\r
-[Depex]\r
-  gFrameworkEfiMpServiceProtocolGuid\r