From d359712e1b1b0ed7ca611dfd11d9f78754a7a013 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Sun, 19 May 2013 18:13:01 +0100 Subject: Port MokManager to Linux Foundation loader UI code This is the first stage of porting the MokManager UI to the UI code used by the Linux Foundation UEFI loader. --- include/guid.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/guid.h (limited to 'include/guid.h') diff --git a/include/guid.h b/include/guid.h new file mode 100644 index 00000000..10f865ad --- /dev/null +++ b/include/guid.h @@ -0,0 +1,18 @@ +#include + +#ifndef BUILD_EFI +const char *guid_to_str(EFI_GUID *guid); +void str_to_guid(const char *str, EFI_GUID *guid); +#endif + +extern EFI_GUID GV_GUID; +extern EFI_GUID SIG_DB; +extern EFI_GUID X509_GUID; +extern EFI_GUID RSA2048_GUID; +extern EFI_GUID PKCS7_GUID; +extern EFI_GUID IMAGE_PROTOCOL; +extern EFI_GUID SIMPLE_FS_PROTOCOL; +extern EFI_GUID EFI_CERT_SHA256_GUID; +extern EFI_GUID MOK_OWNER; +extern EFI_GUID SECURITY_PROTOCOL_GUID; +extern EFI_GUID SECURITY2_PROTOCOL_GUID; -- cgit v1.2.3