]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
MdePkg: MmUnblockMemoryLib: Added definition and null instance
[mirror_edk2.git] / MdePkg / Library / MmUnblockMemoryLib / MmUnblockMemoryLibNull.inf
diff --git a/MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf b/MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
new file mode 100644 (file)
index 0000000..8ecb767
--- /dev/null
@@ -0,0 +1,34 @@
+## @file\r
+#  Null instance of MM Unblock Page Library.\r
+#\r
+#  This library provides an interface to request non-MMRAM pages to be mapped/unblocked\r
+#  from inside MM environment.\r
+#\r
+#  For MM modules that need to access regions outside of MMRAMs, the agents that set up\r
+#  these regions are responsible for invoking this API in order for these memory areas\r
+#  to be accessed from inside MM.\r
+#\r
+#  Copyright (c) Microsoft Corporation.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x0001001B\r
+  BASE_NAME                      = MmUnblockMemoryLibNull\r
+  MODULE_UNI_FILE                = MmUnblockMemoryLibNull.uni\r
+  FILE_GUID                      = 9E890F68-5C95-4C31-95DD-59E6286F85EA\r
+  MODULE_TYPE                    = BASE\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = MmUnblockMemoryLib\r
+\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
+#\r
+\r
+[Sources]\r
+  MmUnblockMemoryLibNull.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r