mirror of https://github.com/acidanthera/audk.git
Add variable definitions of user identification
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9581 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2022142e65
commit
d14d2707ea
|
@ -540,4 +540,15 @@ struct _EFI_USER_CREDENTIAL_PROTOCOL {
|
|||
|
||||
extern EFI_GUID gEfiUserCredentialProtocolGuid;
|
||||
|
||||
extern EFI_GUID gEfiUserCredentialClassUnknownGuid;
|
||||
extern EFI_GUID gEfiUserCredentialClassPasswordGuid;
|
||||
extern EFI_GUID gEfiUserCredentialClassSmartCardGuid;
|
||||
extern EFI_GUID gEfiUserCredentialClassFingerprintGuid;
|
||||
extern EFI_GUID gEfiUserCredentialClassHandprintGuid;
|
||||
extern EFI_GUID gEfiUserCredentialClassSecureCardGuid;
|
||||
|
||||
extern EFI_GUID gEfiUserInfoAccessSetupAdminGuid;
|
||||
extern EFI_GUID gEfiUserInfoAccessSetupNormalGuid;
|
||||
extern EFI_GUID gEfiUserInfoAccessSetupRestrictedGuid;
|
||||
|
||||
#endif
|
||||
|
|
|
@ -333,5 +333,6 @@ struct _EFI_USER_MANAGER_PROTOCOL {
|
|||
};
|
||||
|
||||
extern EFI_GUID gEfiUserManagerProtocolGuid;
|
||||
extern EFI_GUID gEfiEventUserProfileChangedGuid;
|
||||
|
||||
#endif
|
||||
|
|
|
@ -353,6 +353,40 @@
|
|||
## Include/Guid/ImageAuthentication.h
|
||||
gEfiCertX509Guid = { 0xa5c059a1, 0x94e4, 0x4aa7, {0x87, 0xb5, 0xab, 0x15, 0x5c, 0x2b, 0xf0, 0x72 }}
|
||||
|
||||
#
|
||||
# GUID defined in UEFI2.2
|
||||
#
|
||||
|
||||
## Include/Protocol/UserManager.h
|
||||
gEfiEventUserProfileChangedGuid = { 0xbaf1e6de, 0x209e, 0x4adb, {0x8d, 0x96, 0xfd, 0x8b, 0x71, 0xf3, 0xf6, 0x83 }}
|
||||
|
||||
## Include/Protocol/UserCredential.h
|
||||
gEfiUserCredentialClassUnknownGuid = { 0x5cf32e68, 0x7660, 0x449b, { 0x80, 0xe6, 0x7e, 0xa3, 0x6e, 0x3, 0xf6, 0xa8 }}
|
||||
|
||||
## Include/Protocol/UserCredential.h
|
||||
gEfiUserCredentialClassPasswordGuid = { 0xf8e5058c, 0xccb6, 0x4714, { 0xb2, 0x20, 0x3f, 0x7e, 0x3a, 0x64, 0xb, 0xd1 }}
|
||||
|
||||
## Include/Protocol/UserCredential.h
|
||||
gEfiUserCredentialClassSmartCardGuid = { 0x5f03ba33, 0x8c6b, 0x4c24, { 0xaa, 0x2e, 0x14, 0xa2, 0x65, 0x7b, 0xd4, 0x54 }}
|
||||
|
||||
## Include/Protocol/UserCredential.h
|
||||
gEfiUserCredentialClassFingerprintGuid = { 0x32cba21f, 0xf308, 0x4cbc, { 0x9a, 0xb5, 0xf5, 0xa3, 0x69, 0x9f, 0x4, 0x4a }}
|
||||
|
||||
## Include/Protocol/UserCredential.h
|
||||
gEfiUserCredentialClassHandprintGuid = { 0x5917ef16, 0xf723, 0x4bb9, { 0xa6, 0x4b, 0xd8, 0xc5, 0x32, 0xf4, 0xd8, 0xb5 }}
|
||||
|
||||
## Include/Protocol/UserCredential.h
|
||||
gEfiUserCredentialClassSecureCardGuid = { 0x8a6b4a83, 0x42fe, 0x45d2, { 0xa2, 0xef, 0x46, 0xf0, 0x6c, 0x7d, 0x98, 0x52 }}
|
||||
|
||||
## Include/Protocol/UserCredential.h
|
||||
gEfiUserInfoAccessSetupAdminGuid = { 0x85b75607, 0xf7ce, 0x471e, { 0xb7, 0xe4, 0x2a, 0xea, 0x5f, 0x72, 0x32, 0xee }}
|
||||
|
||||
## Include/Protocol/UserCredential.h
|
||||
gEfiUserInfoAccessSetupNormalGuid = { 0x1db29ae0, 0x9dcb, 0x43bc, { 0x8d, 0x87, 0x5d, 0xa1, 0x49, 0x64, 0xdd, 0xe2 }}
|
||||
|
||||
## Include/Protocol/UserCredential.h
|
||||
gEfiUserInfoAccessSetupRestrictedGuid = { 0xbdb38125, 0x4d63, 0x49f4, { 0x82, 0x12, 0x61, 0xcf, 0x5a, 0x19, 0xa, 0xf8 }}
|
||||
|
||||
#
|
||||
# GUID defined in PI1.0
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue