45 lines
1.2 KiB
INI
45 lines
1.2 KiB
INI
## @file
|
|
# Implement the test PEI PPI for status code to RAM..
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2021, Insyde Software Corporation. 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 = StatusCodeHandlerTestPei
|
|
FILE_GUID = B05FD042-515B-4C34-828E-05F48876AB60
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = StatusCodeHandlerTestPeiEntryPoint
|
|
|
|
[Sources]
|
|
StatusCodeHandlerTestPei.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseMemoryLib
|
|
MemoryAllocationLib
|
|
DebugLib
|
|
PeimEntryPoint
|
|
PeiServicesLib
|
|
HobLib
|
|
|
|
[Ppis]
|
|
gEfiEndOfPeiSignalPpiGuid
|
|
|
|
[Guids]
|
|
gMemoryStatusCodeRecordGuid
|
|
|
|
[Depex]
|
|
gEfiPeiMemoryDiscoveredPpiGuid
|