37 lines
1.1 KiB
INI
37 lines
1.1 KiB
INI
## @file
|
|
# Component description file for the PEI H2O FV Hash library.
|
|
#
|
|
#******************************************************************************
|
|
#* Copyright (c) 2018 - 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 = PeiH2OFvHashLib
|
|
FILE_GUID = A411EDB0-49AE-45a6-B62B-526AE8EA0EFA
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = H2OFvHashLib|SEC PEIM PEI_CORE
|
|
|
|
[Sources]
|
|
PeiH2OFvHashLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DebugLib
|
|
PeiServicesLib
|
|
HobLib
|