]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf
Add missing Type 35 support and correct SmbiosFldMiscType13 implementation.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / BootScriptSaveOnS3SaveStateThunk / BootScriptSaveOnS3SaveStateThunk.inf
index 7e79bc07e94ef5943f16739093537af47459517f..e449308d4462b5c17dc77ee0cf109c6b02b7a1ab 100644 (file)
@@ -1,12 +1,12 @@
-#/** @file\r
+## @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, Intel Corporation\r
+#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
@@ -15,7 +15,7 @@
 #\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
-[Sources.common]\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
-\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
 \r
 [Protocols]\r
   gEfiBootScriptSaveProtocolGuid          ## PRODUCES\r
   gEfiS3SaveStateProtocolGuid             ## CONSUMES\r
 \r
+[Pcd]\r
+  gEfiEdkCompatibilityPkgTokenSpaceGuid.BootScriptThunkDataPtr\r
 \r
 [Depex]\r
   gEfiS3SaveStateProtocolGuid\r