/usr/include/efivar-guids.h is in libefivar-dev 0.15-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | #ifndef EFIVAR_GUIDS_H
#define EFIVAR_GUIDS_H 1
extern const efi_guid_t efi_guid_empty;
extern const efi_guid_t efi_guid_zero;
extern const efi_guid_t efi_guid_sha512;
extern const efi_guid_t efi_guid_redhat;
extern const efi_guid_t efi_guid_sha224;
extern const efi_guid_t efi_guid_lenovo_boot_menu;
extern const efi_guid_t efi_guid_x509_sha256;
extern const efi_guid_t efi_guid_rsa2048;
extern const efi_guid_t efi_guid_lenovo;
extern const efi_guid_t efi_guid_lenovo_diag;
extern const efi_guid_t efi_guid_pkcs7_cert;
extern const efi_guid_t efi_guid_shim;
extern const efi_guid_t efi_guid_lenovo_rescue;
extern const efi_guid_t efi_guid_rsa2048_sha1;
extern const efi_guid_t efi_guid_lenovo_setup;
extern const efi_guid_t efi_guid_microsoft;
extern const efi_guid_t efi_guid_lenovo_2;
extern const efi_guid_t efi_guid_sha1;
extern const efi_guid_t efi_guid_lenovo_me_config;
extern const efi_guid_t efi_guid_global;
extern const efi_guid_t efi_guid_x509_cert;
extern const efi_guid_t efi_guid_rsa2048_sha256_cert;
extern const efi_guid_t efi_guid_lenovo_diag_splash;
extern const efi_guid_t efi_guid_redhat_2;
extern const efi_guid_t efi_guid_lenovo_msg;
extern const efi_guid_t efi_guid_sha256;
extern const efi_guid_t efi_guid_shell;
extern const efi_guid_t efi_guid_security;
extern const efi_guid_t efi_guid_rsa2048_sha256;
extern const efi_guid_t efi_guid_sha384;
extern const efi_guid_t efi_guid_lenovo_startup_interrupt;
#endif /* EFIVAR_GUIDS_H */
|