48 lines
1.3 KiB
INI
48 lines
1.3 KiB
INI
## @file
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2014 - 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 = InitSerialPortPei
|
|
FILE_GUID = 2E67047C-7647-40f8-886C-5C333C73272F
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = InitSerialPortPeiEntry
|
|
|
|
[Sources]
|
|
InitSerialPortPei.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
MinPlatformPkg/MinPlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
PeimEntryPoint
|
|
DebugLib
|
|
SerialPortLib
|
|
PeiServicesLib
|
|
|
|
[Ppis]
|
|
gEfiPeiCoreFvLocationPpiGuid ## SOMETIMES_CONSUMES
|
|
|
|
[Pcd]
|
|
gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection ## CONSUMES
|
|
|
|
[Guids]
|
|
gEfiFirmwareFileSystem2Guid
|
|
|
|
[Depex]
|
|
TRUE
|