audk/StandaloneMmPkg/Drivers/StandaloneMmIplPei/StandaloneMmIplPei.inf

51 lines
1.1 KiB
INI

## @file
# This module provide a Standalone MM compliant implementation of MM IPL PEIM.
#
# Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = StandaloneMmIplPei
FILE_GUID = 578A0D17-2DC0-4C7D-A121-D8D771923BB0
MODULE_TYPE = PEIM
VERSION_STRING = 1.0
PI_SPECIFICATION_VERSION = 0x0001000A
ENTRY_POINT = StandaloneMmIplPeiEntry
#
# The following information is for reference only and not required by the build tools.
#
# VALID_ARCHITECTURES = X64
#
[Sources]
StandaloneMmIplPei.c
StandaloneMmIplPei.h
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
StandaloneMmPkg/StandaloneMmPkg.dec
[LibraryClasses]
PeimEntryPoint
DebugLib
HobLib
MemoryAllocationLib
MmUnblockMemoryLib
[Guids]
gMmCommBufferHobGuid
[Ppis]
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdMmCommBufferPages
[Depex]
TRUE