68 lines
1.6 KiB
INI
68 lines
1.6 KiB
INI
## @file
|
|
# Uefi Entropy Protocol test application
|
|
#
|
|
# This application tests the UEFI Entropy Protocol
|
|
#
|
|
# Copyright (c) 2019, 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 = E3DataTest
|
|
FILE_GUID = 21493E72-DDBD-44d3-AA34-A976B154FBD4
|
|
MODULE_TYPE = UEFI_APPLICATION
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = ShellCEntryLib
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
|
#
|
|
|
|
[Sources]
|
|
E3DataTest.c
|
|
E3DataTest.h
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
ShellPkg/ShellPkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
ClientOneSiliconPkg/SiPkg.dec
|
|
AlderLakePlatSamplePkg/PlatformPkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiApplicationEntryPoint
|
|
UefiBootServicesTableLib
|
|
DebugLib
|
|
BaseLib
|
|
BaseMemoryLib
|
|
ShellCEntryLib
|
|
ShellLib
|
|
UefiLib
|
|
PrintLib
|
|
PcdLib
|
|
DxeServicesTableLib
|
|
MemoryAllocationLib
|
|
UefiRuntimeServicesTableLib
|
|
DevicePathLib
|
|
MmPciLib
|
|
E3DongleLib
|
|
|
|
[Guids]
|
|
|
|
[Protocols]
|
|
gPchSpiProtocolGuid
|
|
|
|
[Pcd]
|