]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
ArmPkg/ArmPkg.dsc: move ArmMmuStandaloneMmLib.inf to AARCH64 section
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / SmmBaseHelper / SmmBaseHelper.inf
index cd425adfa05466611ef0c325ec7eda46caaaa41a..118640b1e4a09b1a3edecf7425eb21d1d98f5606 100644 (file)
@@ -1,9 +1,9 @@
 ## @file\r
 #  Component description file for SMM Base Helper SMM driver.\r
 #\r
-#  Copyright (c) 2009 - 2010, Intel Corporation.\r
+#  Copyright (c) 2009 - 2014, 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
@@ -11,7 +11,7 @@
 #  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
 \r
 [Sources]\r
   SmmBaseHelper.c\r
+  SmramProfileRecord.c\r
+\r
+[Sources.Ia32]\r
+  PageFaultHandler.c\r
+  \r
+[Sources.X64]\r
+  X64/PageFaultHandler.asm | MSFT\r
+\r
+  X64/PageFaultHandler.asm | INTEL\r
+  \r
+  X64/PageFaultHandler.S   | GCC\r
  \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
 \r
   PeCoffLib\r
   DevicePathLib\r
   CacheMaintenanceLib\r
+  MemoryAllocationLib\r
+  SynchronizationLib\r
+  CpuLib\r
+  PcdLib\r
+  SmmMemLib\r
 \r
 [Guids]\r
   gEfiSmmBaseThunkCommunicationGuid\r
+  gEdkiiMemoryProfileGuid\r
 \r
 [Protocols]\r
   gEfiSmmBaseHelperReadyProtocolGuid     # PROTOCOL ALWAYS_PRODUCED\r
   gEfiLoadedImageProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
   gEfiLoadedImageDevicePathProtocolGuid  # PROTOCOL ALWAYS_CONSUMED\r
   gEfiSmmCpuSaveStateProtocolGuid        # PROTOCOL ALWAYS_CONSUMED\r
-  \r
+  gEfiMpServiceProtocolGuid              # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSmmCpuIo2ProtocolGuid              # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiLoadPeImageProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSmmReadyToLockProtocolGuid         # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSmmCommunicationProtocolGuid\r
+\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdMemoryProfilePropertyMask\r
+\r
 [Depex]\r
-  gEfiSmmCpuProtocolGuid\r
+  gEfiSmmCpuProtocolGuid AND\r
+  gEfiMpServiceProtocolGuid AND\r
+  gEfiSmmCpuIo2ProtocolGuid AND\r
+  gEfiLoadPeImageProtocolGuid\r