]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/SmmMemLib/SmmMemLib.inf
MdePkg/SmmMemLib: Check for untested memory in GCD
[mirror_edk2.git] / MdePkg / Library / SmmMemLib / SmmMemLib.inf
index a9d47cc90a59e5f2f21a8ae23952b49a7e314036..36576a4f2f4f080e24c6c170f4d85b11906be41c 100644 (file)
@@ -5,16 +5,16 @@
 #  to get SMRAM information. In order to use this library instance, the platform should produce\r
 #  all SMRAM range via SMM_ACCESS2_PROTOCOL, including the range for firmware (like SMM Core\r
 #  and SMM driver) and/or specific dedicated hardware.\r
-#  \r
-#  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\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
+#\r
 #  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
 \r
 [Sources]\r
   SmmMemLib.c\r
-  \r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  \r
+\r
 [LibraryClasses]\r
   SmmServicesTableLib\r
   UefiBootServicesTableLib\r
+  DxeServicesTableLib\r
   DebugLib\r
   BaseMemoryLib\r
   HobLib\r
   MemoryAllocationLib\r
 \r
 [Protocols]\r
-  gEfiSmmAccess2ProtocolGuid    ## CONSUMES\r
-  \r
+  gEfiSmmAccess2ProtocolGuid     ## CONSUMES\r
+  gEfiSmmReadyToLockProtocolGuid ## CONSUMES\r
+  gEfiSmmEndOfDxeProtocolGuid    ## CONSUMES\r
+\r
 [Depex]\r
   gEfiSmmAccess2ProtocolGuid\r