57 lines
1.4 KiB
INI
57 lines
1.4 KiB
INI
## @file
|
|
# Component description file for SmmPlatform module.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2020, Insyde Software Corp. All Rights Reserved.
|
|
#*
|
|
#* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#* any part of this publication in any form, by any means, without the prior
|
|
#* written permission of Insyde Software Corporation.
|
|
#*
|
|
#******************************************************************************
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = DxeSmmIoLibSmm
|
|
FILE_GUID = ad92822b-30c8-49b1-8af3-63ccdf19b07f
|
|
MODULE_TYPE = COMBINED_SMM_DXE
|
|
PI_SPECIFICATION_VERSION = 0x0001000A
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = DxeSmmIoLibSmmEntryPoint
|
|
|
|
[Sources]
|
|
DxeSmmIoLibSmm.c
|
|
|
|
[Packages]
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
IoLib
|
|
BaseLib
|
|
UefiBootServicesTableLib
|
|
BaseMemoryLib
|
|
UefiLib
|
|
|
|
[Guids]
|
|
|
|
|
|
[Protocols]
|
|
gEfiSmmBase2ProtocolGuid
|
|
gEfiSmmSwDispatch2ProtocolGuid
|
|
gH2ODxeSmmIoLibProtocolGuid
|
|
|
|
[Pcd]
|
|
|
|
[FeaturePcd]
|
|
|
|
|
|
[Depex]
|
|
<SMM_DEPEX>
|
|
gEfiSmmBase2ProtocolGuid AND
|
|
gEfiSmmSwDispatch2ProtocolGuid
|
|
|