45 lines
1.2 KiB
INI
45 lines
1.2 KiB
INI
## @file
|
|
# Component description file for top swap bit restore PEI module.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2021, 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 = TopSwapRestorePei
|
|
FILE_GUID = 997FB7DF-DB23-40ED-A807-9612D2F4A3E8
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = TopSwapRestoreEntryPoint
|
|
|
|
[Sources]
|
|
TopSwapRestorePei.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
$(CHIPSET_REF_CODE_PKG)/$(CHIPSET_REF_CODE_DEC_NAME).dec
|
|
$(CHIPSET_PKG)/$(CHIPSET_PKG).dec
|
|
|
|
[LibraryClasses]
|
|
PeimEntryPoint
|
|
PeiServicesLib
|
|
DebugLib
|
|
HobLib
|
|
PchPcrLib
|
|
|
|
[Ppis]
|
|
gEndOfSiInitPpiGuid
|
|
|
|
[Guids]
|
|
gChasmfallsTopSwapStatusGuid
|
|
|
|
[Depex]
|
|
TRUE
|