]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / BootScriptExecutorDxe / BootScriptExecutorDxe.inf
index 0869c9d775c0c0a8977c966362af90fb5067b7f6..c761f609b9ddb7fa30f244f4e64f07e20b8cf98e 100644 (file)
@@ -4,7 +4,7 @@
 # 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 - 2014, Intel Corporation. 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 +19,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
   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
 \r
 [Depex]\r
   gEfiLockBoxProtocolGuid\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  BootScriptExecutorDxeExtra.uni\r