From cf90edfff585cfb6d51f0b4992c7f4fc9195c4c2 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 14 Feb 2014 17:48:01 -0500 Subject: Allow fallback to use the system's LoadImage/StartImage . Track use of the system's LoadImage(), and when the next StartImage() call is for an image the system verified, allow that to count as participating, since it has been verified by the system's db. Signed-off-by: Peter Jones --- replacements.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'replacements.h') diff --git a/replacements.h b/replacements.h index 5b57bc25..bd094240 100644 --- a/replacements.h +++ b/replacements.h @@ -41,4 +41,7 @@ extern int loader_is_participating; extern void hook_system_services(EFI_SYSTEM_TABLE *local_systab); extern void unhook_system_services(void); +extern EFI_STATUS install_shim_protocols(void); +extern void uninstall_shim_protocols(void); + #endif /* SHIM_REPLACEMENTS_H */ -- cgit v1.2.3