]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / SmmBaseHelper / SmmBaseHelper.inf
index 1dd447b4ef90cd98c0a2e00b68d24735f6082b61..f988c138fe83de9a2f5bf1253d6a04e12582f688 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 - 2012, 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
 \r
 [Sources]\r
   SmmBaseHelper.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
@@ -45,6 +56,8 @@
   DevicePathLib\r
   CacheMaintenanceLib\r
   MemoryAllocationLib\r
+  SynchronizationLib\r
+  CpuLib\r
 \r
 [Guids]\r
   gEfiSmmBaseThunkCommunicationGuid\r
   gEfiSmmCpuSaveStateProtocolGuid        # PROTOCOL ALWAYS_CONSUMED\r
   gEfiMpServiceProtocolGuid              # PROTOCOL ALWAYS_CONSUMED\r
   gEfiSmmCpuIo2ProtocolGuid              # PROTOCOL ALWAYS_CONSUMED\r
-  \r
+  gEfiLoadPeImageProtocolGuid            # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSmmReadyToLockProtocolGuid         # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiSmmAccess2ProtocolGuid             # PROTOCOL ALWAYS_CONSUMED\r
+\r
 [Depex]\r
-  gEfiSmmCpuProtocolGuid AND gEfiMpServiceProtocolGuid AND gEfiSmmCpuIo2ProtocolGuid\r
+  gEfiSmmCpuProtocolGuid AND\r
+  gEfiMpServiceProtocolGuid AND\r
+  gEfiSmmCpuIo2ProtocolGuid AND\r
+  gEfiLoadPeImageProtocolGuid\r