42 lines
1.1 KiB
INI
42 lines
1.1 KiB
INI
## @file
|
|
# Implement the test DXE driver for status code to RAM.
|
|
#
|
|
# ***************************************************************************
|
|
# * 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 = StatusCodeHandlerTestDxe
|
|
FILE_GUID = E8A7CF91-33CC-419C-B09D-EA7431A86347
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = StatusCodeHandlerTestDxeEntryPoint
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
[Sources]
|
|
StatusCodeHandlerTestDxe.c
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
UefiDriverEntryPoint
|
|
DebugLib
|
|
UefiLib
|
|
|
|
[Guids]
|
|
gMemoryStatusCodeRecordGuid
|
|
|
|
[Depex]
|
|
TRUE
|