51 lines
1.4 KiB
INI
51 lines
1.4 KiB
INI
#
|
|
# This file contains 'Framework Code' and is licensed as such
|
|
# under the terms of your license agreement with Intel or your
|
|
# vendor. This file may not be modified, except as allowed by
|
|
# additional terms of your license agreement.
|
|
#
|
|
## @file
|
|
# FspWrapper Debug Event Handler implementation.
|
|
#
|
|
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# This software and associated documentation (if any) is furnished
|
|
# under a license and may only be used or copied in accordance
|
|
# with the terms of the license. Except as permitted by such
|
|
# license, no part of this software or documentation may be
|
|
# reproduced, stored in a retrieval system, or transmitted in any
|
|
# form or by any means without the express written consent of
|
|
# Intel Corporation.
|
|
#
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = DebugEventHandlerPei
|
|
FILE_GUID = 00EF9E46-4B05-4f4f-9B64-24F79BEC7264
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = DebugEventHandlerPeiEntry
|
|
|
|
[Sources]
|
|
DebugEventHandler.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
PeimEntryPoint
|
|
PeiServicesLib
|
|
DebugLib
|
|
|
|
[Guids]
|
|
|
|
[Ppis]
|
|
gDebugEventHandlerPpiGuid ## PRODUCES
|
|
|
|
[Depex]
|
|
TRUE
|