edk2/EmbeddedPkg/Library/PrePiLib/PrePi.h
Oliver Smith-Denny 622a2c7abf EmbeddedPkg: PrePi.h: Drop Duplicate HOB Defintions
PrePi.h has some duplicate HOB definitions from HobLib.h.
Instead of redefining them, use HobLib.h.

Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
2026-06-13 09:06:33 +00:00

27 lines
697 B
C

/** @file
Library that helps implement monolithic PEI (i.e. PEI part of SEC)
Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#pragma once
#include <PiPei.h>
#include <Library/BaseLib.h>
#include <Library/PrePiLib.h>
#include <Library/PcdLib.h>
#include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/UefiDecompressLib.h>
#include <Library/PeCoffLib.h>
#include <Library/CacheMaintenanceLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/TimerLib.h>
#include <Library/PerformanceLib.h>
#include <Library/HobLib.h>
#include <Guid/MemoryAllocationHob.h>