Last change
on this file was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
984 bytes
|
Line | |
---|
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 | [Defines]
|
---|
18 | INF_VERSION = 0x0001001B
|
---|
19 | BASE_NAME = MmUnblockMemoryLibNull
|
---|
20 | MODULE_UNI_FILE = MmUnblockMemoryLibNull.uni
|
---|
21 | FILE_GUID = 9E890F68-5C95-4C31-95DD-59E6286F85EA
|
---|
22 | MODULE_TYPE = BASE
|
---|
23 | VERSION_STRING = 1.0
|
---|
24 | LIBRARY_CLASS = MmUnblockMemoryLib
|
---|
25 |
|
---|
26 | #
|
---|
27 | # VALID_ARCHITECTURES = IA32 X64
|
---|
28 | #
|
---|
29 |
|
---|
30 | [Sources]
|
---|
31 | MmUnblockMemoryLibNull.c
|
---|
32 |
|
---|
33 | [Packages]
|
---|
34 | MdePkg/MdePkg.dec
|
---|
Note:
See
TracBrowser
for help on using the repository browser.