From 4ac8ceb5d609bb0ca4c654a37b4d49f7c7ee3a7e Mon Sep 17 00:00:00 2001 From: "Zhang, Shenglei" Date: Fri, 2 Aug 2019 14:55:27 +0800 Subject: MdeModulePkg: Remove RecoveryLib.h and PeiRecoveryLibNull RecoveryLib.h and PeiRecoveryLibNull have been deprecated from 2009, so remove them. https://bugzilla.tianocore.org/show_bug.cgi?id=1299 Cc: Jian J Wang Cc: Star Zeng Signed-off-by: Shenglei Zhang Reviewed-by: Ray Ni Reviewed-by: Hao A Wu --- MdeModulePkg/Include/Library/RecoveryLib.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 MdeModulePkg/Include/Library/RecoveryLib.h (limited to 'MdeModulePkg/Include/Library') diff --git a/MdeModulePkg/Include/Library/RecoveryLib.h b/MdeModulePkg/Include/Library/RecoveryLib.h deleted file mode 100644 index 0324bd65ed..0000000000 --- a/MdeModulePkg/Include/Library/RecoveryLib.h +++ /dev/null @@ -1,29 +0,0 @@ -/** @file - Recovery library class defines a set of methods related recovery boot mode. - This library class is no longer used and modules using this library should - directly locate EFI_PEI_RECOVERY_MODULE_PPI, defined in the PI 1.2 specification. - -Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.
-SPDX-License-Identifier: BSD-2-Clause-Patent - -**/ - -#ifndef __RECOVERY_LIB_H__ -#define __RECOVERY_LIB_H__ - -/** - Calling this function causes the system to carry out a recovery boot path. - - @retval EFI_SUCCESS Recovery boot path succeeded. - @retval Others Recovery boot path failure. - -**/ -EFI_STATUS -EFIAPI -PeiRecoverFirmware ( - VOID - ); - -#endif - - -- cgit v1.2.3