]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / BootScriptSaveOnS3SaveStateThunk / BootScriptSaveOnS3SaveStateThunk.inf
diff --git a/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf b/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf
deleted file mode 100644 (file)
index def1ff0..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-## @file\r
-#  To implement Framework Boot Script Save protocol based on PI S3 Save State protocol\r
-# \r
-#  Intel's Framework Boot Script Save Protocol is replaced by S3 Save State Protocol in PI.\r
-#  This module produces Framework Boot Script Save protocol by consuming PI S3 Save State protocol\r
-#  \r
-#  Copyright (c) 2010 - 2014, 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
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = BootScriptSaveOnS3SaveStateThunk\r
-  FILE_GUID                      = 062ACC82-1D1E-4f61-AA94-8B0C47236A3D\r
-  MODULE_TYPE                    = DXE_DRIVER\r
-  VERSION_STRING                 = 1.0\r
-\r
-  ENTRY_POINT                    = InitializeScriptSaveOnS3SaveState\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
-  ScriptSave.c\r
-  ScriptSave.h\r
-\r
-[Sources.X64]\r
-  X64/AsmDispatchExecute.asm\r
-  X64/AsmDispatchExecute.S\r
-  X64/DispatchExecute.c\r
-\r
-[Sources.Ia32]  \r
-  IA32/DispatchExecute.c\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
-\r
-[LibraryClasses]\r
-  UefiBootServicesTableLib\r
-  UefiRuntimeServicesTableLib\r
-  UefiDriverEntryPoint\r
-  BaseMemoryLib\r
-  MemoryAllocationLib\r
-  DebugLib\r
-  BaseLib\r
-  PeCoffLib\r
-  PcdLib\r
-  DxeServicesLib\r
-  CacheMaintenanceLib\r
-  BaseMemoryLib\r
-  DevicePathLib\r
-  UefiLib\r
-\r
-[Protocols]\r
-  gEfiBootScriptSaveProtocolGuid          ## PRODUCES\r
-  gEfiS3SaveStateProtocolGuid             ## CONSUMES\r
-\r
-[Guids]\r
-  gEdkiiMemoryProfileGuid\r
-\r
-[Pcd]\r
-  gEfiEdkCompatibilityPkgTokenSpaceGuid.BootScriptThunkDataPtr\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMemoryProfilePropertyMask\r
-\r
-[Depex]\r
-  gEfiS3SaveStateProtocolGuid\r
-\r