Last change
on this file was 101291, checked in by vboxsync, 14 months ago |
EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
804 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # MM Smram save state service lib.
|
---|
3 | #
|
---|
4 | # This is MM Smram save state service lib that provide service to read and
|
---|
5 | # save savestate area registers.
|
---|
6 | #
|
---|
7 | # Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.<BR>
|
---|
8 | #
|
---|
9 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | #
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | INF_VERSION = 1.29
|
---|
15 | BASE_NAME = AmdMmSaveStateLib
|
---|
16 | FILE_GUID = FB7D0A60-E8D4-4EFA-90AA-B357BC569879
|
---|
17 | MODULE_TYPE = DXE_SMM_DRIVER
|
---|
18 | VERSION_STRING = 1.0
|
---|
19 | LIBRARY_CLASS = MmSaveStateLib
|
---|
20 |
|
---|
21 | [Sources]
|
---|
22 | MmSaveState.h
|
---|
23 | MmSaveStateCommon.c
|
---|
24 | AmdMmSaveState.c
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | MdePkg/MdePkg.dec
|
---|
28 | UefiCpuPkg/UefiCpuPkg.dec
|
---|
29 |
|
---|
30 | [LibraryClasses]
|
---|
31 | BaseLib
|
---|
32 | BaseMemoryLib
|
---|
33 | DebugLib
|
---|
34 | MmServicesTableLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.