VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf@ 108794

Last change on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 1.6 KB
Line 
1## @file
2# Instance of MM memory check library.
3#
4# MM memory check library implementation. This library consumes MM_ACCESS_PROTOCOL
5# to get MMRAM information. In order to use this library instance, the platform should produce
6# all MMRAM range via MM_ACCESS_PROTOCOL, including the range for firmware (like MM Core
7# and MM driver) and/or specific dedicated hardware.
8#
9# Copyright (c) 2015 - 2024, Intel Corporation. All rights reserved.<BR>
10# Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
11# Copyright (c) Microsoft Corporation.
12#
13# SPDX-License-Identifier: BSD-2-Clause-Patent
14#
15##
16
17[Defines]
18 INF_VERSION = 0x0001001A
19 BASE_NAME = MemLib
20 FILE_GUID = EA355F14-6409-4716-829F-37B3BC7C7F26
21 MODULE_TYPE = MM_STANDALONE
22 VERSION_STRING = 1.0
23 PI_SPECIFICATION_VERSION = 0x00010032
24 LIBRARY_CLASS = MemLib|MM_STANDALONE MM_CORE_STANDALONE
25 CONSTRUCTOR = MemLibConstructor
26 DESTRUCTOR = MemLibDestructor
27
28#
29# The following information is for reference only and not required by the build tools.
30#
31# VALID_ARCHITECTURES = IA32 X64 AARCH64 ARM
32#
33
34[Sources.Common]
35 StandaloneMmMemLib.c
36 StandaloneMmMemLibInternal.h
37
38[Sources.IA32, Sources.X64]
39 X86StandaloneMmMemLibInternal.c
40
41[Sources.AARCH64, Sources.ARM]
42 ArmStandaloneMmMemLibInternal.c
43
44[Packages]
45 MdePkg/MdePkg.dec
46 StandaloneMmPkg/StandaloneMmPkg.dec
47
48[LibraryClasses]
49 BaseMemoryLib
50 DebugLib
51 HobLib
52 MemoryAllocationLib
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette