]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.uni
MdePkg: MmUnblockMemoryLib: Added definition and null instance
[mirror_edk2.git] / MdePkg / Library / MmUnblockMemoryLib / MmUnblockMemoryLibNull.uni
1 // /** @file
2 // Null instance of MM Unblock Page Library.
3 //
4 // This library provides an interface to request non-MMRAM pages to be mapped/unblocked
5 // from inside MM environment.
6 //
7 // For MM modules that need to access regions outside of MMRAMs, the agents that set up
8 // these regions are responsible for invoking this API in order for these memory areas
9 // to be accessed from inside MM.
10 //
11 // Copyright (c) Microsoft Corporation.
12 // SPDX-License-Identifier: BSD-2-Clause-Patent
13 //
14 // **/
15
16
17 #string STR_MODULE_ABSTRACT #language en-US "Null instance of MM Unblock Page Library."
18
19 #string STR_MODULE_DESCRIPTION #language en-US "This library provides an interface to request non-MMRAM pages to be mapped/unblocked from inside MM environment.\n"
20 "For MM modules that need to access regions outside of MMRAMs, the agents that set up these regions are responsible for invoking this API in order for these memory areas to be accessed from inside MM."
21