]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe: Add support for PCD PcdPteMemoryEn...
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / BootScriptExecutorDxe / BootScriptExecutorDxe.inf
index 0869c9d775c0c0a8977c966362af90fb5067b7f6..29af7f55ec59aa6958f1cfaf6f3cd6cfdc6f662c 100644 (file)
@@ -4,7 +4,8 @@
 # This is a standalone Boot Script Executor. Standalone means it does not\r
 # depends on any PEI or DXE service.\r
 #\r
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are\r
 # licensed and made available under the terms and conditions of the BSD License\r
@@ -19,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BootScriptExecutorDxe\r
+  MODULE_UNI_FILE                = BootScriptExecutorDxe.uni\r
   FILE_GUID                      = FA20568B-548B-4b2b-81EF-1BA08D4A3CEC\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
 \r
 [Sources.X64]\r
   X64/SetIdtEntry.c  \r
+  X64/S3Asm.nasm\r
   X64/S3Asm.asm\r
   X64/S3Asm.S\r
   \r
 [Sources.Ia32]\r
   IA32/SetIdtEntry.c   \r
+  IA32/S3Asm.nasm\r
   IA32/S3Asm.asm\r
   IA32/S3Asm.S\r
 \r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
-  TimerLib\r
   PcdLib\r
   BaseMemoryLib\r
-  SmbusLib\r
   UefiDriverEntryPoint\r
   BaseLib\r
-  PciLib\r
-  IoLib\r
   S3BootScriptLib\r
   PeCoffLib\r
   DxeServicesLib\r
   UefiBootServicesTableLib\r
-  UefiRuntimeServicesTableLib\r
   CacheMaintenanceLib\r
-  PerformanceLib\r
   UefiLib\r
   DebugAgentLib\r
   LockBoxLib\r
+  CpuExceptionHandlerLib\r
+  DevicePathLib\r
 \r
 [Guids]\r
-  gEfiBootScriptExecutorVariableGuid\r
-  gEfiBootScriptExecutorContextGuid\r
-  gPerformanceProtocolGuid\r
-  gEfiEventExitBootServicesGuid\r
+  gEfiBootScriptExecutorVariableGuid    ## PRODUCES ## UNDEFINED # SaveLockBox\r
+  gEfiBootScriptExecutorContextGuid     ## PRODUCES ## UNDEFINED # SaveLockBox\r
+  gEdkiiMemoryProfileGuid               ## SOMETIMES_CONSUMES ## GUID # Locate protocol\r
+\r
+[Protocols]\r
+  ## NOTIFY\r
+  ## CONSUMES\r
+  gEfiDxeSmmReadyToLockProtocolGuid\r
 \r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode  ## CONSUMES\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable              ## SOMETIMES_CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdMemoryProfilePropertyMask   ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable                ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask    ## CONSUMES\r
 \r
 [Depex]\r
   gEfiLockBoxProtocolGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  BootScriptExecutorDxeExtra.uni\r