summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Include/Library
diff options
context:
space:
mode:
authorZhang, Shenglei <shenglei.zhang@intel.com>2019-08-02 14:55:27 +0800
committerHao A Wu <hao.a.wu@intel.com>2019-08-05 10:09:01 +0800
commit4ac8ceb5d609bb0ca4c654a37b4d49f7c7ee3a7e (patch)
tree014e629e8aab6e960fdae27b3f3a27b12eff594c /MdeModulePkg/Include/Library
parentb9c3cbf6ec1da0d47dfc23b1400d7adceaec99a1 (diff)
downloadedk2-4ac8ceb5d609bb0ca4c654a37b4d49f7c7ee3a7e.tar.gz
edk2-4ac8ceb5d609bb0ca4c654a37b4d49f7c7ee3a7e.tar.bz2
edk2-4ac8ceb5d609bb0ca4c654a37b4d49f7c7ee3a7e.zip
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 <jian.j.wang@intel.com> Cc: Star Zeng <star.zeng@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/Include/Library')
-rw-r--r--MdeModulePkg/Include/Library/RecoveryLib.h29
1 files changed, 0 insertions, 29 deletions
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.<BR>
-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
-
-