]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
Enhance SmmMemoryAllocationLib Free function implementation to call gSmst or gBS...
[mirror_edk2.git] / MdePkg / Library / SmmMemoryAllocationLib / SmmMemoryAllocationLib.inf
index 8413da0932d7112996243035406b8e0cc57121e2..f6c11d2e4fc927f120c7eb4a8a5a19807bf78827 100644 (file)
@@ -22,6 +22,8 @@
   VERSION_STRING                 = 1.0\r
   PI_SPECIFICATION_VERSION       = 0x0001000A\r
   LIBRARY_CLASS                  = MemoryAllocationLib|DXE_SMM_DRIVER \r
+  CONSTRUCTOR                    = SmmMemoryAllocationLibConstructor\r
+  DESTRUCTOR                     = SmmMemoryAllocationLibDestructor\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64\r
   DebugLib\r
   BaseMemoryLib\r
   SmmServicesTableLib\r
+  UefiBootServicesTableLib\r
+\r
+[Protocols]\r
+  gEfiSmmAccess2ProtocolGuid    ## CONSUMES  \r
+\r
+[Depex]\r
+  gEfiSmmAccess2ProtocolGuid\r