## @file # # #****************************************************************************** #* Copyright (c) 2014 - 2020, 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 = PeiFlashRegionLib FILE_GUID = 4D44A886-EC98-4b4d-9C2D-FD5668DB0FEF MODULE_TYPE = PEIM LIBRARY_CLASS = FlashRegionLib [Sources] PeiFlashRegionLib.c [Packages] MdePkg/MdePkg.dec InsydeModulePkg/InsydeModulePkg.dec InsydeFlashDevicePkg/InsydeFlashDevicePkg.dec [LibraryClasses] BaseLib PcdLib BaseCryptLib PeiServicesLib MemoryAllocationLib H2OFvHashLib H2OCpLib PerformanceLib PostCodeLib DebugLib HobLib [Guids] gInsydeTokenSpaceGuid gH2OFlashMapRegionVarGuid gH2OFlashMapRegionBootFvGuid gH2OFlashMapRegionFvGuid gH2OFlashMapRegionDxeFvGuid gH2OFlashMapRegionPeiFvGuid gH2OFlashMapRegionUnsignedFvGuid gH2OFlashMapRegionFtwBackupGuid gH2OFlashMapRegionFtwStateGuid gH2OFlashMapRegionFlashMapGuid gH2OFlashMapRegionFactoryCopyGuid gH2OBaseCpVerifyFvGuid [PcdEx] gInsydeTokenSpaceGuid.PcdH2OFlashDeviceMapStart gInsydeTokenSpaceGuid.PcdH2OFlashDeviceMapSize [FeaturePcd] gInsydeTokenSpaceGuid.PcdH2OBaseCpVerifyFvSupported [Ppis] gPcdPpiGuid gGetPcdInfoPpiGuid